diff options
author | Noah Misch <noah@leadboat.com> | 2020-12-12 20:12:25 -0800 |
---|---|---|
committer | Noah Misch <noah@leadboat.com> | 2020-12-12 20:12:25 -0800 |
commit | 73aae4522b35125c4f9a506842a69336ec5d0f1b (patch) | |
tree | 443930abe0c8b2a88bd3ea35132385fd0b5404bd /src/backend/replication/logical/worker.c | |
parent | d6abfdf84ef7c01d98d04f486fb467a4aec83804 (diff) | |
download | postgresql-73aae4522b35125c4f9a506842a69336ec5d0f1b.tar.gz postgresql-73aae4522b35125c4f9a506842a69336ec5d0f1b.zip |
Correct behavior descriptions in comments, and correct a test name.
Diffstat (limited to 'src/backend/replication/logical/worker.c')
-rw-r--r-- | src/backend/replication/logical/worker.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/replication/logical/worker.c b/src/backend/replication/logical/worker.c index 8c7fad8f741..d29c0c5a559 100644 --- a/src/backend/replication/logical/worker.c +++ b/src/backend/replication/logical/worker.c @@ -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) |