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

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 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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy