Display is_prev_bucket_same_wrt of xl_hash_squeeze_page
Kirill Reshke <reshkekirill@gmail.com>
From: Kirill Reshke <reshkekirill@gmail.com>
To: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2025-09-10T13:28:10Z
Lists: pgsql-hackers
Attachments
- v1-0001-Display-is_prev_bucket_same_wrt-of-xl_hash_squeez.patch (application/octet-stream) patch v1-0001
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
Commits
-
Add more information for WAL records of hash index AMs
- 528dadf691df 19 (unreleased) landed