1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-09 06:21:09 +03:00
Files
postgres/src/backend/replication/logical/meson.build
Bruce Momjian c8e1ba736b Update copyright for 2023
Backpatch-through: 11
2023-01-02 15:00:37 -05:00

17 lines
284 B
Meson

# Copyright (c) 2022-2023, 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',
)