pgsql: doc: List all the possible values of pg_stat_wal_receiver.status - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: doc: List all the possible values of pg_stat_wal_receiver.status
Date
Msg-id E1vipk8-001xAX-1a@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
doc: List all the possible values of pg_stat_wal_receiver.status

The possible values of pg_stat_wal_receiver.status have never been
documented.  Note that the status "stopped" will never show up in this
view, hence there is no need to document it.

Issue noticed while discussing a patch that aims to add a new status to
WAL receiver.

Author: Xuneng Zhou <xunengzhou@gmail.com>
Discussion: https://postgr.es/m/CABPTF7X_Jgmyk1FBVNf3tyAOKqU55LLpLMzWkGtEAb_jQWVN=g@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/1a1e733b623108ebba8a6e6f55235782edb8f4bb

Modified Files
--------------
doc/src/sgml/monitoring.sgml | 33 ++++++++++++++++++++++++++++++++-
1 file changed, 32 insertions(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: doc: Mention pg_get_partition_constraintdef()
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Detect if flags are needed for C++11 support