pgsql: doc: Fix description of pg_get_wal_stats_till_end_of_wal() in pg - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: doc: Fix description of pg_get_wal_stats_till_end_of_wal() in pg
Date
Msg-id E1pX9an-001FGq-NS@gemulon.postgresql.org
Whole thread Raw
List 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
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/019f8624664dbf1e25e2bd721c7e99822812d109

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


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix logic buglets in pg_dump's flagInhAttrs().
Next
From: Tom Lane
Date:
Subject: pgsql: Suppress more compiler warnings in new pgstats code.