mirror of
https://github.com/postgres/postgres.git
synced 2025-08-31 17:02:12 +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)
|
||||
|
Reference in New Issue
Block a user