postgresql/src/backend/utils/cache
Alexander Korotkov c1500a1ba7 Update header comment for lookup_type_cache()
Describe the way we handle concurrent invalidation messages.

Discussion: https://postgr.es/m/CAPpHfdsQhwUrnB3of862j9RgHoJM--eRbifvBMvtQxpC57dxCA%40mail.gmail.com
Reviewed-by: Andrei Lepikhov, Artur Zakirov, Pavel Borisov
2024-10-24 14:34:16 +03:00
..
attoptcache.c Optimize InvalidateAttoptCacheCallback() and TypeCacheTypCallback() 2024-08-07 07:06:17 +03:00
catcache.c Don't overwrite scan key in systable_beginscan() 2024-09-12 10:48:39 +02:00
evtcache.c Remove unused #include's from backend .c files 2024-03-04 12:02:20 +01:00
inval.c Remove unused #include's from backend .c files 2024-03-04 12:02:20 +01:00
lsyscache.c Track sort direction in SortGroupClause 2024-10-14 15:36:02 +02:00
Makefile Change internal RelFileNode references to RelFileNumber or RelFileLocator. 2022-07-06 11:39:09 -04:00
meson.build Update copyright for 2024 2024-01-03 20:49:05 -05:00
partcache.c Remove unused #include's from backend .c files 2024-03-04 12:02:20 +01:00
plancache.c Separate equalRowTypes() from equalTupleDescs() 2024-03-17 05:58:04 +01:00
relcache.c For inplace update durability, make heap_update() callers wait. 2024-09-24 15:25:18 -07:00
relfilenumbermap.c Don't overwrite scan key in systable_beginscan() 2024-09-12 10:48:39 +02:00
relmapper.c Remove unused #include's from backend .c files 2024-03-04 12:02:20 +01:00
spccache.c Update copyright for 2024 2024-01-03 20:49:05 -05:00
syscache.c For inplace update durability, make heap_update() callers wait. 2024-09-24 15:25:18 -07:00
ts_cache.c Update copyright for 2024 2024-01-03 20:49:05 -05:00
typcache.c Update header comment for lookup_type_cache() 2024-10-24 14:34:16 +03:00