Re: Patch: Make pg_waldump.sgml less confusing

Michael Paquier <michael@paquier.xyz>

From: Michael Paquier <michael@paquier.xyz>
To: Christoph Berg <myon@debian.org>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>, David Christensen <david.christensen@crunchydata.com>
Date: 2024-10-01T22:51:06Z
Lists: pgsql-hackers
On Tue, Oct 01, 2024 at 11:44:40PM +0200, Christoph Berg wrote:
> While that is technically correct because it then explains that
> FORK is something like "_main", I think this is just confusing and
> moving the underscore into the file name format description is much
> cleaner. (And inside the rest of the code, the fork names don't have
> underscore prefixes either.)

Good point.  What you are proposing is easier to read.  Will fix.
Thanks for the report.
--
Michael

Commits

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