summaryrefslogtreecommitdiff
path: root/src/test/modules/test_misc
diff options
context:
space:
mode:
authorAndrew Dunstan <andrew@dunslane.net>2024-01-05 13:15:50 +0000
committerAndrew Dunstan <andrew@dunslane.net>2024-01-05 13:15:50 +0000
commitdbad1c53e92e364e2675f1246e443b95545d4070 (patch)
tree8f112aedd2add15be5bff28be4a992e57f058660 /src/test/modules/test_misc
parent9cd0d77dfcdf847cc42e0401d406c501b3baccbb (diff)
Add copyright notices to a few perl scripts that don't have them
Diffstat (limited to 'src/test/modules/test_misc')
-rw-r--r--src/test/modules/test_misc/t/002_tablespace.pl3
-rw-r--r--src/test/modules/test_misc/t/003_check_guc.pl3
-rw-r--r--src/test/modules/test_misc/t/004_io_direct.pl3
3 files changed, 9 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;