postgresql/src/backend/utils/cache
Daniel Gustafsson 226261f387 Add error codes to some PANIC/FATAL errors reports
This adds errcodes to a set of PANIC and FATAL errors in xlog.c
and relcache.c,  which previously had no errcode at all set, in
order to make fleetwide analysis of errorlogs easier. There are
many more ereport/elogs left which could benefit from having an
errcode but this at least makes a dent in the issue.

Author: Nazir Bilal Yavuz <byavuz81@gmail.com>
Discussion: https://postgr.es/m/CAN55FZ1k8LgLEqncPGmz_fWnrobV6bjABOTH4tOWta6xNcPQig@mail.gmail.com
2024-04-03 09:19:25 +02:00
..
Makefile Change internal RelFileNode references to RelFileNumber or RelFileLocator. 2022-07-06 11:39:09 -04:00
attoptcache.c Update copyright for 2024 2024-01-03 20:49:05 -05:00
catcache.c Use a hash table for catcache.c's CatCList objects. 2024-03-22 17:13:53 -04: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 Allow specifying an access method for partitioned tables 2024-03-25 16:30:36 +01: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 Add error codes to some PANIC/FATAL errors reports 2024-04-03 09:19:25 +02:00
relfilenumbermap.c Remove unused #include's from backend .c files 2024-03-04 12:02:20 +01: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 Remove unused #include's from backend .c files 2024-03-04 12:02:20 +01:00
ts_cache.c Update copyright for 2024 2024-01-03 20:49:05 -05:00
typcache.c Catalog domain not-null constraints 2024-03-20 10:05:37 +01:00