Re: Fix primary status update WAL position description

From: Ayush Tiwari <ayushtiwari(dot)slg01(at)gmail(dot)com>
To: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
Cc: pgsql-docs(at)lists(dot)postgresql(dot)org
Subject: Re: Fix primary status update WAL position description
Date: 2026-09-11 05:09:53
Message-ID: CAJTYsWWsX6iFarFJY5bNyNdxou5stqus1_ZBpLWGWNH1-oseTQ@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-docs

Hi,

On Fri, 11 Sept 2026 at 08:06, Fujii Masao <masao(dot)fujii(at)gmail(dot)com> wrote:
>
> Hi,
>
> Commit 5f3a49abf7f changed the primary status update message to report the
> end of the last inserted WAL record instead of the WAL write position.
> But, the protocol docs still describes the WAL position field as
> the latest WAL write position, which no longer matches the message sent by
> walsender.
>
> Attached patch updates the description of the WAL position field to
> indicate the end of the
> last inserted WAL record, matching the implementation.

Thanks for the patch.

Changes LGTM.

Regards,
Ayush

In response to

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message PG Doc comments form 2026-09-11 19:09:38 Constraint check is missing value check ARRAY
Previous Message Fujii Masao 2026-09-11 02:35:43 Fix primary status update WAL position description