Use correct datatype for xmin variables in slot.c

Michael Paquier <michael@paquier.xyz>

Commit: 574c7c754666a2b5634efd700d3602629d261362
Author: Michael Paquier <michael@paquier.xyz>
Date: 2024-04-11T08:19:35Z
Releases: 16.3
Use correct datatype for xmin variables in slot.c

Two variables storing a slot's effective_xmin and effective_catalog_xmin
were saved as XLogRecPtr, which is incorrect as these should be
TransactionIds.

Oversight in 818fefd8fd44.

Author: Bharath Rupireddy
Discussion: https://postgr.es/m/CALj2ACVPSB74mrDTFezz-LV3Oi6F3SN71QA0oUHvndzi5dwTNg@mail.gmail.com
Backpatch-through: 16

Files

PathChange+/−
src/backend/replication/slot.c modified +2 −2

Discussion

Cited messages not in the archive: CALj2ACVPSB74mrDTFezz-LV3Oi6F3SN71QA0oUHvndzi5dwTNg@mail.gmail.com