1
0
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:
Noah Misch
2020-12-12 20:12:25 -08:00
parent d6abfdf84e
commit 73aae4522b
4 changed files with 4 additions and 4 deletions

View File

@@ -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)