postgresql/src/backend/utils/cache
Noah Misch d3a38318ac Rename OverrideSearchPath to SearchPathMatcher.
The previous commit removed the "override" APIs.  Surviving APIs facilitate
plancache.c to snapshot search_path and test whether the current value equals
a remembered snapshot.

Aleksander Alekseev.  Reported by Alexander Lakhin and Noah Misch.

Discussion: https://postgr.es/m/8ffb4650-52c4-6a81-38fc-8f99be981130@gmail.com
2023-07-31 17:04:47 -07: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 Rename OverrideSearchPath to SearchPathMatcher. 2023-07-31 17:04:47 -07:00
relcache.c Add indisreplident to fields refreshed by RelationReloadIndexInfo() 2023-07-14 11:15:34 +09: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 Remove useless casts to (void *) in hash_search() calls 2023-02-06 09:41:01 +01:00