1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-06 07:49:08 +03:00
Files
postgres/src/backend/replication/logical/meson.build

17 lines
279 B
Meson

# Copyright (c) 2022, PostgreSQL Global Development Group
backend_sources += files(
'decode.c',
'launcher.c',
'logical.c',
'logicalfuncs.c',
'message.c',
'origin.c',
'proto.c',
'relation.c',
'reorderbuffer.c',
'snapbuild.c',
'tablesync.c',
'worker.c',
)