postgresql/src/backend/utils/cache
Álvaro Herrera fd9924542b
Remove redundant relam initialization
This struct member is initialized again a few lines below in the same
function.  This is cosmetic, so no backpatch.

Reported-by: Jingtang Zhang <mrdrivingduck@gmail.com>
Discussion: https://postgr.es/m/AFF74506-B925-46BB-B875-CF5A946170EB@gmail.com
2024-11-27 19:15:14 +01:00
..
attoptcache.c Optimize InvalidateAttoptCacheCallback() and TypeCacheTypCallback() 2024-08-07 07:06:17 +03:00
catcache.c For inplace update, send nontransactional invalidations. 2024-10-25 06:51:02 -07:00
evtcache.c Remove unused #include's from backend .c files 2024-03-04 12:02:20 +01:00
inval.c Fix inplace update buffer self-deadlock. 2024-11-02 09:04:56 -07: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 Remove redundant relam initialization 2024-11-27 19:15:14 +01: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 Avoid "you don't own a lock of type ExclusiveLock" in GRANT TABLESPACE. 2024-11-25 14:42:35 -08:00
ts_cache.c Update copyright for 2024 2024-01-03 20:49:05 -05:00
typcache.c Avoid looping over all type cache entries in TypeCacheRelCallback() 2024-10-24 14:35:52 +03:00