Re: DOCS - pg_walsummary typo?

Robert Treat <rob@xzilla.net>

From: Robert Treat <rob@xzilla.net>
To: Peter Smith <smithpb2250@gmail.com>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2026-02-16T13:13:26Z
Lists: pgsql-hackers
On Sun, Feb 15, 2026 at 10:40 PM Peter Smith <smithpb2250@gmail.com> wrote:
>
> Hi.
>
> I found what seems to be a typo in the pg_walsummary description. I
> guess that "with" was supposed to say "within", but IMO just "in" is
> fine.
>
> BEFORE
> These binary files are found with the pg_wal/summaries subdirectory of
> the data directory...
>
> SUGGESTION
> These binary files are found in the pg_wal/summaries subdirectory of
> the data directory...
>
>
> PSA patch for the same.

+1

Robert Treat
https://xzilla.net



Commits

  1. doc: Fix sentence of pg_walsummary page