diff options
author | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2012-10-15 13:01:31 +0300 |
---|---|---|
committer | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2012-10-15 13:01:31 +0300 |
commit | 7d3ed5ae78df0f7b85f57b3cee9b70c7bd415645 (patch) | |
tree | 91ca14ee31e5a9b51afe5caf80913a8e3dc68349 /src | |
parent | ff6c78c48009d667bf1eb66105b0c2e05dcd2fa2 (diff) | |
download | postgresql-7d3ed5ae78df0f7b85f57b3cee9b70c7bd415645.tar.gz postgresql-7d3ed5ae78df0f7b85f57b3cee9b70c7bd415645.zip |
Fix typo in comment.
Fujii Masao
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/replication/walreceiver.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/replication/walreceiver.c b/src/backend/replication/walreceiver.c index b613df4c6a0..b1accdcceaf 100644 --- a/src/backend/replication/walreceiver.c +++ b/src/backend/replication/walreceiver.c @@ -674,7 +674,7 @@ XLogWalRcvFlush(bool dying) * xmin and the current time. * * If 'force' is not set, the message is only sent if enough time has - * passed since last status update to reach wal_receiver_status_internal. + * passed since last status update to reach wal_receiver_status_interval. * If wal_receiver_status_interval is disabled altogether and 'force' is * false, this is a no-op. * |