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

Commit5e5986b

Browse files
committed
Fix outdated comments
Commit597a87c neglected to update some comments; fix.Report and patch by Thomas Munro.Reviewed by Petr Jelínek.
1 parentb460f5d commit5e5986b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

‎src/backend/replication/libpqwalreceiver/libpqwalreceiver.c

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -388,15 +388,12 @@ libpqrcv_readtimelinehistoryfile(WalReceiverConn *conn,
388388

389389
/*
390390
* Send a query and wait for the results by using the asynchronous libpq
391-
* functions andthe backend version of select().
391+
* functions andsocket readiness events.
392392
*
393393
* We must not use the regular blocking libpq functions like PQexec()
394394
* since they are uninterruptible by signals on some platforms, such as
395395
* Windows.
396396
*
397-
* We must also not use vanilla select() here since it cannot handle the
398-
* signal emulation layer on Windows.
399-
*
400397
* The function is modeled on PQexec() in libpq, but only implements
401398
* those parts that are in use in the walreceiver.
402399
*

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp