Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 5e5986b

Browse files
committed
Fix outdated comments
Commit 597a87c neglected to update some comments; fix. Report and patch by Thomas Munro. Reviewed by Petr Jelínek.
1 parent b460f5d commit 5e5986b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/backend/replication/libpqwalreceiver/libpqwalreceiver.c

+1-4
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 and the backend version of select().
391+
* functions and socket 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)