1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Copyright (c) 2022-2025, PostgreSQL Global Development Group
backend_sources += files(
'attoptcache.c',
'catcache.c',
'evtcache.c',
'funccache.c',
'inval.c',
'lsyscache.c',
'partcache.c',
'plancache.c',
'relcache.c',
'relfilenumbermap.c',
'relmapper.c',
'spccache.c',
'syscache.c',
'ts_cache.c',
'typcache.c',
)
|