Rename pubgencols_type to pubgencols in pg_publication.
[pgsql.git] / src / backend / access / transam / meson.build
blobe8ae9b13c8e497fcfc101082121cb6ff26cf90c6
1 # Copyright (c) 2022-2025, PostgreSQL Global Development Group
3 backend_sources += files(
4   'clog.c',
5   'commit_ts.c',
6   'generic_xlog.c',
7   'multixact.c',
8   'parallel.c',
9   'rmgr.c',
10   'slru.c',
11   'subtrans.c',
12   'timeline.c',
13   'transam.c',
14   'twophase.c',
15   'twophase_rmgr.c',
16   'varsup.c',
17   'xact.c',
18   'xlog.c',
19   'xlogarchive.c',
20   'xlogbackup.c',
21   'xlogfuncs.c',
22   'xloginsert.c',
23   'xlogprefetcher.c',
24   'xlogrecovery.c',
25   'xlogstats.c',
26   'xlogutils.c',
29 # used by frontend programs to build a frontend xlogreader
30 xlogreader_sources = files(
31   'xlogreader.c',
34 backend_sources += xlogreader_sources