summaryrefslogtreecommitdiff
path: root/src/backend/storage/freespace/freespace.c
diff options
context:
space:
mode:
authorMichael Paquier <michael@paquier.xyz>2024-04-11 17:19:35 +0900
committerMichael Paquier <michael@paquier.xyz>2024-04-11 17:19:35 +0900
commit574c7c754666a2b5634efd700d3602629d261362 (patch)
tree0bf0fd8b675a918c2f5f622a870c6380df179d64 /src/backend/storage/freespace/freespace.c
parent48f216dc634bcda522c92de7de61036fdc26847f (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