summaryrefslogtreecommitdiff
path: root/src/test/modules
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/modules')
-rw-r--r--src/test/modules/brin/meson.build2
-rw-r--r--src/test/modules/commit_ts/meson.build2
-rw-r--r--src/test/modules/delay_execution/meson.build2
-rw-r--r--src/test/modules/dummy_index_am/meson.build2
-rw-r--r--src/test/modules/dummy_seclabel/meson.build2
-rw-r--r--src/test/modules/libpq_pipeline/meson.build2
-rw-r--r--src/test/modules/meson.build2
-rw-r--r--src/test/modules/plsample/meson.build2
-rw-r--r--src/test/modules/snapshot_too_old/meson.build2
-rw-r--r--src/test/modules/spgist_name_ops/meson.build2
-rw-r--r--src/test/modules/ssl_passphrase_callback/meson.build2
-rw-r--r--src/test/modules/test_bloomfilter/meson.build2
-rw-r--r--src/test/modules/test_copy_callbacks/meson.build2
-rw-r--r--src/test/modules/test_custom_rmgrs/meson.build2
-rw-r--r--src/test/modules/test_ddl_deparse/meson.build2
-rw-r--r--src/test/modules/test_extensions/meson.build2
-rw-r--r--src/test/modules/test_ginpostinglist/meson.build2
-rw-r--r--src/test/modules/test_integerset/meson.build2
-rw-r--r--src/test/modules/test_lfind/meson.build2
-rw-r--r--src/test/modules/test_misc/meson.build2
-rw-r--r--src/test/modules/test_oat_hooks/meson.build2
-rw-r--r--src/test/modules/test_parser/meson.build2
-rw-r--r--src/test/modules/test_pg_db_role_setting/meson.build2
-rw-r--r--src/test/modules/test_pg_dump/meson.build2
-rw-r--r--src/test/modules/test_predtest/meson.build2
-rw-r--r--src/test/modules/test_rbtree/meson.build2
-rw-r--r--src/test/modules/test_regex/meson.build2
-rw-r--r--src/test/modules/test_rls_hooks/meson.build2
-rw-r--r--src/test/modules/test_shm_mq/meson.build2
-rw-r--r--src/test/modules/test_slru/meson.build2
-rw-r--r--src/test/modules/unsafe_tests/meson.build2
-rw-r--r--src/test/modules/worker_spi/meson.build2
32 files changed, 64 insertions, 0 deletions
diff --git a/src/test/modules/brin/meson.build b/src/test/modules/brin/meson.build
index 58254d093a4..4296cabb306 100644
--- a/src/test/modules/brin/meson.build
+++ b/src/test/modules/brin/meson.build
@@ -1,3 +1,5 @@
+# Copyright (c) 2022, PostgreSQL Global Development Group
+
tests += {
'name': 'brin',
'sd': meson.current_source_dir(),
diff --git a/src/test/modules/commit_ts/meson.build b/src/test/modules/commit_ts/meson.build
index fa86e70e880..1a8393090f0 100644
--- a/src/test/modules/commit_ts/meson.build
+++ b/src/test/modules/commit_ts/meson.build
@@ -1,3 +1,5 @@
+# Copyright (c) 2022, PostgreSQL Global Development Group
+
tests += {
'name': 'commit_ts',
'sd': meson.current_source_dir(),
diff --git a/src/test/modules/delay_execution/meson.build b/src/test/modules/delay_execution/meson.build
index a0c3ab6afe7..c28c4e3223a 100644
--- a/src/test/modules/delay_execution/meson.build
+++ b/src/test/modules/delay_execution/meson.build
@@ -1,3 +1,5 @@
+# Copyright (c) 2022, PostgreSQL Global Development Group
+
# FIXME: prevent install during main install, but not during test :/
delay_execution_sources = files(
diff --git a/src/test/modules/dummy_index_am/meson.build b/src/test/modules/dummy_index_am/meson.build
index 4ce82491135..b909eb0aef4 100644
--- a/src/test/modules/dummy_index_am/meson.build
+++ b/src/test/modules/dummy_index_am/meson.build
@@ -1,3 +1,5 @@
+# Copyright (c) 2022, PostgreSQL Global Development Group
+
# FIXME: prevent install during main install, but not during test :/
dummy_index_am_sources = files(
diff --git a/src/test/modules/dummy_seclabel/meson.build b/src/test/modules/dummy_seclabel/meson.build
index 81b626e496c..9a2b3b9551a 100644
--- a/src/test/modules/dummy_seclabel/meson.build
+++ b/src/test/modules/dummy_seclabel/meson.build
@@ -1,3 +1,5 @@
+# Copyright (c) 2022, PostgreSQL Global Development Group
+
# FIXME: prevent install during main install, but not during test :/
dummy_seclabel_sources = files(
diff --git a/src/test/modules/libpq_pipeline/meson.build b/src/test/modules/libpq_pipeline/meson.build
index de0e2d15626..528cb121129 100644
--- a/src/test/modules/libpq_pipeline/meson.build
+++ b/src/test/modules/libpq_pipeline/meson.build
@@ -1,3 +1,5 @@
+# Copyright (c) 2022, PostgreSQL Global Development Group
+
libpq_pipeline_sources = files(
'libpq_pipeline.c',
)
diff --git a/src/test/modules/meson.build b/src/test/modules/meson.build
index 911a768a294..eefc0b20632 100644
--- a/src/test/modules/meson.build
+++ b/src/test/modules/meson.build
@@ -1,3 +1,5 @@
+# Copyright (c) 2022, PostgreSQL Global Development Group
+
subdir('brin')
subdir('commit_ts')
subdir('delay_execution')
diff --git a/src/test/modules/plsample/meson.build b/src/test/modules/plsample/meson.build
index e1ea2c7a16f..33ffc3b2e8d 100644
--- a/src/test/modules/plsample/meson.build
+++ b/src/test/modules/plsample/meson.build
@@ -1,3 +1,5 @@
+# Copyright (c) 2022, PostgreSQL Global Development Group
+
# FIXME: prevent install during main install, but not during test :/
plsample_sources = files(
diff --git a/src/test/modules/snapshot_too_old/meson.build b/src/test/modules/snapshot_too_old/meson.build
index 5094b52949b..4e7ec74c36d 100644
--- a/src/test/modules/snapshot_too_old/meson.build
+++ b/src/test/modules/snapshot_too_old/meson.build
@@ -1,3 +1,5 @@
+# Copyright (c) 2022, PostgreSQL Global Development Group
+
tests += {
'name': 'snapshot_too_old',
'sd': meson.current_source_dir(),
diff --git a/src/test/modules/spgist_name_ops/meson.build b/src/test/modules/spgist_name_ops/meson.build
index 445296fee0b..49188796f22 100644
--- a/src/test/modules/spgist_name_ops/meson.build
+++ b/src/test/modules/spgist_name_ops/meson.build
@@ -1,3 +1,5 @@
+# Copyright (c) 2022, PostgreSQL Global Development Group
+
# FIXME: prevent install during main install, but not during test :/
spgist_name_ops_sources = files(
diff --git a/src/test/modules/ssl_passphrase_callback/meson.build b/src/test/modules/ssl_passphrase_callback/meson.build
index 1c9f009af37..820b15c58cc 100644
--- a/src/test/modules/ssl_passphrase_callback/meson.build
+++ b/src/test/modules/ssl_passphrase_callback/meson.build
@@ -1,3 +1,5 @@
+# Copyright (c) 2022, PostgreSQL Global Development Group
+
if not ssl.found()
subdir_done()
endif
diff --git a/src/test/modules/test_bloomfilter/meson.build b/src/test/modules/test_bloomfilter/meson.build
index 3cf6b05754f..8135c1b2c23 100644
--- a/src/test/modules/test_bloomfilter/meson.build
+++ b/src/test/modules/test_bloomfilter/meson.build
@@ -1,3 +1,5 @@
+# Copyright (c) 2022, PostgreSQL Global Development Group
+
# FIXME: prevent install during main install, but not during test :/
test_bloomfilter_sources = files(
diff --git a/src/test/modules/test_copy_callbacks/meson.build b/src/test/modules/test_copy_callbacks/meson.build
index 43eca8e3d9d..17f0c19334b 100644
--- a/src/test/modules/test_copy_callbacks/meson.build
+++ b/src/test/modules/test_copy_callbacks/meson.build
@@ -1,3 +1,5 @@
+# Copyright (c) 2022, PostgreSQL Global Development Group
+
# FIXME: prevent install during main install, but not during test :/
test_copy_callbacks_sources = files(
diff --git a/src/test/modules/test_custom_rmgrs/meson.build b/src/test/modules/test_custom_rmgrs/meson.build
index 05ec06d6d59..0190442ed1d 100644
--- a/src/test/modules/test_custom_rmgrs/meson.build
+++ b/src/test/modules/test_custom_rmgrs/meson.build
@@ -1,3 +1,5 @@
+# Copyright (c) 2022, PostgreSQL Global Development Group
+
# FIXME: prevent install during main install, but not during test :/
test_custom_rmgrs_sources = files(
diff --git a/src/test/modules/test_ddl_deparse/meson.build b/src/test/modules/test_ddl_deparse/meson.build
index 54d44f9b2b4..3992f961a05 100644
--- a/src/test/modules/test_ddl_deparse/meson.build
+++ b/src/test/modules/test_ddl_deparse/meson.build
@@ -1,3 +1,5 @@
+# Copyright (c) 2022, PostgreSQL Global Development Group
+
# FIXME: prevent install during main install, but not during test :/
test_ddl_deparse_sources = files(
diff --git a/src/test/modules/test_extensions/meson.build b/src/test/modules/test_extensions/meson.build
index e95a9f2e7eb..8cf18b70575 100644
--- a/src/test/modules/test_extensions/meson.build
+++ b/src/test/modules/test_extensions/meson.build
@@ -1,3 +1,5 @@
+# Copyright (c) 2022, PostgreSQL Global Development Group
+
# FIXME: prevent install during main install, but not during test :/
install_data(
'test_ext1--1.0.sql',
diff --git a/src/test/modules/test_ginpostinglist/meson.build b/src/test/modules/test_ginpostinglist/meson.build
index b3b49c56122..a0976a7d3cf 100644
--- a/src/test/modules/test_ginpostinglist/meson.build
+++ b/src/test/modules/test_ginpostinglist/meson.build
@@ -1,3 +1,5 @@
+# Copyright (c) 2022, PostgreSQL Global Development Group
+
# FIXME: prevent install during main install, but not during test :/
test_ginpostinglist_sources = files(
diff --git a/src/test/modules/test_integerset/meson.build b/src/test/modules/test_integerset/meson.build
index 4bd75af4b5e..017ff070296 100644
--- a/src/test/modules/test_integerset/meson.build
+++ b/src/test/modules/test_integerset/meson.build
@@ -1,3 +1,5 @@
+# Copyright (c) 2022, PostgreSQL Global Development Group
+
# FIXME: prevent install during main install, but not during test :/
test_integerset_sources = files(
diff --git a/src/test/modules/test_lfind/meson.build b/src/test/modules/test_lfind/meson.build
index c5405b8f878..32de276d15f 100644
--- a/src/test/modules/test_lfind/meson.build
+++ b/src/test/modules/test_lfind/meson.build
@@ -1,3 +1,5 @@
+# Copyright (c) 2022, PostgreSQL Global Development Group
+
# FIXME: prevent install during main install, but not during test :/
test_lfind_sources = files(
diff --git a/src/test/modules/test_misc/meson.build b/src/test/modules/test_misc/meson.build
index cfc830ff399..b7478c31253 100644
--- a/src/test/modules/test_misc/meson.build
+++ b/src/test/modules/test_misc/meson.build
@@ -1,3 +1,5 @@
+# Copyright (c) 2022, PostgreSQL Global Development Group
+
tests += {
'name': 'test_misc',
'sd': meson.current_source_dir(),
diff --git a/src/test/modules/test_oat_hooks/meson.build b/src/test/modules/test_oat_hooks/meson.build
index e9d09d92c30..719c8c46c94 100644
--- a/src/test/modules/test_oat_hooks/meson.build
+++ b/src/test/modules/test_oat_hooks/meson.build
@@ -1,3 +1,5 @@
+# Copyright (c) 2022, PostgreSQL Global Development Group
+
# FIXME: prevent install during main install, but not during test :/
test_oat_hooks_sources = files(
diff --git a/src/test/modules/test_parser/meson.build b/src/test/modules/test_parser/meson.build
index 1c17113347f..03920fe49a6 100644
--- a/src/test/modules/test_parser/meson.build
+++ b/src/test/modules/test_parser/meson.build
@@ -1,3 +1,5 @@
+# Copyright (c) 2022, PostgreSQL Global Development Group
+
# FIXME: prevent install during main install, but not during test :/
test_parser_sources = files(
diff --git a/src/test/modules/test_pg_db_role_setting/meson.build b/src/test/modules/test_pg_db_role_setting/meson.build
index 3a6410cca21..9a2b688049c 100644
--- a/src/test/modules/test_pg_db_role_setting/meson.build
+++ b/src/test/modules/test_pg_db_role_setting/meson.build
@@ -1,3 +1,5 @@
+# Copyright (c) 2022, PostgreSQL Global Development Group
+
# FIXME: prevent install during main install, but not during test :/
test_pg_db_role_setting_sources = files(
diff --git a/src/test/modules/test_pg_dump/meson.build b/src/test/modules/test_pg_dump/meson.build
index 73f1fcf9428..903cde1834e 100644
--- a/src/test/modules/test_pg_dump/meson.build
+++ b/src/test/modules/test_pg_dump/meson.build
@@ -1,3 +1,5 @@
+# Copyright (c) 2022, PostgreSQL Global Development Group
+
# FIXME: prevent install during main install, but not during test :/
install_data(
'test_pg_dump.control',
diff --git a/src/test/modules/test_predtest/meson.build b/src/test/modules/test_predtest/meson.build
index 9a5be43c9c0..485a49f4971 100644
--- a/src/test/modules/test_predtest/meson.build
+++ b/src/test/modules/test_predtest/meson.build
@@ -1,3 +1,5 @@
+# Copyright (c) 2022, PostgreSQL Global Development Group
+
# FIXME: prevent install during main install, but not during test :/
test_predtest_sources = files(
diff --git a/src/test/modules/test_rbtree/meson.build b/src/test/modules/test_rbtree/meson.build
index f067e08d321..134f9c40c77 100644
--- a/src/test/modules/test_rbtree/meson.build
+++ b/src/test/modules/test_rbtree/meson.build
@@ -1,3 +1,5 @@
+# Copyright (c) 2022, PostgreSQL Global Development Group
+
# FIXME: prevent install during main install, but not during test :/
test_rbtree_sources = files(
diff --git a/src/test/modules/test_regex/meson.build b/src/test/modules/test_regex/meson.build
index cfb938d9f1e..833bf994b34 100644
--- a/src/test/modules/test_regex/meson.build
+++ b/src/test/modules/test_regex/meson.build
@@ -1,3 +1,5 @@
+# Copyright (c) 2022, PostgreSQL Global Development Group
+
# FIXME: prevent install during main install, but not during test :/
test_regex_sources = files(
diff --git a/src/test/modules/test_rls_hooks/meson.build b/src/test/modules/test_rls_hooks/meson.build
index 3fb273b2934..38f0fd2c80a 100644
--- a/src/test/modules/test_rls_hooks/meson.build
+++ b/src/test/modules/test_rls_hooks/meson.build
@@ -1,3 +1,5 @@
+# Copyright (c) 2022, PostgreSQL Global Development Group
+
# FIXME: prevent install during main install, but not during test :/
test_rls_hooks_sources = files(
diff --git a/src/test/modules/test_shm_mq/meson.build b/src/test/modules/test_shm_mq/meson.build
index 16c8fdb57f4..52d8dd389e0 100644
--- a/src/test/modules/test_shm_mq/meson.build
+++ b/src/test/modules/test_shm_mq/meson.build
@@ -1,3 +1,5 @@
+# Copyright (c) 2022, PostgreSQL Global Development Group
+
# FIXME: prevent install during main install, but not during test :/
test_shm_mq_sources = files(
diff --git a/src/test/modules/test_slru/meson.build b/src/test/modules/test_slru/meson.build
index 74dacd11ac8..29f7493945a 100644
--- a/src/test/modules/test_slru/meson.build
+++ b/src/test/modules/test_slru/meson.build
@@ -1,3 +1,5 @@
+# Copyright (c) 2022, PostgreSQL Global Development Group
+
# FIXME: prevent install during main install, but not during test :/
test_slru_sources = files(
diff --git a/src/test/modules/unsafe_tests/meson.build b/src/test/modules/unsafe_tests/meson.build
index d69b0e7ce44..3a34a034fb3 100644
--- a/src/test/modules/unsafe_tests/meson.build
+++ b/src/test/modules/unsafe_tests/meson.build
@@ -1,3 +1,5 @@
+# Copyright (c) 2022, PostgreSQL Global Development Group
+
tests += {
'name': 'unsafe_tests',
'sd': meson.current_source_dir(),
diff --git a/src/test/modules/worker_spi/meson.build b/src/test/modules/worker_spi/meson.build
index 660d721eea9..8df24ed6add 100644
--- a/src/test/modules/worker_spi/meson.build
+++ b/src/test/modules/worker_spi/meson.build
@@ -1,3 +1,5 @@
+# Copyright (c) 2022, PostgreSQL Global Development Group
+
# FIXME: prevent install during main install, but not during test :/
test_worker_spi_sources = files(