Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit002c1f1

Browse files
committed
fix inclrectly merged paramter count change
1 parent75624cd commit002c1f1

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)

[8]ページ先頭

©2009-2025 Movatter.jp