Use correct type for catalog_xmin - Mailing list pgsql-hackers

From Imran Zaheer
Subject Use correct type for catalog_xmin
Date
Msg-id CA+UBfa=mNeLt-4BFjEP4tqdDsnq+oMqqPr7fd9Wji2_9YXmQdA@mail.gmail.com
Whole thread
List pgsql-hackers
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

Attachment

pgsql-hackers by date:

Previous
From: shveta malik
Date:
Subject: Re: synchronized_standby_slots behavior inconsistent with quorum-based synchronous replication
Next
From: vignesh C
Date:
Subject: Re: [PATCH] Preserve replication origin OIDs in pg_upgrade