Use correct type for catalog_xmin
Imran Zaheer <imran.zhir@gmail.com>
From: Imran Zaheer <imran.zhir@gmail.com>
To: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2026-06-05T10:03:01Z
Lists: pgsql-hackers
Attachments
- v1-0001-Use-correct-type-for-catalog_xmin.patch (text/x-patch) patch v1-0001
Hi In commit 85c17f6, the variable old_catalog_xmin is using the type XLogRecPtr, even though data.catalog_xmin is a TransactionId. Attached patch fixes this by using TransactionId instead Thanks Imran Zaheer
Commits
-
Use correct type for catalog_xmin
- 9db452c23550 17 (unreleased) landed
- beb09e911735 18 (unreleased) landed
- bd4bd30ce6a7 19 (unreleased) landed
-
Fix excessive logging in idle slotsync worker.
- 85c17f612af7 19 (unreleased) cited