From 6b84ae65fb9af2152ac26675635459069647d555 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 16 Aug 2024 13:01:34 -0400 Subject: [PATCH] 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 --- doc/src/sgml/release-17.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.5