Re: Display is_prev_bucket_same_wrt of xl_hash_squeeze_page

2025-09-11 Thread Kirill Reshke
HI, thanks for looking into this. On Thu, 11 Sept 2025 at 05:54, Michael Paquier wrote: > We are still missing the offsets in xl_hash_vacuum_one_page, which > would lead to a longer output, with perhaps less value in in. Yes. I guess we might want to implement this to keep things in sync: we di

Re: Display is_prev_bucket_same_wrt of xl_hash_squeeze_page

2025-09-10 Thread Michael Paquier
On Wed, Sep 10, 2025 at 06:28:10PM +0500, Kirill Reshke wrote: > While doing some xlog-related task at my job I noticed that pg_waldump > utility does not display `is_prev_bucket_same_wrt` of > xl_hash_squeeze_page record. I had to patch pg_waldump to fix the > issue, because I us

Display is_prev_bucket_same_wrt of xl_hash_squeeze_page

2025-09-10 Thread Kirill Reshke
Hi hackers! While doing some xlog-related task at my job I noticed that pg_waldump utility does not display `is_prev_bucket_same_wrt` of xl_hash_squeeze_page record. I had to patch pg_waldump to fix the issue, because I use pg_waldump output of vanilla pg to cross-check my patches (in our closed