pgsql: doc: Fix description of pg_get_wal_stats_till_end_of_wal() in pg

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Fix description of pg_get_wal_stats_till_end_of_wal() in pg
Date: 2023-02-28 23:41:10
Message-ID: E1pX9an-001FGr-OO@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
REL_15_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/b5784e6a5ecd81468462a91486266adc87d03110

Modified Files
--------------
doc/src/sgml/pgwalinspect.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2023-03-01 01:30:56 pgsql: Suppress more compiler warnings in new pgstats code.
Previous Message Tom Lane 2023-02-28 23:06:49 pgsql: Fix logic buglets in pg_dump's flagInhAttrs().