diff options
author | Robert Haas <rhaas@postgresql.org> | 2022-09-28 08:02:30 -0400 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2022-09-28 08:04:49 -0400 |
commit | 6af082723277eeca74f2da65e7759666bf7c7f9c (patch) | |
tree | 35f55c828ea8f33e7d77b531bdc463cda3d543ba /src/backend/access/transam/xlogutils.c | |
parent | 0222be137188ac3912d244d832a328be0944f3e9 (diff) | |
download | postgresql-6af082723277eeca74f2da65e7759666bf7c7f9c.tar.gz postgresql-6af082723277eeca74f2da65e7759666bf7c7f9c.zip |
Fix InitializeRelfilenumberMap for 05d4cbf9b6ba708858984b01ca0fc56d59d4ec7c
Since relfilenodes are now 56-bits, we use bigint as the SQL type
to represent them, which means F_INT8EQ must be used here rather
than F_OIDEQ. On 64-bit machines this doesn't matter, but 32-bit
machines are unhappy.
Dilip Kumar
Discussion: http://postgr.es/m/CAFiTN-t71ciSckMzixAhrF9py7oRO6xszKi4mTRwjuucXr5tpw@mail.gmail.com
Diffstat (limited to 'src/backend/access/transam/xlogutils.c')
0 files changed, 0 insertions, 0 deletions