pgsql: doc: Clarify name of files generated by pg_waldump --save-fullpa

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Clarify name of files generated by pg_waldump --save-fullpa
Date: 2024-10-02 02:13:17
Message-ID: E1svorc-001nJ5-Iw@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Clarify name of files generated by pg_waldump --save-fullpage

The fork name is always separated with the block number by an underscore
in the names of the files generated, but the docs stuck them together
without a separator, which was confusing.

Author: Christoph Berg
Discussion: https://postgr.es/m/ZvxtSLiix9eceMRM@msg.df7cb.de
Backpatch-through: 16

Branch
------
REL_17_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/97dccefc3651902f3dfad504a39be9a896279bac

Modified Files
--------------
doc/src/sgml/ref/pg_waldump.sgml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2024-10-02 02:20:14 pgsql: Fix inconsistent reporting of checkpointer stats.
Previous Message Tom Lane 2024-10-01 20:54:02 pgsql: Reject a copy EOF marker that has data ahead of it on the same l