Use the terminology "WAL file" not "log file" more consistently.
Tom Lane <tgl@sss.pgh.pa.us>
Use the terminology "WAL file" not "log file" more consistently. Referring to the WAL as just "log" invites confusion with the postmaster log, so avoid doing that in docs and error messages. Also shorten "WAL segment file" to just "WAL file" in various places. Bharath Rupireddy, reviewed by Nathan Bossart and Kyotaro Horiguchi Discussion: https://postgr.es/m/CALj2ACUeXa8tDPaiTLexBDMZ7hgvaN+RTb957-cn5qwv9zf-MQ@mail.gmail.com
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/backup.sgml | modified | +7 −7 |
| doc/src/sgml/config.sgml | modified | +2 −2 |
| doc/src/sgml/protocol.sgml | modified | +1 −1 |
| doc/src/sgml/ref/pg_basebackup.sgml | modified | +1 −1 |
| doc/src/sgml/ref/pg_waldump.sgml | modified | +5 −5 |
| doc/src/sgml/wal.sgml | modified | +30 −30 |
| src/backend/access/transam/xlogreader.c | modified | +5 −5 |
| src/backend/access/transam/xlogrecovery.c | modified | +3 −3 |
| src/backend/access/transam/xlogutils.c | modified | +2 −2 |
| src/backend/replication/walreceiver.c | modified | +3 −3 |
| src/backend/utils/misc/postgresql.conf.sample | modified | +4 −4 |
| src/bin/pg_resetwal/pg_resetwal.c | modified | +1 −1 |
| src/bin/pg_upgrade/controldata.c | modified | +1 −1 |
| src/bin/pg_waldump/pg_waldump.c | modified | +2 −2 |
Documentation touched
Discussion
- Use "WAL segment" instead of "log segment" consistently in user-facing messages 19 messages · 2022-02-28 → 2022-09-14