repo.or.cz
/
pgsql.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Cache NO ACTION foreign keys separately from RESTRICT foreign keys
[pgsql.git]
/
src
/
backend
/
utils
/
cache
/
meson.build
blob
104b28737d7c9d67bdba54671d5c148634c3d508
1
# Copyright (c) 2022-2025, PostgreSQL Global Development Group
2
3
backend_sources += files(
4
'attoptcache.c',
5
'catcache.c',
6
'evtcache.c',
7
'inval.c',
8
'lsyscache.c',
9
'partcache.c',
10
'plancache.c',
11
'relcache.c',
12
'relfilenumbermap.c',
13
'relmapper.c',
14
'spccache.c',
15
'syscache.c',
16
'ts_cache.c',
17
'typcache.c',
18
)