pgsql: pgstat: Update docs to match the shared memory stats reality.

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: pgstat: Update docs to match the shared memory stats reality.
Date: 2022-04-08 04:36:18
Message-ID: E1ncgM5-000q9K-FZ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

pgstat: Update docs to match the shared memory stats reality.

This includes removing documentation for stats_temp_directory, adding
documentation for stats_fetch_consistency, rephrasing references to the stats
collector and documenting that starting a cleanly shut down standby will not
remove stats anymore. The latter point might require further wordsmithing, it
wasn't easy to adjust some of the existing content.

Author: Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com>
Author: Andres Freund <andres(at)anarazel(dot)de>
Reviewed-By: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>
Reviewed-By: Justin Pryzby <pryzby(at)telsasoft(dot)com>
Reviewed-By: "David G. Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
Reviewed-By: Lukas Fittl <lukas(at)fittl(dot)com>
Discussion: https://postgr.es/m/20220303021600.hs34ghqcw6zcokdh@alap3.anarazel.de

Branch
------
master

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

Modified Files
--------------
doc/src/sgml/backup.sgml | 2 -
doc/src/sgml/catalogs.sgml | 6 +-
doc/src/sgml/config.sgml | 49 ++++++++-----
doc/src/sgml/func.sgml | 4 +-
doc/src/sgml/glossary.sgml | 38 +++++-----
doc/src/sgml/high-availability.sgml | 13 ++--
doc/src/sgml/maintenance.sgml | 2 +-
doc/src/sgml/monitoring.sgml | 142 +++++++++++++++++++-----------------
doc/src/sgml/ref/pg_dump.sgml | 2 +-
9 files changed, 139 insertions(+), 119 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2022-04-08 05:47:34 pgsql: Remove error message hints mentioning configure options
Previous Message Michael Paquier 2022-04-08 04:12:58 pgsql: pg_stat_statements: Track I/O timing for temporary file blocks