pgsql: doc: Fix description of pg_stat_all_tables.n_tup_upd - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: doc: Fix description of pg_stat_all_tables.n_tup_upd
Date
Msg-id E1oxGxY-000HmC-Vg@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
doc: Fix description of pg_stat_all_tables.n_tup_upd

Issue caused by an incorrect merge done in f507895.

This issue only impacts v11 and v12.

Author: Guillaume Lelarge
Discussion: https://postgr.es/m/CAECtzeUAL3qoebLBDnn2DfWYS0Kww-yqDicQQ3r+JS5Yu1n6FA@mail.gmail.com
Backpatch-through: 11

Branch
------
REL_11_STABLE

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

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


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: ci: Introduce SanityCheck task that other tasks depend on
Next
From: Andres Freund
Date:
Subject: pgsql: Add wait event for pg_usleep() in perform_spin_delay()