postgresql/src/backend/utils/cache
Robert Haas 6af0827232 Fix InitializeRelfilenumberMap for 05d4cbf9b6
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
2022-09-28 08:04:49 -04:00
..
attoptcache.c Update copyright for 2022 2022-01-07 19:04:57 -05:00
catcache.c Fix omissions in support for the "regcollation" type. 2022-07-17 17:43:28 -04:00
evtcache.c Add construct_array_builtin, deconstruct_array_builtin 2022-07-01 11:23:15 +02:00
inval.c Fix alignment problems with SharedInvalSmgrMsg. 2022-09-28 07:58:09 -04:00
lsyscache.c Move common catalog cache access routines to lsyscache.c 2022-08-02 10:47:22 +05:30
Makefile Change internal RelFileNode references to RelFileNumber or RelFileLocator. 2022-07-06 11:39:09 -04:00
meson.build meson: Add initial version of meson based build system 2022-09-21 22:37:17 -07:00
partcache.c Update copyright for 2022 2022-01-07 19:04:57 -05:00
plancache.c Pre-beta mechanical code beautification. 2022-05-12 15:17:30 -04:00
relcache.c Increase width of RelFileNumbers from 32 bits to 56 bits. 2022-09-27 13:25:21 -04:00
relfilenumbermap.c Fix InitializeRelfilenumberMap for 05d4cbf9b6 2022-09-28 08:04:49 -04:00
relmapper.c Harmonize more parameter names in bulk. 2022-09-20 13:09:30 -07:00
spccache.c Update copyright for 2022 2022-01-07 19:04:57 -05:00
syscache.c Make role grant system more consistent with other privileges. 2022-08-22 11:35:17 -04:00
ts_cache.c Split up guc.c for better build speed and ease of maintenance. 2022-09-13 11:11:45 -04:00
typcache.c Update copyright for 2022 2022-01-07 19:04:57 -05:00