Re: First draft of PG 17 release notes

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Yugo Nagata <nagata(at)sraoss(dot)co(dot)jp>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: First draft of PG 17 release notes
Date: 2024-08-16 17:02:19
Message-ID: Zr-GG9TF_kbnt3kz@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Jul 26, 2024 at 01:22:24PM +0900, Yugo Nagata wrote:
> I found the following in the release notes:
>
> Change file boundary handling of two WAL file name functions
> (Kyotaro Horiguchi, Andres Freund, Bruce Momjian)
>
> The functions pg_walfile_name() and pg_walfile_name_offset() used to report the previous
> LSN segment number when the LSN was on a file segment boundary; it now returns the LSN segment.
>
> It might be trivial, but, reading the associated commit message , I think it would be more explicit
> for users to rewrite the last statement to
>
> "it now returns the current LSN segment."

Agreed, applied patch attached. Sorry for the delay.

--
Bruce Momjian <bruce(at)momjian(dot)us> https://momjian.us
EDB https://enterprisedb.com

Only you can decide what is important to you.

Attachment Content-Type Size
REL_17_STABLE.diff text/x-diff 589 bytes

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2024-08-16 17:20:28 Re: First draft of PG 17 release notes
Previous Message Bruce Momjian 2024-08-16 16:53:33 Re: First draft of PG 17 release notes