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: [email protected]
Views: Raw Message | Whole Thread | 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/[email protected]
Backpatch-through: 16

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/506eede7111ae7c88bd3c21f653bbb65846bd4a5

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