Fix typo in comment.

Fujii Masao
This commit is contained in:
Heikki Linnakangas 2012-10-15 13:01:31 +03:00
parent ff6c78c480
commit 7d3ed5ae78
1 changed files with 1 additions and 1 deletions

View File

@ -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.
*