mirror of
https://github.com/postgres/postgres.git
synced 2025-08-28 18:48:04 +03:00
Correct behavior descriptions in comments, and correct a test name.
This commit is contained in:
@@ -2252,7 +2252,7 @@ LogicalRepApplyLoop(XLogRecPtr last_received)
|
||||
bool requestReply = false;
|
||||
|
||||
/*
|
||||
* Check if time since last receive from standby has reached the
|
||||
* Check if time since last receive from primary has reached the
|
||||
* configured limit.
|
||||
*/
|
||||
if (wal_receiver_timeout > 0)
|
||||
|
@@ -537,7 +537,7 @@ WalReceiverMain(void)
|
||||
bool requestReply = false;
|
||||
|
||||
/*
|
||||
* Check if time since last receive from standby has
|
||||
* Check if time since last receive from primary has
|
||||
* reached the configured limit.
|
||||
*/
|
||||
if (wal_receiver_timeout > 0)
|
||||
|
Reference in New Issue
Block a user