pgsql: doc: Fix output column name for pg_stat_get_backend_subxact() - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: doc: Fix output column name for pg_stat_get_backend_subxact()
Date
Msg-id E1x5BET-00000004VF2-0NtY@gemulon.postgresql.org
Whole thread
List pgsql-committers
doc: Fix output column name for pg_stat_get_backend_subxact()

pg_stat_get_backend_subxact()'s second attribute was written as
"subxact_overflow" in the docs, but its name is "subxact_overflowed".
Note that the attribute name is still wrong in the TupleDesc generated
in the function; pg_proc agrees with "overflowed".

Author: Shihao Zhong <zhong950419@gmail.com>
Reviewed-by: Jim Jones <jim.jones@uni-muenster.de>
Reviewed-by: Michael Paquier <michael@paquier.xyz>
Discussion: https://postgr.es/m/CAGRkXqTBZ+zbVuDC8xGEB6Btj61hsui5H5nGqzFBDyOXc=4bjQ@mail.gmail.com
Backpatch-through: 16

Branch
------
REL_18_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/c66a31c21595a88ec5f38e4c92c51dbd8d42846e

Modified Files
--------------
doc/src/sgml/monitoring.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Remove unused global variables
Next
From: Álvaro Herrera
Date:
Subject: pgsql: Fail REPACK in presence of !indisready indexes