Content-Length: 257255 | pFad | http://github.com/postgrespro/postgres_cluster/commit/63bbdf3ca43f0ce851aef75cfedf2d965b1b01dc

86 fix arbiter connection for select-based version · postgrespro/postgres_cluster@63bbdf3 · GitHub
Skip to content

Commit 63bbdf3

Browse files
committed
fix arbiter connection for select-based version
1 parent f3c0e4e commit 63bbdf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/mmts/arbiter.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,7 @@ static void MtmTransReceiver(Datum arg)
605605
} while (n < 0 && errno == EINTR);
606606
} while (n < 0 && MtmRecovery());
607607

608-
if (rc < 0) {
608+
if (n < 0) {
609609
elog(ERROR, "Arbiter failed to select sockets: %d", errno);
610610
}
611611
for (i = 0; i < nNodes; i++) {

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres_cluster/commit/63bbdf3ca43f0ce851aef75cfedf2d965b1b01dc

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy