Display is_prev_bucket_same_wrt of xl_hash_squeeze_page

From: Kirill Reshke <reshkekirill(at)gmail(dot)com>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Display is_prev_bucket_same_wrt of xl_hash_squeeze_page
Date: 2025-09-10 13:28:10
Message-ID: CALdSSPjc-OVwtZH0Xrkvg7n=2ZwdbMJzqrm_ed_CfjiAzuKVGg@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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-source pg-related project).

PFA fixing issue.

--
Best regards,
Kirill Reshke

Attachment Content-Type Size
v1-0001-Display-is_prev_bucket_same_wrt-of-xl_hash_squeez.patch application/octet-stream 1.2 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Marcos Pegoraro 2025-09-10 13:29:45 Re: [PATCH] Generate random dates/times in a specified range
Previous Message Matheus Alcantara 2025-09-10 13:05:21 Re: Proposal: Out-of-Order NOTIFY via GUC to Improve LISTEN/NOTIFY Throughput