1 # Copyright (c) 2022-2024, PostgreSQL Global Development Group
3 pgoutput_sources = files(
7 if host_system == 'windows'
8 pgoutput_sources += rc_lib_gen.process(win32ver_rc, extra_args: [
10 '--FILEDESC', 'pgoutput - standard logical replication output plugin',])
13 pgoutput = shared_module('pgoutput',
18 backend_targets += pgoutput