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-t71cisckmzixahrf9py7oro6xszki4mtrwjuucxr5...@mail.gmail.com Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/6af082723277eeca74f2da65e7759666bf7c7f9c Modified Files -------------- src/backend/utils/cache/relfilenumbermap.c | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-)