diff options
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/modules/test_misc/t/002_tablespace.pl | 3 | ||||
-rw-r--r-- | src/test/modules/test_misc/t/003_check_guc.pl | 3 | ||||
-rw-r--r-- | src/test/modules/test_misc/t/004_io_direct.pl | 3 | ||||
-rw-r--r-- | src/test/recovery/t/027_stream_regress.pl | 3 | ||||
-rw-r--r-- | src/test/recovery/t/032_relfilenode_reuse.pl | 3 |
5 files changed, 15 insertions, 0 deletions
diff --git a/src/test/modules/test_misc/t/002_tablespace.pl b/src/test/modules/test_misc/t/002_tablespace.pl index 220e2b073d4..3f258fd69a2 100644 --- a/src/test/modules/test_misc/t/002_tablespace.pl +++ b/src/test/modules/test_misc/t/002_tablespace.pl @@ -1,3 +1,6 @@ + +# Copyright (c) 2024, PostgreSQL Global Development Group + # Simple tablespace tests that can't be replicated on the same host # due to the use of absolute paths, so we keep them out of the regular # regression tests. diff --git a/src/test/modules/test_misc/t/003_check_guc.pl b/src/test/modules/test_misc/t/003_check_guc.pl index 0c222bada90..3ae4bb1cd9d 100644 --- a/src/test/modules/test_misc/t/003_check_guc.pl +++ b/src/test/modules/test_misc/t/003_check_guc.pl @@ -1,3 +1,6 @@ + +# Copyright (c) 2024, PostgreSQL Global Development Group + # Tests to cross-check the consistency of GUC parameters with # postgresql.conf.sample. diff --git a/src/test/modules/test_misc/t/004_io_direct.pl b/src/test/modules/test_misc/t/004_io_direct.pl index e3f0966b8de..b79ceba000c 100644 --- a/src/test/modules/test_misc/t/004_io_direct.pl +++ b/src/test/modules/test_misc/t/004_io_direct.pl @@ -1,3 +1,6 @@ + +# Copyright (c) 2024, PostgreSQL Global Development Group + # Very simple exercise of direct I/O GUC. use strict; diff --git a/src/test/recovery/t/027_stream_regress.pl b/src/test/recovery/t/027_stream_regress.pl index 20508307b5b..ae8dea02e40 100644 --- a/src/test/recovery/t/027_stream_regress.pl +++ b/src/test/recovery/t/027_stream_regress.pl @@ -1,3 +1,6 @@ + +# Copyright (c) 2024, PostgreSQL Global Development Group + # Run the standard regression tests with streaming replication use strict; use warnings FATAL => 'all'; diff --git a/src/test/recovery/t/032_relfilenode_reuse.pl b/src/test/recovery/t/032_relfilenode_reuse.pl index 8a4cceacc2b..96a8104b802 100644 --- a/src/test/recovery/t/032_relfilenode_reuse.pl +++ b/src/test/recovery/t/032_relfilenode_reuse.pl @@ -1,3 +1,6 @@ + +# Copyright (c) 2024, PostgreSQL Global Development Group + use strict; use warnings FATAL => 'all'; use PostgreSQL::Test::Cluster; |