You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
postgres/contrib/tsm_system_rows/meson.build

24 lines
439 B

tsm_system_rows = shared_module('tsm_system_rows',
files(
'tsm_system_rows.c',
),
kwargs: contrib_mod_args,
)
contrib_targets += tsm_system_rows
install_data(
'tsm_system_rows--1.0.sql',
'tsm_system_rows.control',
kwargs: contrib_data_args,
)
tests += {
'name': 'tsm_system_rows',
'sd': meson.current_source_dir(),
'bd': meson.current_build_dir(),
'regress': {
'sql': [
'tsm_system_rows',
],
},
}