postgresql/src/backend/utils/cache/meson.build
Bruce Momjian c8e1ba736b Update copyright for 2023
Backpatch-through: 11
2023-01-02 15:00:37 -05:00

19 lines
328 B
Meson

# Copyright (c) 2022-2023, PostgreSQL Global Development Group
backend_sources += files(
'attoptcache.c',
'catcache.c',
'evtcache.c',
'inval.c',
'lsyscache.c',
'partcache.c',
'plancache.c',
'relcache.c',
'relfilenumbermap.c',
'relmapper.c',
'spccache.c',
'syscache.c',
'ts_cache.c',
'typcache.c',
)