Hi
In commit 85c17f6, the variable old_catalog_xmin is using the typeXLogRecPtr, even though data.catalog_xmin is a TransactionId.
Attached patch fixes this by using TransactionId instead
ThanksImran Zaheer