postgresql/src/backend/utils/cache
Peter Eisentraut 5e4282772a Remove RelationGetIndexRawAttOptions()
There was only one caller left, for which this function was overkill.

Also, having it in relcache.c was inappropriate, since it doesn't work
with the relcache at all.

Discussion: https://www.postgresql.org/message-id/flat/f84640e3-00d3-5abd-3f41-e6a19d33c40b@eisentraut.org
2023-10-03 17:51:02 +02:00
..
attoptcache.c Remove useless casts to (void *) in hash_search() calls 2023-02-06 09:41:01 +01:00
catcache.c Add sanity asserts for index OID and attnums during cache init 2023-07-27 10:55:16 +09:00
evtcache.c Rename EVT cache hash to make context name unique 2023-07-05 08:53:09 +02:00
inval.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
lsyscache.c Add missing ObjectIdGetDatum() in syscache lookup calls for Oids 2023-07-20 15:18:25 +09:00
Makefile Change internal RelFileNode references to RelFileNumber or RelFileLocator. 2022-07-06 11:39:09 -04:00
meson.build Update copyright for 2023 2023-01-02 15:00:37 -05:00
partcache.c Add missing ObjectIdGetDatum() in syscache lookup calls for Oids 2023-07-20 15:18:25 +09:00
plancache.c Avoid unnecessary plancache revalidation of utility statements. 2023-08-24 12:02:46 -04:00
relcache.c Remove RelationGetIndexRawAttOptions() 2023-10-03 17:51:02 +02:00
relfilenumbermap.c Remove useless casts to (void *) in hash_search() calls 2023-02-06 09:41:01 +01:00
relmapper.c Pre-beta mechanical code beautification. 2023-05-19 17:24:48 -04:00
spccache.c Remove useless casts to (void *) in hash_search() calls 2023-02-06 09:41:01 +01:00
syscache.c Add sanity asserts for index OID and attnums during cache init 2023-07-27 10:55:16 +09:00
ts_cache.c Remove useless casts to (void *) in hash_search() calls 2023-02-06 09:41:01 +01:00
typcache.c Fix exception safety bug in typcache.c. 2023-09-13 14:58:22 +12:00