mirror of
https://github.com/postgres/postgres.git
synced 2025-11-22 12:22:45 +03:00
Reported-by: Michael Paquier Discussion: https://postgr.es/m/ZZKTDPxBBMt3C0J9@paquier.xyz Backpatch-through: 12
19 lines
328 B
Meson
19 lines
328 B
Meson
# Copyright (c) 2022-2024, 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',
|
|
)
|