Re: pg_wal_summary_contents() and pg_walsummary may return different results on the same WAL summary file
Robert Haas <robertmhaas@gmail.com>
From: Robert Haas <robertmhaas@gmail.com>
To: Fujii Masao <masao.fujii@oss.nttdata.com>
Cc: pgsql-hackers@lists.postgresql.org
Date: 2024-07-08T13:50:52Z
Lists: pgsql-hackers
On Thu, Jul 4, 2024 at 6:16 AM Fujii Masao <masao.fujii@oss.nttdata.com> wrote: > Yes, so I updated the commit message. I borrowed your description and used it in the message. Attached is the revised version of the patch. > > If there are no objections, I will commit and backpatch it. +1. Maybe change "Fix bugs in pg_wal_summary_contents()" to "Fix limit block handling in pg_wal_summary_contents()". -- Robert Haas EDB: http://www.enterprisedb.com
Commits
-
Fix limit block handling in pg_wal_summary_contents().
- ab4129091ccc 17.0 landed
- c8d5d6c78af4 18.0 landed