At update of non-LP_NORMAL TID, fail instead of corrupting page header.
[pgsql.git] / contrib / auth_delay / meson.build
blob2fecf2359976b4f1f85d9fd526f7637ffdb4f0a8
1 # Copyright (c) 2022-2025, PostgreSQL Global Development Group
3 auth_delay_sources = files(
4   'auth_delay.c',
7 if host_system == 'windows'
8   auth_delay_sources += rc_lib_gen.process(win32ver_rc, extra_args: [
9     '--NAME', 'auth_delay',
10     '--FILEDESC', 'auth_delay - delay authentication failure reports',])
11 endif
13 auth_delay = shared_module('auth_delay',
14   auth_delay_sources,
15   kwargs: contrib_mod_args,
17 contrib_targets += auth_delay