postgresql/src/backend/utils/cache
Tom Lane bb30410b9f Fix omissions in support for the "regcollation" type.
The patch that added regcollation doesn't seem to have been too
thorough about supporting it everywhere that other reg* types
are supported.  Fix that.  (The find_expr_references omission
is moderately serious, since it could result in missing expression
dependencies.  The others are less exciting.)

Noted while fixing bug #17483.  Back-patch to v13 where
regcollation was added.

Discussion: https://postgr.es/m/1423433.1652722406@sss.pgh.pa.us
2022-07-17 17:43:28 -04:00
..
attoptcache.c Update copyright for 2021 2021-01-02 13:06:25 -05:00
catcache.c Fix omissions in support for the "regcollation" type. 2022-07-17 17:43:28 -04:00
evtcache.c Update copyright for 2021 2021-01-02 13:06:25 -05:00
inval.c Fix CREATE INDEX CONCURRENTLY for the newest prepared transactions. 2021-10-23 18:36:42 -07:00
lsyscache.c Restore the previous semantics of get_constraint_index(). 2022-03-11 13:47:26 -05:00
Makefile Split all OBJS style lines in makefiles into one-line-per-entry style. 2019-11-05 14:41:07 -08:00
partcache.c ALTER TABLE ... DETACH PARTITION ... CONCURRENTLY 2021-03-25 18:00:28 -03:00
plancache.c Rename debug_invalidate_system_caches_always to debug_discard_caches. 2021-07-13 15:01:01 -04:00
relcache.c Don't call fwrite() with len == 0 when writing out relcache init file. 2022-03-23 13:13:18 -07:00
relfilenodemap.c Update copyright for 2021 2021-01-02 13:06:25 -05:00
relmapper.c Another fix to relmapper race condition. 2021-06-24 11:19:03 +03:00
spccache.c Update copyright for 2021 2021-01-02 13:06:25 -05:00
syscache.c Update copyright for 2021 2021-01-02 13:06:25 -05:00
ts_cache.c Update copyright for 2021 2021-01-02 13:06:25 -05:00
typcache.c Disable anonymous record hash support except in special cases 2021-09-08 09:55:18 +02:00