diff options
author | Michael Paquier <michael@paquier.xyz> | 2024-04-11 17:19:35 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2024-04-11 17:19:35 +0900 |
commit | 574c7c754666a2b5634efd700d3602629d261362 (patch) | |
tree | 0bf0fd8b675a918c2f5f622a870c6380df179d64 /src/backend/storage/freespace/freespace.c | |
parent | 48f216dc634bcda522c92de7de61036fdc26847f (diff) |
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
Diffstat (limited to 'src/backend/storage/freespace/freespace.c')
0 files changed, 0 insertions, 0 deletions