1 # Copyright (c) 2022-2023, PostgreSQL Global Development Group
3 old_snapshot_sources = files(
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',])
13 old_snapshot = shared_module('old_snapshot',
15 kwargs: contrib_mod_args,
17 contrib_targets += old_snapshot
20 'old_snapshot.control',
21 'old_snapshot--1.0.sql',
22 kwargs: contrib_data_args,