From: Michael Paquier Date: Tue, 28 Feb 2023 23:38:55 +0000 (+0900) Subject: doc: Fix description of pg_get_wal_stats_till_end_of_wal() in pg_walinspect X-Git-Tag: REL_15_3~104 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5784e6a5ecd81468462a91486266adc87d03110;p=thirdparty%2Fpostgresql.git doc: Fix description of pg_get_wal_stats_till_end_of_wal() in pg_walinspect end_lsn was mentioned as an input parameter, but that should not be the case. Error introduced in 58597ed. Author: Nathan Bossart Discussion: https://postgr.es/m/20230228195740.GA1397484@nathanxps13 Backpatch-through: 15 --- diff --git a/doc/src/sgml/pgwalinspect.sgml b/doc/src/sgml/pgwalinspect.sgml index 5f1ce114b53..2954c3b3a7d 100644 --- a/doc/src/sgml/pgwalinspect.sgml +++ b/doc/src/sgml/pgwalinspect.sgml @@ -174,7 +174,7 @@ combined_size_percentage | 2.8634072910530795 - pg_get_wal_stats_till_end_of_wal(start_lsn pg_lsn, end_lsn pg_lsn, per_record boolean DEFAULT false) + pg_get_wal_stats_till_end_of_wal(start_lsn pg_lsn, per_record boolean DEFAULT false) returns setof record