From: | Álvaro Herrera <alvherre(at)kurilemu(dot)de> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Rename XLogData protocol message to WALData |
Date: | 2025-08-04 12:04:08 |
Message-ID: | E1uitvE-000hJX-0W@gemulon.postgresql.org |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Rename XLogData protocol message to WALData
This name is only used as documentation, and using this name is
consistent with its byte being a 'w'. Renaming it would also make the
use of a symbolic name based on the word "WAL" rather than the obsolete
"XLog" term more consistent, per future commits along the lines of
37c7a7eeb6d1, 4a68d5008869, f4b54e1ed985.
Discussion: https://postgr.es/m/aIECfYfevCUpenBT@nathan
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/07684443b1e03cd56a6a9dee589f5de91e3f9a34
Modified Files
--------------
doc/src/sgml/protocol.sgml | 8 ++++----
src/bin/pg_basebackup/pg_recvlogical.c | 4 ++--
src/bin/pg_basebackup/receivelog.c | 18 +++++++++---------
3 files changed, 15 insertions(+), 15 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Eisentraut | 2025-08-04 12:07:20 | pgsql: Improve prep_buildtree |
Previous Message | Fujii Masao | 2025-08-04 11:54:21 | pgsql: Avoid unexpected shutdown when sync_replication_slots is enabled |