DOCS - pg_walsummary typo?

Peter Smith <smithpb2250@gmail.com>

From: Peter Smith <smithpb2250@gmail.com>
To: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2026-02-16T03:39:29Z
Lists: pgsql-hackers

Attachments

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.

======
Kind Regards,
Peter Smith.
Fujitsu Australia.

Commits

  1. doc: Fix sentence of pg_walsummary page