pgsql: doc: Fix primary status update WAL position description - Mailing list pgsql-committers

From Fujii Masao
Subject pgsql: doc: Fix primary status update WAL position description
Date
Msg-id E1x6kUy-00000000YNq-2DHr@gemulon.postgresql.org
Whole thread
List pgsql-committers
doc: Fix primary status update WAL position description

Commit 5f3a49abf7f changed the primary status update message to report the
end of the last inserted WAL record instead of the WAL write position.
However, the protocol documentation still described the WAL position field as
the latest WAL write position, which no longer matches the message sent by
walsender.

Update the description of the WAL position field to indicate the end of the
last inserted WAL record, matching the implementation.

Author: Fujii Masao <masao.fujii@gmail.com>
Reviewed-by: Ayush Tiwari <ayushtiwari.slg01@gmail.com>
Discussion: https://postgr.es/m/CAHGQGwFn2QfpHDR6cWxd98tqNb5vyguEis8rtqnqidFR36p4QQ@mail.gmail.com
Backpatch-through: 19

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/2b96ddcf21580a870ca6d439e56f669fabebd51b

Modified Files
--------------
doc/src/sgml/protocol.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: pgindent: Fix indentation of alignas() in struct members
Next
From: Fujii Masao
Date:
Subject: pgsql: doc: Fix primary status update WAL position description