diff options
author | Michael Paquier <michael@paquier.xyz> | 2024-04-11 17:19:20 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2024-04-11 17:19:20 +0900 |
commit | 8f136af3c41c3b7e6474d6dd05238f11059f26f1 (patch) | |
tree | c7b64e29b7c1e5a94447582847a1e5e29a6a3e0f /contrib/postgres_fdw/postgres_fdw.c | |
parent | 810f64a01567610af7b92b0de930f16f3e20064e (diff) | |
download | postgresql-8f136af3c41c3b7e6474d6dd05238f11059f26f1.tar.gz postgresql-8f136af3c41c3b7e6474d6dd05238f11059f26f1.zip |
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 'contrib/postgres_fdw/postgres_fdw.c')
0 files changed, 0 insertions, 0 deletions