From 7d3ed5ae78df0f7b85f57b3cee9b70c7bd415645 Mon Sep 17 00:00:00 2001 From: Heikki Linnakangas Date: Mon, 15 Oct 2012 13:01:31 +0300 Subject: [PATCH] Fix typo in comment. Fujii Masao --- src/backend/replication/walreceiver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/replication/walreceiver.c b/src/backend/replication/walreceiver.c index b613df4c6a..b1accdccea 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. *