pgsql: doc: List all the possible values of pg_stat_wal_receiver.status

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: List all the possible values of pg_stat_wal_receiver.status
Date: 2026-01-22 08:08:41
Message-ID: E1vipk8-001xAX-1a@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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(at)gmail(dot)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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2026-01-22 08:12:42 pgsql: Detect if flags are needed for C++11 support
Previous Message Michael Paquier 2026-01-22 07:36:31 pgsql: doc: Mention pg_get_partition_constraintdef()