]> granicus.if.org Git - postgresql/commitdiff
Fix typo in comment.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Mon, 15 Oct 2012 10:01:31 +0000 (13:01 +0300)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Mon, 15 Oct 2012 10:01:31 +0000 (13:01 +0300)
Fujii Masao

src/backend/replication/walreceiver.c

index b613df4c6a00c8ebfe6084d1750d17a991e4b4b0..b1accdcceaf701e43233d24651c14da91e80e92e 100644 (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.
  *