Re: Beautify pg_walinspect docs a bit

2023-02-28 Thread Michael Paquier
On Tue, Feb 28, 2023 at 11:57:40AM -0800, Nathan Bossart wrote: > It looks like 58597ed accidentally added an "end_lsn" to the docs for > pg_get_wal_stats_till_end_of_wal(). Indeed. Fixed, thanks! -- Michael signature.asc Description: PGP signature

Re: Beautify pg_walinspect docs a bit

2023-02-28 Thread Nathan Bossart
It looks like 58597ed accidentally added an "end_lsn" to the docs for pg_get_wal_stats_till_end_of_wal(). diff --git a/doc/src/sgml/pgwalinspect.sgml b/doc/src/sgml/pgwalinspect.sgml index 22677e54f2..3d7cdb95cc 100644 --- a/doc/src/sgml/pgwalinspect.sgml +++ b/doc/src/sgml/pgwalinspect.sgml @@ -1

Re: Beautify pg_walinspect docs a bit

2023-01-12 Thread Michael Paquier
On Thu, Jan 12, 2023 at 05:29:39PM +0530, Bharath Rupireddy wrote: > As discussed [1], here's a patch to beautify pg_walinspect docs > similar to pageinspect docs. The existing pg_walinspect docs calls out > the column names explicitly and then also shows them in the function > execution examples w