From: Bruce Momjian Date: Fri, 16 Aug 2024 17:01:34 +0000 (-0400) Subject: doc PG 17 relnotes: improve text for pg_walfile_name*() X-Git-Tag: REL_17_RC1~46 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=6b84ae65fb9af2152ac26675635459069647d555;p=postgresql.git doc PG 17 relnotes: improve text for pg_walfile_name*() Reported-by: Yugo Nagata Discussion: https://postgr.es/m/20240726132224.3a77e79c4e563125c451e865@sraoss.co.jp Backpatch-through: 17 only --- diff --git a/doc/src/sgml/release-17.sgml b/doc/src/sgml/release-17.sgml index dfbf8a74cd4..8a1e51f10d6 100644 --- a/doc/src/sgml/release-17.sgml +++ b/doc/src/sgml/release-17.sgml @@ -176,7 +176,7 @@ Author: Bruce Momjian 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. + returns the current LSN segment.