1 # Copyright (c) 2022-2023, PostgreSQL Global Development Group
3 test_decoding_sources = files(
7 if host_system == 'windows'
8 test_decoding_sources += rc_lib_gen.process(win32ver_rc, extra_args: [
9 '--NAME', 'test_decoding',
10 '--FILEDESC', 'test_decoding - example of a logical decoding output plugin',])
13 test_decoding = shared_module('test_decoding',
14 test_decoding_sources,
15 kwargs: contrib_mod_args,
17 contrib_targets += test_decoding
20 'name': 'test_decoding',
21 'sd': meson.current_source_dir(),
22 'bd': meson.current_build_dir(),
46 '--temp-config', files('logical.conf'),
48 # Disabled because these tests require "wal_level=logical", which
49 # typical runningcheck users do not have (e.g. buildfarm clients).
50 'runningcheck': false,
57 'catalog_change_snapshot',
61 'subxact_without_top',
64 'slot_creation_error',
67 '--temp-config', files('logical.conf'),
70 'runningcheck': false,
74 't/001_repl_stats.pl',