From 1f2c45239311afeb452c76e32b4a7f82d3b68598 Mon Sep 17 00:00:00 2001 From: Benjamin Owad Date: Tue, 31 Oct 2023 00:39:25 -0400 Subject: [PATCH] Add temporal_tables extension configuration --- extn_info/temporal_tables.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 extn_info/temporal_tables.json diff --git a/extn_info/temporal_tables.json b/extn_info/temporal_tables.json new file mode 100644 index 000000000..52e84583a --- /dev/null +++ b/extn_info/temporal_tables.json @@ -0,0 +1,13 @@ +{ + "download_method": "zip", + "download_url": "https://github.com/arkhipov/temporal_tables/releases/download/v1.2.2/temporal_tables-1.2.2.zip", + "folder_name": "temporal_tables-1.2.2", + "source_dir": ".", + "dependencies": [], + "install_method": "pgxs", + "test_method": "pg_regress", + "pg_regress": { + "input_dir": ".", + "test_list": ["install", "combinations", "invalid_system_period", "invalid_system_period_values", "invalid_types", "no_history_system_period", "no_history_table", "no_system_period", "structure", "versioning", "versioning_custom_system_time", "uninstall"] + } +}