pgsql: doc: Fix data checksum progress reporting documentation - Mailing list pgsql-committers

From Fujii Masao
Subject pgsql: doc: Fix data checksum progress reporting documentation
Date
Msg-id E1whcO8-000Dq2-00@gemulon.postgresql.org
Whole thread
List pgsql-committers
doc: Fix data checksum progress reporting documentation

Add pg_stat_progress_data_checksums to the progress reporting summary
and the list of commands with progress reporting.

Also clarify that the view reports both enabling and disabling data
checksums, and correct the documented types of its progress counters
to bigint.

Author: Fujii Masao <masao.fujii@gmail.com>
Reviewed-by: Daniel Gustafsson <daniel@yesql.se>
Discussion: https://postgr.es/m/CAHGQGwHJHJYAkYZBi3_O13np-Rou9UL637=hB3Y_-qdCgcZn-w@mail.gmail.com
Backpatch-through: 19

Branch
------
master

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

Modified Files
--------------
doc/src/sgml/monitoring.sgml | 39 +++++++++++++++++++++++++--------------
1 file changed, 25 insertions(+), 14 deletions(-)


pgsql-committers by date:

Previous
From: David Rowley
Date:
Subject: pgsql: Tidy up datatype usage in test_random_offset_operations()
Next
From: Fujii Masao
Date:
Subject: pgsql: doc: Fix data checksum progress reporting documentation