ATPrepAddPrimaryKey: ignore non-PK constraints
[pgsql.git] / contrib / old_snapshot / meson.build
blobfe5fb9027abc58c914d96b1cc0b878283c76e202
1 # Copyright (c) 2022-2023, PostgreSQL Global Development Group
3 old_snapshot_sources = files(
4   'time_mapping.c',
7 if host_system == 'windows'
8   old_snapshot_sources += rc_lib_gen.process(win32ver_rc, extra_args: [
9     '--NAME', 'old_snapshot',
10     '--FILEDESC', 'old_snapshot - utilities in support of old_snapshot_threshold',])
11 endif
13 old_snapshot = shared_module('old_snapshot',
14   old_snapshot_sources,
15   kwargs: contrib_mod_args,
17 contrib_targets += old_snapshot
19 install_data(
20   'old_snapshot.control',
21   'old_snapshot--1.0.sql',
22   kwargs: contrib_data_args,