Skip to content

Commit 002c1f1

Browse files
committed
fix inclrectly merged paramter count change
1 parent 75624cd commit 002c1f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/postgres_fdw/connection.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1187,7 +1187,7 @@ pgfdw_get_cleanup_result(PGconn *conn, TimestampTz endtime, PGresult **result)
11871187
/* Sleep until there's something to do */
11881188
wc = WaitLatchOrSocket(MyLatch,
11891189
WL_LATCH_SET | WL_SOCKET_READABLE | WL_TIMEOUT,
1190-
PQsocket(conn),
1190+
PQsocket(conn), PQisRsocket(conn),
11911191
cur_timeout);
11921192
ResetLatch(MyLatch);
11931193

0 commit comments

Comments
 (0)