pgsql: doc: warn pg_stat_reset() can cause vacuum/analyze problems - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: doc: warn pg_stat_reset() can cause vacuum/analyze problems
Date
Msg-id E1okVSU-002oDj-Jl@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
doc:  warn pg_stat_reset() can cause vacuum/analyze problems

The fix is to run ANALYZE.

Discussion: https://postgr.es/m/YzRr+ys98UzVQJvK@momjian.us,
   https://postgr.es/m/flat/CAKJS1f8DTbCHf9gedU0He6ARsd58E6qOhEHM1caomqj_r9MOiQ%40mail.gmail.com,
   https://postgr.es/m/CAKJS1f80o98hcfSk8j%3DfdN09S7Sjz%2BvuzhEwbyQqvHJb_sZw0g%40mail.gmail.com

Backpatch-through: 10

Branch
------
REL_15_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/189db21e2ac41a719b8e70ac35b3d0b05b352f14

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


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Record dependencies of a cast on other casts that it requires.
Next
From: Bruce Momjian
Date:
Subject: pgsql: doc: move the mention of aggregate JSON functions up in section