Inaccuracy in wal_receiver_status_interval parameter description
The Post Office <noreply@postgresql.org>
From: PG Doc comments form <noreply@postgresql.org>
To: pgsql-docs@lists.postgresql.org
Cc: kuzmin.db4@gmail.com
Date: 2021-02-16T07:24:04Z
Lists: pgsql-docs
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/12/runtime-config-replication.html Description: The documentation says that setting wal_receiver_status_interval to 0 disable updates of replication status completely. However walreceiver keep sending status in some cases. For example, when startup has finished processing WALs and start waiting for more: https://github.com/postgres/postgres/blob/master/src/backend/access/transam/xlog.c#L12598-L12609 It would be helpful to document in what cases status updates are still being sent.
Commits
-
doc: Improve description of wal_receiver_status_interval
- c82d59d64e12 14.0 landed