Re: Use "WAL segment" instead of "log segment" consistently in user-facing messages
Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>
From: Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>
To: Kyotaro Horiguchi <horikyota.ntt@gmail.com>
Cc: Nathan Bossart <nathandbossart@gmail.com>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2022-07-20T04:32:22Z
Lists: pgsql-hackers
Attachments
- v6-0001-Use-WAL-segment-instead-of-log-segment.patch (application/octet-stream) patch v6-0001
- v6-0002-Consistently-use-WAL-file-s-in-docs.patch (application/octet-stream) patch v6-0002
On Wed, Jul 20, 2022 at 6:55 AM Kyotaro Horiguchi <horikyota.ntt@gmail.com> wrote: > > At Tue, 19 Jul 2022 09:58:28 -0700, Nathan Bossart <nathandbossart@gmail.com> wrote in > > On Tue, Jul 19, 2022 at 02:43:59PM +0530, Bharath Rupireddy wrote: > > > Done. PSA v5 patch set. > > > > LGTM. I've marked this as ready-for-committer. > > I find the following sentense in config.sgml. "Specifies the minimum > size of past log file segments kept in the pg_wal directory" > > postgresql.conf.sample contains "logfile segment" in a few lines. Done. PSA v6 patch set. Regards, Bharath Rupireddy.
Commits
-
Use the terminology "WAL file" not "log file" more consistently.
- 31dcfae83c00 16.0 landed