Add a copyright notice to perl files lacking one.
authorAndrew Dunstan <andrew@dunslane.net>
Fri, 7 May 2021 14:56:14 +0000 (10:56 -0400)
committerAndrew Dunstan <andrew@dunslane.net>
Fri, 7 May 2021 14:56:14 +0000 (10:56 -0400)
160 files changed:
contrib/amcheck/t/001_verify_heapam.pl
contrib/auto_explain/t/001_auto_explain.pl
contrib/bloom/t/001_wal.pl
contrib/intarray/bench/bench.pl
contrib/intarray/bench/create_test.pl
contrib/oid2name/t/001_basic.pl
contrib/seg/seg-validate.pl
contrib/seg/sort-segments.pl
contrib/test_decoding/t/001_repl_stats.pl
contrib/vacuumlo/t/001_basic.pl
src/bin/initdb/t/001_initdb.pl
src/bin/pg_amcheck/t/001_basic.pl
src/bin/pg_amcheck/t/002_nonesuch.pl
src/bin/pg_amcheck/t/003_check.pl
src/bin/pg_amcheck/t/004_verify_heapam.pl
src/bin/pg_amcheck/t/005_opclass_damage.pl
src/bin/pg_archivecleanup/t/010_pg_archivecleanup.pl
src/bin/pg_basebackup/t/010_pg_basebackup.pl
src/bin/pg_basebackup/t/020_pg_receivewal.pl
src/bin/pg_basebackup/t/030_pg_recvlogical.pl
src/bin/pg_checksums/t/001_basic.pl
src/bin/pg_checksums/t/002_actions.pl
src/bin/pg_config/t/001_pg_config.pl
src/bin/pg_controldata/t/001_pg_controldata.pl
src/bin/pg_ctl/t/001_start_stop.pl
src/bin/pg_ctl/t/002_status.pl
src/bin/pg_ctl/t/003_promote.pl
src/bin/pg_ctl/t/004_logrotate.pl
src/bin/pg_dump/t/001_basic.pl
src/bin/pg_dump/t/002_pg_dump.pl
src/bin/pg_dump/t/003_pg_dump_with_server.pl
src/bin/pg_dump/t/010_dump_connstr.pl
src/bin/pg_resetwal/t/001_basic.pl
src/bin/pg_resetwal/t/002_corrupted.pl
src/bin/pg_rewind/t/001_basic.pl
src/bin/pg_rewind/t/002_databases.pl
src/bin/pg_rewind/t/003_extrafiles.pl
src/bin/pg_rewind/t/004_pg_xlog_symlink.pl
src/bin/pg_rewind/t/005_same_timeline.pl
src/bin/pg_rewind/t/006_options.pl
src/bin/pg_rewind/t/007_standby_source.pl
src/bin/pg_rewind/t/008_min_recovery_point.pl
src/bin/pg_rewind/t/RewindTest.pm
src/bin/pg_test_fsync/t/001_basic.pl
src/bin/pg_test_timing/t/001_basic.pl
src/bin/pg_verifybackup/t/001_basic.pl
src/bin/pg_verifybackup/t/002_algorithm.pl
src/bin/pg_verifybackup/t/003_corruption.pl
src/bin/pg_verifybackup/t/004_options.pl
src/bin/pg_verifybackup/t/005_bad_manifest.pl
src/bin/pg_verifybackup/t/006_encoding.pl
src/bin/pg_verifybackup/t/007_wal.pl
src/bin/pg_waldump/t/001_basic.pl
src/bin/pgbench/t/001_pgbench_with_server.pl
src/bin/pgbench/t/002_pgbench_no_server.pl
src/bin/psql/t/010_tab_completion.pl
src/bin/scripts/t/010_clusterdb.pl
src/bin/scripts/t/011_clusterdb_all.pl
src/bin/scripts/t/020_createdb.pl
src/bin/scripts/t/040_createuser.pl
src/bin/scripts/t/050_dropdb.pl
src/bin/scripts/t/070_dropuser.pl
src/bin/scripts/t/080_pg_isready.pl
src/bin/scripts/t/090_reindexdb.pl
src/bin/scripts/t/091_reindexdb_all.pl
src/bin/scripts/t/100_vacuumdb.pl
src/bin/scripts/t/101_vacuumdb_all.pl
src/bin/scripts/t/102_vacuumdb_stages.pl
src/bin/scripts/t/200_connstr.pl
src/interfaces/libpq/test/regress.pl
src/pl/plperl/plc_perlboot.pl
src/pl/plperl/plc_trusted.pl
src/pl/plperl/plperl_opmask.pl
src/pl/plperl/text2macro.pl
src/test/authentication/t/001_password.pl
src/test/authentication/t/002_saslprep.pl
src/test/kerberos/t/001_auth.pl
src/test/ldap/t/001_auth.pl
src/test/locale/sort-test.pl
src/test/modules/brin/t/01_workitems.pl
src/test/modules/commit_ts/t/001_base.pl
src/test/modules/commit_ts/t/002_standby.pl
src/test/modules/commit_ts/t/003_standby_2.pl
src/test/modules/commit_ts/t/004_restart.pl
src/test/modules/libpq_pipeline/t/001_libpq_pipeline.pl
src/test/modules/ssl_passphrase_callback/t/001_testfunc.pl
src/test/modules/test_misc/t/001_constraint_validation.pl
src/test/modules/test_pg_dump/t/001_base.pl
src/test/perl/PostgresNode.pm
src/test/perl/RecursiveCopy.pm
src/test/perl/SimpleTee.pm
src/test/perl/TestLib.pm
src/test/recovery/t/001_stream_rep.pl
src/test/recovery/t/002_archiving.pl
src/test/recovery/t/003_recovery_targets.pl
src/test/recovery/t/004_timeline_switch.pl
src/test/recovery/t/005_replay_delay.pl
src/test/recovery/t/006_logical_decoding.pl
src/test/recovery/t/007_sync_rep.pl
src/test/recovery/t/008_fsm_truncation.pl
src/test/recovery/t/009_twophase.pl
src/test/recovery/t/010_logical_decoding_timelines.pl
src/test/recovery/t/011_crash_recovery.pl
src/test/recovery/t/012_subtransactions.pl
src/test/recovery/t/013_crash_restart.pl
src/test/recovery/t/014_unlogged_reinit.pl
src/test/recovery/t/015_promotion_pages.pl
src/test/recovery/t/016_min_consistency.pl
src/test/recovery/t/017_shm.pl
src/test/recovery/t/018_wal_optimize.pl
src/test/recovery/t/019_replslot_limit.pl
src/test/recovery/t/020_archive_status.pl
src/test/recovery/t/021_row_visibility.pl
src/test/recovery/t/022_crash_temp_files.pl
src/test/recovery/t/023_pitr_prepared_xact.pl
src/test/recovery/t/024_archive_recovery.pl
src/test/ssl/t/001_ssltests.pl
src/test/ssl/t/002_scram.pl
src/test/ssl/t/SSLServer.pm
src/test/subscription/t/001_rep_changes.pl
src/test/subscription/t/002_types.pl
src/test/subscription/t/003_constraints.pl
src/test/subscription/t/004_sync.pl
src/test/subscription/t/005_encoding.pl
src/test/subscription/t/006_rewrite.pl
src/test/subscription/t/007_ddl.pl
src/test/subscription/t/008_diff_schema.pl
src/test/subscription/t/009_matviews.pl
src/test/subscription/t/010_truncate.pl
src/test/subscription/t/011_generated.pl
src/test/subscription/t/012_collation.pl
src/test/subscription/t/013_partition.pl
src/test/subscription/t/014_binary.pl
src/test/subscription/t/015_stream.pl
src/test/subscription/t/016_stream_subxact.pl
src/test/subscription/t/017_stream_ddl.pl
src/test/subscription/t/018_stream_subxact_abort.pl
src/test/subscription/t/019_stream_subxact_ddl_abort.pl
src/test/subscription/t/020_messages.pl
src/test/subscription/t/100_bugs.pl
src/tools/git_changelog
src/tools/msvc/Install.pm
src/tools/msvc/MSBuildProject.pm
src/tools/msvc/Mkvcbuild.pm
src/tools/msvc/Project.pm
src/tools/msvc/Solution.pm
src/tools/msvc/VSObjectFactory.pm
src/tools/msvc/build.pl
src/tools/msvc/config_default.pl
src/tools/msvc/dummylib/Win32.pm
src/tools/msvc/dummylib/Win32/Registry.pm
src/tools/msvc/dummylib/Win32API/File.pm
src/tools/msvc/gendef.pl
src/tools/msvc/install.pl
src/tools/msvc/mkvcbuild.pl
src/tools/msvc/pgbison.pl
src/tools/msvc/pgflex.pl
src/tools/msvc/vcregress.pl
src/tools/pginclude/pgcheckdefines
src/tools/pgindent/pgindent

index bf47c2ed37315f153a556f3917f53240a970739d..f86a932bd07b38d171e9cf0211c5f4668c5602a9 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 use strict;
 use warnings;
 
index 7968be963b1253eaf981de367889f721bc38c5fa..9c4f1d05713566ed0a1d7afac16518e4b03c232c 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 use strict;
 use warnings;
 
index 7f6398f57129c70df7bdc154c37dfdba262f9be7..9310af5c3dd87c6a7287dff8d31eac50c7d2dbdd 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 # Test generic xlog record work for bloom index replication.
 use strict;
 use warnings;
index daf3febc804a1dc558528cb09e4ade7dd851551a..6a618cbe9c019cb26a5cbd4c49d4ae2fb062c336 100755 (executable)
@@ -1,5 +1,8 @@
 #!/usr/bin/perl
 
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 use strict;
 use warnings;
 
index 3f2a6e4da2a1eef2845ea645f864b9876612b6e6..4df46d05d0f77c24b329db8e9f6df63786a7736b 100755 (executable)
@@ -1,5 +1,8 @@
 #!/usr/bin/perl
 
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 # contrib/intarray/bench/create_test.pl
 
 use strict;
index fa2c5743f63abee8171a9fdabe24c91b35db9743..8f0d4349a077cf246e5bdb6cca9d88b492bf0295 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 use strict;
 use warnings;
 
index 9fa0887e7102a315a330c04a7d76868021316406..bdd8e1ac8bf8e3805b8d67a258d1eb0e3f937f75 100755 (executable)
@@ -1,5 +1,8 @@
 #!/usr/bin/perl
 
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 use strict;
 use warnings;
 
index 2e3c9734a94decc88d9017a38a66519c3f287657..370da29b2ca4d642669d632ccbb1022433382df5 100755 (executable)
@@ -1,5 +1,8 @@
 #!/usr/bin/perl
 
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 # this script will sort any table with the segment data type in its last column
 
 use strict;
index 3ab0e8072283063ef1715a069da932015829ec00..2dc5ef5f0796c99131d5f316e4d69fd4f540d524 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 # Test replication statistics data in pg_stat_replication_slots is sane after
 # drop replication slot and restart.
 use strict;
index 2bfb6ce17d9648160bf9706003259518c5ed186b..2121f454e026a306aedc9f5170c8b33ec0615b9d 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 use strict;
 use warnings;
 
index 8387b945d369b3261fa5a324feb34473fa1d323e..635ff79b475d0dbb6f1f044d9c0c5b625b899dfb 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 # To test successful data directory creation with an additional feature, first
 # try to elaborate the "successful creation" test instead of adding a test.
 # Successful initdb consumes much time and I/O.
index dfa0ae9e062c35654040a6fbab02aaa3c9df7fc8..6f60e3ec1f509748202fb4c10f938238bd4338bf 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 use strict;
 use warnings;
 
index afff146e2461dfa13fa8a28d949fdcbf4775ee56..7c446064ab62f5d8b29b091354bb8865b88736b2 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 use strict;
 use warnings;
 
index 2da9631da4a61d452ed1f43ec404fd06b6544c01..659fd15983e8e4a81210cbf2c7c1d3518963bd5a 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 use strict;
 use warnings;
 
index b842f7bc6db0853674b17b82f59c13a83b31cca9..fa4059172ecd120d08407fe1d8eb32ecca027f43 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 use strict;
 use warnings;
 
index eba8ea9cae63b64a268bdfc1861ae0421d9eae70..062015aa003928893166c4fae38f05e9f9309f84 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 # This regression test checks the behavior of the btree validation in the
 # presence of breaking sort order changes.
 #
index 22782d304207be3c66d191d02d4b4d6a7b2a2742..8134c2a62e81cf452f1821d1e35c65049b05f1ce 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 use strict;
 use warnings;
 use TestLib;
index a9dfe88aaae83321456bede5f92ddbb16c8c5919..28949c9caf817aef259541a6866fb6a097baa026 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 use strict;
 use warnings;
 use Cwd;
index 6e2f0511877115f4e9fe102c5c1585ea01b93d6a..a547c97ef187e5c31f429e3877205f2c935370ab 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 use strict;
 use warnings;
 use TestLib;
index 99154bcf3988a0247a291c82fd37d41e47f7b56c..53f41814b0b205207b1b628b90d4e994335885e0 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 use strict;
 use warnings;
 use TestLib;
index 4334c8060616e5b28e7f987df6bcf5ae825abb37..62e78a50438faee99267d4795eb2df4ca023366b 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 use strict;
 use warnings;
 use TestLib;
index d52bbac5faa97c33a76fa3b66d82421f10c2ead4..af88b9479539db0d16fff73bd0de68ad196a53ea 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 # Do basic sanity checks supported by pg_checksums using
 # an initialized cluster.
 
index ccca190bb19b5c6320a250c53e5ff921cde4718a..d8829faea6c9faaeed0031295b3c2b558ebd6962 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 use strict;
 use warnings;
 use TestLib;
index 3b63ad230fc3383b86bbcb72e2d149ab0668ff02..c3f3aca095c80e0452e92df9da254dea73aefd43 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 use strict;
 use warnings;
 use PostgresNode;
index b1e419f02e95ce2ffa8cd9980278b3964657a419..4bfc23b93deb9cfe624940e6eb0f89fcd9a646e1 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 use strict;
 use warnings;
 
index 606d10560fce9e4ddcbaec849aba8d7cfc9e390e..e69cb801348783c4aa99b7836b669452e62dd5d5 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 use strict;
 use warnings;
 
index ecb294b4906aab61e498421d14353d2ab7114b0b..2d7e2fd5f3d363c2662ae98339252c331528d72c 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 use strict;
 use warnings;
 
index 2f381e556ec7157d7fc3c2ab7522066ff0594beb..9a0492ae631a0c164bcc0426f35294a810f6ec07 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 use strict;
 use warnings;
 
index 083fb3ad08329f7a5fbcc590fd85348a4846a91f..9f12ca6c51da864d64a849da0af147b6d4afa4e7 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 use strict;
 use warnings;
 
index 86113df29c46820a14a04c72c68484e880d85182..c1bbf3c7d4b3a4943a214f5580e6d1d13b29b38b 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 use strict;
 use warnings;
 
index dd9a60a2c9f1dcdb92f5bee60f9a9b5ea4e08834..f9fea9ddcfe7b9df633389f88d0a20f3014d44ce 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 use strict;
 use warnings;
 
index 5497e4605642abd44ed4c5ebc85185da38098e63..9a61eea060d34233b2053d00b8feef591e8a2cda 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 use strict;
 use warnings;
 
index ca93ddbda050ff055d15b16119adb5bbb7657012..9c08ade79fcdda060213797a87af639a03bb7b21 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 use strict;
 use warnings;
 
index f9940d7fc5d6b47f3b1bc4f6b8eb2dde82464103..954790c28ccedc7ab48cee97343db2c56e4310b7 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 # Tests for handling a corrupted pg_control
 
 use strict;
index 93fa09467b41dcfd3343285d21ea52569f2bc6d5..15a6f25adeeecd3055194cdc2f75db9c0a07ff9f 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 use strict;
 use warnings;
 use TestLib;
index 5506fe425bcacf09808bc3e9ae6c12fa30cb8dd3..72c4b225a7f1df1eda104a9a05854b02c016ced6 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 use strict;
 use warnings;
 use TestLib;
index 5b953b11ae80eace909b6a43934c91d27d9d7a49..4fc500d4b4c247a0034f54e1beecb66d752d79f4 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 # Test how pg_rewind reacts to extra files and directories in the data dirs.
 
 use strict;
index fff47585083466c55cfadf033db2351a65e69a4a..8fb0ab3eadd0b2424b1d75a4917ff3f2e45e1d35 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 #
 # Test pg_rewind when the target's pg_wal directory is a symlink.
 #
index 8706d5aed5c47f4466d4d3503c6635e354bb17ce..efe1d4c77f5adf503a3e97ac10cb7830eec3d071 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 #
 # Test that running pg_rewind with the source and target clusters
 # on the same timeline runs successfully.
index 1515696e663545e51c37318a7e94869110ca6b8e..81793899e59d5fed3c27fe4fd83ac76da6a5460b 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 #
 # Test checking options of pg_rewind.
 #
index 7a597bf12bd7d178320a3acdbf0c4fc855c198ac..44319a8204ebbf508723b6d9b74b8358e71fe590 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 #
 # Test using a standby server as the source.
 #
index e3d94b3346df448f74cf93b4e14f0834ee2fafcb..7d9362cc2294c65071c779bbe4ab8a16c50ea156 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 #
 # Test situation where a target data directory contains
 # WAL records beyond both the last checkpoint and the divergence
index 41ed7d4b3befd82b0abb38823f757507c044d374..55a350af9d6337bfb2123958f2a4a5e65776b377 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 package RewindTest;
 
 # Test driver for pg_rewind. Each test consists of a cycle where a new cluster
index fe9c295c4976d1e6542056cd224acdff0f2879d3..c0d0effd92de877cee8e353a958ac35d2d30fb5f 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 use strict;
 use warnings;
 
index 8bad19c7fad970d3355df32b5afa58fe9ec1b783..72e5a42b6f2e3a592dc554451573af844940fbd0 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 use strict;
 use warnings;
 
index 0c35062dc0a13c5d4ccd0dcf96a3103f74f882bf..4ad1c3f0a995cbb104a5c43fc997b16c84613054 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 use strict;
 use warnings;
 use TestLib;
index 6c118832668dfdb7768e7e7016110ccdb15e370c..c2c4c3176af2a0c10045806634c35345b0e836e7 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 # Verify that we can take and verify backups with various checksum types.
 
 use strict;
index 0c0691ba2b20d4f8bc5e2fbef16811345132931e..682b3b857e6236e0ef5d4c77fe8a2c28c056fd86 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 # Verify that various forms of corruption are detected by pg_verifybackup.
 
 use strict;
index 1bd0aab54596f89a874548d01b93a03df7202432..3f6e84c2210a8af9531bd84f34ab56cf0a3f30dc 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 # Verify the behavior of assorted pg_verifybackup options.
 
 use strict;
index 5bd5556038c3d97c79535d50f99625ab9dbf52fa..9f8a100a716bf85437bd16215a945c6d544904f7 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 # Test the behavior of pg_verifybackup when the backup manifest has
 # problems.
 
index 35b854a78e8935de8578d1d38dd453635cfe139e..a821d52a6af8d80d2bc910b9fdbe3d678ad3a9f3 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 # Verify that pg_verifybackup handles hex-encoded filenames correctly.
 
 use strict;
index 23a4f8bbd8d6f7589c7c66e6079763e257d43315..28837b8503dc3a19f44ce37b6dc1cb5a8608f4e6 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 # Test pg_verifybackup's WAL verification.
 
 use strict;
index 5af0ce94fb8031a77e4842e81bd252891c794dcf..fb2f807dc3bc96e1ac53cfd377bf663763ae0d6c 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 use strict;
 use warnings;
 use TestLib;
index c2482dea1752d65029ac2cccd7c43bab2460cc7c..e1496bb213069dc9ac2ce204aa548dae9c96af46 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 use strict;
 use warnings;
 
index 4027e68dfac592440729aa430bd8b9a23191c7b5..9023fac52d5b7d346fe982745bce38487dad6430 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 #
 # pgbench tests which do not need a server
 #
index c27f216d39276af9ac7864b1b01958290c0a39a8..3c58d50118a7644a7d1c5f8a483b6424fa15092b 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 use strict;
 use warnings;
 
index ba093fa3a7a227db053e0a6992efa481233426bc..6d483be143347b0faaccede1696489b7a777763c 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 use strict;
 use warnings;
 
index efd541bc4d65613f329b529fb5f14c7380e022e2..c7e8514fb6cf5aff0d572eaab29dc4940706c67c 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 use strict;
 use warnings;
 
index 983dbb1d37f1ed927d650bfe43f945b7777e9aeb..7261ebb2eff3223b0d2210b138964ab1861ca0a9 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 use strict;
 use warnings;
 
index 916d9259479408fb8403f12655a900f66ee0ae6b..8fdd32d77b7d5858dc6119e3430539afceafb19d 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 use strict;
 use warnings;
 
index c51babe093fb48f264a4570b38612328bd29e36f..646cb4e82f43bbbf8070d7b521d8fd4ecb847a7d 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 use strict;
 use warnings;
 
index 2e858c595bccf8cad77ef792f26c72b4bb5217d4..cbcb09b0ad8f5a9ddef6f2696b90dd34b233aa79 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 use strict;
 use warnings;
 
index 6da89e1b04f314a4c636528fd242320f553e032e..e2e39ea2d4e5ef08bf31467f8a02258be5aaef0b 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 use strict;
 use warnings;
 
index 159b637230335259562eba93e8c6c7f28c23ee7f..af5bdf352c40e04c5dc27559154b002a1782883d 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 use strict;
 use warnings;
 
index 8e6041460c5c8939a5bf8d80d0211268fd9b1f37..299b198d1599b4ad65d7c0b6e979dab8da3fb741 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 use strict;
 use warnings;
 
index 99ec8bebde35099a181aad02e29843fafec9280d..0addc97bf8b8deafe7b250ba2de77378801092e9 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 use strict;
 use warnings;
 
index 43212587e5ab7204d3b646a00a57a13c8352cf9b..504f252748bb149ed03a0cada323700768099af0 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 use strict;
 use warnings;
 
index 17a7fc720d2b1adc8cf4619528b8703f27b852c3..155c77edd9011c4dd7da7149c588ff201ac83b0b 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 use strict;
 use warnings;
 
index ee2523d08582e27e7396e5723a4aa1702844f38b..b1ceab73bbaa3509631aebc527f1d681faf5ae33 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 use strict;
 use warnings;
 
index 54db4f1abfcc9ca49f9a822328ecfd56690b2873..cc1db485f498406805e52b1c72e13719d3999b40 100644 (file)
@@ -1,5 +1,8 @@
 #!/usr/bin/perl
 
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 use strict;
 use warnings;
 
index ee1b9bf4634bab7440ddbd342c793b322869f823..028c4cea6d12ffbcdd9c6535ff7c1da544718d54 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 #  src/pl/plperl/plc_perlboot.pl
 
 use strict;
index dea3727682cf577fb7b92f2bd9641ac851d282af..2ca71e6e12dd4aeb2a4e1de2b0c20f00b130b0e4 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 #  src/pl/plperl/plc_trusted.pl
 
 #<<< protect next line from perltidy so perlcritic annotation works
index ee18e915289bfd031008adef4a8e190f53ea9311..7ad315f1fb23d8817734d5bdc2bfb948df573754 100644 (file)
@@ -1,5 +1,8 @@
 #!perl
 
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 use strict;
 use warnings;
 
index 52fcbe1be1c8261d9f1eda7020d7b7d36535c697..a3e307b16118d9a42fa4ddc17bcb29252c28e62a 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 # src/pl/plperl/text2macro.pl
 
 =head1 NAME
index 150b226c0e8649cfb2d9272b31df016e9742fcbe..17d686e702e4c97c5f5a41bbf46ae04d380e5a62 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 # Set of tests for authentication and pg_hba.conf. The following password
 # methods are checked through this test:
 # - Plain
index aa164b2bd98c6e998319728f8fa51b35b39ae9a2..f080a0ccbaefa3bd544829064b93dc791b4d4b85 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 # Test password normalization in SCRAM.
 #
 # This test can only run with Unix-domain sockets.
index 26c2c7077b397c551be4c1ef9da17b1211c7d233..03337064380cd9e8dfaf67b611b1c826a7ffa78e 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 # Sets up a KDC and then runs a variety of tests to make sure that the
 # GSSAPI/Kerberos authentication and encryption are working properly,
 # that the options in pg_hba.conf and pg_ident.conf are handled correctly,
index ec4721234bc1a5975602594eff01872c1005fd69..0ae14e4c85fdb0594ac5fcf2df9c220388942ad3 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 use strict;
 use warnings;
 use TestLib;
index b61968b7e0a55ad8ad925c5004c90ec19a6466df..a2a17e7f34751a1da88db63ddc6a8d125d23e9c3 100755 (executable)
@@ -1,5 +1,8 @@
 #! /usr/bin/perl
 
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 use strict;
 use warnings;
 use locale;
index 534ab63ab26d64c3c5c8b243fee04bf06386ad63..a4f603a9d548b13dff1de840fa6de4801869dc02 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 # Verify that work items work correctly
 
 use strict;
index f8d5d84cc527c44a93471ecf51fccdb5ff49f23d..dd41936658d9a33b49911b2f09615b4ac13348ba 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 # Single-node test: value can be set, and is still present after recovery
 
 use strict;
index 872efb2e8eae3be2f5aff4d9d92e5138afa26bce..24446bb38413d450452915337f1d185105c3768b 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 # Test simple scenario involving a standby
 
 use strict;
index 36ab829dfdd209bafd34199977ed37d933a834ff..1d57ecedae5445a866a8f57e0d4fb818dd7d792d 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 # Test primary/standby scenario where the track_commit_timestamp GUC is
 # repeatedly toggled on and off.
 use strict;
index 4e6ae776b979ba79230186fd729bb957b2a3fafe..bc9931944f332fa886770e8d4fc1b00f49af059f 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 # Testing of commit timestamps preservation across restarts
 use strict;
 use warnings;
index 4819dbd8495f4841b8c3f515ba09fe0daf6a9026..99a41150a2cb26ccc44c3b58357d5a8fbb87f221 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 use strict;
 use warnings;
 
index a2bed5336c005c0d2a4e249c349d5a16dc1ddfcb..1e2455e82f39a440922cf38febf114a4f95d372b 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 use strict;
 use warnings;
 
index c9453f9063e6985c7397329270566dcfbdfeeaac..3729906c1acfafd502b48358747bb73dfeae64d5 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 # Verify that ALTER TABLE optimizes certain operations as expected
 
 use strict;
index 1cc6f29ab69565333454b8205718e6df4edd03b4..4baca365c64982b56f471c88278e21eb29e1a455 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 use strict;
 use warnings;
 
index 0eb8df5fbf0dc9674382abb9370a2bcb609aa225..8493066eb2428d55b79ef6c517e2153337308ebb 100644 (file)
@@ -1,4 +1,7 @@
 
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 =pod
 
 =head1 NAME
index baf5d0ac63b954789958e8ad0a8c5c4e2986ff27..341cee62fae22360e2de226d787a0c119ddd9648 100644 (file)
@@ -1,4 +1,7 @@
 
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 =pod
 
 =head1 NAME
index 74409bde6d7bed03f2d111641c55a8214641524e..681a36a0f8e8b04120629fb27f3fba6fe6d68cfe 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 # A simple 'tee' implementation, using perl tie.
 #
 # Whenever you print to the handle, it gets forwarded to a list of
index 6bdedc2cfaf6607b1e1718b25c6862043199dc9f..5dbe7cf397645116762ba120f76bc21eaa426544 100644 (file)
@@ -1,4 +1,7 @@
 
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 =pod
 
 =head1 NAME
index 9b0e44280c686711433ac7fbd53973e8032aef8e..7ce67d2b200bc0d763472abd6ed3ed1d970ba190 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 # Minimal test testing streaming replication
 use strict;
 use warnings;
index cf8988f62a7b674a2b62d85afb131568c77340da..c675c0886cdd2698971cc19fd91873a35840f08f 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 # test for archiving with hot standby
 use strict;
 use warnings;
index 448afc4e0e7181012b67ec7fa34ac10911b1e9bd..4da7ed970e12008d0a08a204c034b2f908cec89a 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 # Test for recovery targets: name, timestamp, XID
 use strict;
 use warnings;
index c8dbd8f9df3ed68e6904c57a8e0035f20260ee8d..c101980e9e2b303330f17d9201e72ba8856fa21d 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 # Test for timeline switch
 use strict;
 use warnings;
index 459772f6c44fbc7985d9be13adbd42cfe207cf38..7f177afaedcdcb094fb401a7fe0d637cb8a49633 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 # Checks for recovery_min_apply_delay
 use strict;
 use warnings;
index 8cdfae1e1e2d084b313c46914ed72dd390f7992c..827a7b488e2780a4bc42add6ec50d2b09a62bd4d 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 # Testing of logical decoding using SQL interface and/or pg_recvlogical
 #
 # Most logical decoding tests are in contrib/test_decoding. This module
index e3c6738d3ab809d77775314f00bd322bc4f59383..ad3fb1b44ce42cd18a4d5eeed55f8b9a6e85c1a0 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 # Minimal test testing synchronous replication sync_state transition
 use strict;
 use warnings;
index 37967c11744fce3b56c59e0306f2ac0d3d160b3e..14b4b97e9e78238c51191362600ed999e6609b60 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 # Test WAL replay of FSM changes.
 #
 # FSM changes don't normally need to be WAL-logged, except for truncation.
index 9da3464bc1ddac48782070149fc8131009984d82..3ee012226dacf0e3a3b71ce2b39f707de3bfa03a 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 # Tests dedicated to two-phase commit in recovery
 use strict;
 use warnings;
index 329500f0ae5b77a08c1d0762ed7c0a20129f6a90..8719c61a02d0712e1344da1ad11cb72abe970808 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 # Demonstrate that logical can follow timeline switches.
 #
 # Logical replication slots can follow timeline switches but it's
index 10cd98f70aa28bfdec96b811084cb1215c313d3c..0e5059db9972826dc88732746f23268f24684716 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 #
 # Tests relating to PostgreSQL crash recovery and redo
 #
index 6b9e29ae3c7f68c427bb9b570a603717ca9f2ede..aa84073311b775d96b4ff65c7e5b78f01f1692e5 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 # Tests dedicated to subtransactions in recovery
 use strict;
 use warnings;
index 95d7bb62425fae8341ccf637f6177c8de11f9648..66e43ffbe8d1e04a967bdebb7ba463d6ba5b9ec4 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 #
 # Tests restarts of postgres due to crashes of a subprocess.
 #
index ee05e1a1ee11ced566d50d6ae93c554099b3a5f5..b629d549dd947d1cbe6de9934f2936c221149a5c 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 # Tests that unlogged tables are properly reinitialized after a crash.
 #
 # The behavior should be the same when restoring from a backup, but
index 25a9e4764a2f47223acfbaa1bf1ae59d1ed50853..2b72dc23343d9878884fc12b4543cc7ad5d385c9 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 # Test for promotion handling with WAL records generated post-promotion
 # before the first checkpoint is generated.  This test case checks for
 # invalid page references at replay based on the minimum consistent
index 707538b9869bbfda159e4e6d3cc8be8554072754..60ecd3dbe7c0329bbb9ce2ca0daa4df498d4f23f 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 # Test for checking consistency of on-disk pages for a cluster with
 # the minimum recovery LSN, ensuring that the updates happen across
 # all processes.  In this test, the updates from the startup process
index dc0dcd3ca275a9017fe7ffa9e41d2782e35344f0..6fe9b97f6e0850a87a516a72bd7149392b06e19c 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 #
 # Tests of pg_shmem.h functions
 #
index 1bc01b5fa5f404d9a6c34f31f917a3e38a9c5ae6..53d9864309fb2dba870576118d28021b8dfb4658 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 # Test WAL replay when some operation has skipped WAL.
 #
 # These tests exercise code that once violated the mandate described in
index 20f4a1bbc3dcc28e972098572d3dbaa13de86a26..7094aa0704b2008409f642989ff2998200c8f9c6 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 # Test for replication slot limit
 # Ensure that max_slot_wal_keep_size limits the number of WAL files to
 # be kept by replication slots.
index 27d63d3cbfcc2e62d6558868b4a79ce048316b38..777bf052743e900676b36d2748521242dca4991e 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 #
 # Tests related to WAL archiving and recovery.
 #
index f6a486bb886728084b26552aa4b5da12017321e1..2d0f0556298d6f6963f80680063e536303ec1424 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 # Checks that snapshots on standbys behave in a minimally reasonable
 # way.
 use strict;
index 41d8b74911fa00ed9fa6143a2573715e2ca9f748..42c3cfc027d39436ccdeae00908a614dd3fd971c 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 # Test remove of temporary files after a crash.
 use strict;
 use warnings;
index 533cd1a0fb364352b36715ec9f38109a2fd34325..9190a38f93c3d91db30d7bb1ef232f244a9afd03 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 # Test for point-in-time-recovery (PITR) with prepared transactions
 use strict;
 use warnings;
index 78f06b690aceaae5a87ccf202852a90e40ac60a0..302c69f96b5aa17fc4965d5f9f6714743e4231ff 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 # Test for archive recovery of WAL generated with wal_level=minimal
 use strict;
 use warnings;
index cc797a5c98fbdec4d66b6899673b3762b11fcf1a..45acb1687c8b9fa6ea6e56742f6e172231a17086 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 use strict;
 use warnings;
 use PostgresNode;
index 194000b523f50b9370c16a7dea9713898047e184..9143fa515f21140dd60f9c63d981762066d9b3fb 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 # Test SCRAM authentication and TLS channel binding types
 
 use strict;
index 129a7154a98b1d345e47387e6c175121412a9bd1..0ca2bebf2b3a940ca51adf7e6d90eb947ed11bd3 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 # This module sets up a test server, for the SSL regression tests.
 #
 # The server is configured as follows:
index 04635e93e99592e1c4d46011e4aff12bdd078990..46a88b6d305522d612350115c18f8063e61c0583 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 # Basic logical replication test
 use strict;
 use warnings;
index aedcab2fbcce7f20b5861508bca865b50dd318e1..96669f869b1d47f43224593e1ee3cdfe2d40ae25 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 # This tests that more complex datatypes are replicated correctly
 # by logical replication
 use strict;
index 9f140b552b493784b3ab3a96d64d62b14ff2ec81..1182a1288cecda66e0dfaff7d24b963599c0567d 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 # This test checks that constraints work on subscriber
 use strict;
 use warnings;
index c7926681b66c8f179a5133ebee166488d0e62d9c..f4afdc241d54ca1acabb7f97b9da5b15ca3828d9 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 # Tests for logical replication table syncing
 use strict;
 use warnings;
index aec7a17a78e658b1b1e44a17bb486fffdf0ef595..a3f56a452f3dce3cfc9582939a273c7c0ba34187 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 # Test replication between databases with different encodings
 use strict;
 use warnings;
index c6cda10a19b4261f4874c215d764640beb9afbb2..37e05a401af2609c393dd7f43ab024fa6a1eb03b 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 # Test logical replication behavior with heap rewrites
 use strict;
 use warnings;
index 7fe6cc6d639fa79cf105439bece86b2c3a476a6d..dd10d5cffa8f590ea965b917a9a4bba94d6605f4 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 # Test some logical replication DDL behavior
 use strict;
 use warnings;
index 963334ed89dd6edd3fb55b21fadf1bbef15a19a6..a04a798a187f54bd779b648233a0a3158d602087 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 # Test behavior with different schema on subscriber
 use strict;
 use warnings;
index 7afc7bdba9f1dd33deb23b7268f3e6dc78568002..92c7d18be8e9c74a8616590e189899b92c343f06 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 # Test materialized views behavior
 use strict;
 use warnings;
index 7fc403e13855616ae8119c2db7648f6ab1c2966d..cd3f45c1925ce5bbad6b0c823af9613551c18c7d 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 # Test TRUNCATE
 use strict;
 use warnings;
index f35d1cba4c92ba559d9d02638974d0d2c17ce0a4..29108cbcf20c6d4b41bc962d2326217cb6be9404 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 # Test generated columns
 use strict;
 use warnings;
index 4bfcef7c2f50e59c9868682aa7c19562fecdc509..8137a165eed57fd65f92d4b9e34b9f69aa7dc6ca 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 # Test collations, in particular nondeterministic ones
 # (only works with ICU)
 use strict;
index 4b7d637c70d9242d141839130ffd5d013973f5d3..6daf8daa3cc97ad0880dddf357364df349866a6e 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 # Test logical replication with partitioned tables
 use strict;
 use warnings;
index 36a2f58e17bec1701f931025434982400d854428..7260378f5e8c0ca4e3c870422622b8e463ebbf10 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 # Binary mode logical replication test
 
 use strict;
index 1b0e6fb9fb6a9a18624cd6ad82c3efd64d091459..d76e14c37640d189b8605466d3bbebc4572d08ec 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 # Test streaming of simple large transaction
 use strict;
 use warnings;
index b6a2d10e91ef0c4294e3a7fff13942baa4231761..399036f14b4b0913b6be645dd57fc261dbb49941 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 # Test streaming of large transaction containing large subtransactions
 use strict;
 use warnings;
index be7d7d74e3fbaad9367f03e1a03f9c1d174d55e8..8194a3882ac18cf2e7d1a163726e7dabca88f7c5 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 # Test streaming of large transaction with DDL and subtransactions
 use strict;
 use warnings;
index ddf0621558a5da201c71962fd94cf151fddc67b2..aafb555ada5473e645e7b6b0580e156d0a9018a9 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 # Test streaming of large transaction containing multiple subtransactions and rollbacks
 use strict;
 use warnings;
index 33e42edfef26a55b38c793710b9f81d2a89b13eb..517a26342baf7eb16be2b64c5eb32e5fbd2a2ae5 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 # Test streaming of large transaction with subtransactions, DDLs, DMLs, and
 # rollbacks
 use strict;
index c8be26be736c384fc6268f35a7b6ed07bfbe8228..e5d48ec8a00624c5160696ea8494a1d7137a8241 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 # Tests that logical decoding messages
 use strict;
 use warnings;
index b8f46f08cc5d97746e7963450da46dc486230c20..76a9a90bcb9c5e91f44170b7112ced3ad4f45724 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 # Tests for various bugs found over time
 use strict;
 use warnings;
index 0911389b1e42d63b1b07c85f2acf166949a143df..fd1e8aa0ea071be0a30df82e600116d228d230ba 100755 (executable)
@@ -1,5 +1,8 @@
 #!/usr/bin/perl
 
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 #
 # src/tools/git_changelog
 #
index ffcd0e5095890f15d12ef1d00e7f46e61077a820..2ff6b0784fa9ea0210edec2f0e1cdc68ea85849e 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 package Install;
 
 #
index ebb169e20120272ff1a246452d2600d04e681f00..ebe6530ba58abf384f98f42d4d35f8b255361b71 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 package MSBuildProject;
 
 #
index 58a99e4f104a8bdfed5faa96326bb2e9bbe998ce..5a1ab33b3d461e6b9436315b4c2b7766c775bce6 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 package Mkvcbuild;
 
 #
index 20f79b382b1bcad52a7fb167dc76948a9e69412f..2f1679ab44fa9d222ab079483c6abb7ef3b61038 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 package Project;
 
 #
index d2bc7abef0dae209599c2f4e0e22296ce3c74618..459579d312f3010ebabc3579cb2b534a15a4b98b 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 package Solution;
 
 #
index 541254006128a20474b8e66701f3e2e1f0860454..61e83f52a095c9fb1d71e781b5aaa2094e5f9b7e 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 package VSObjectFactory;
 
 #
index a75d191b6dd3a530e38f17b746e3283268a9fd74..4c51d8b260cf81609c7ebfcb1eae93847bd4cf3b 100644 (file)
@@ -1,4 +1,7 @@
 # -*-perl-*- hey - emacs - this is a perl file
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 #
 # Script that provides 'make' functionality for msvc builds.
 #
index 5395e211eb20889e5ca03ed1ab8c16cc4da60ce5..256878f5820861cd0bd340f85fc987fbff1b2464 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 # Configuration arguments for vcbuild.
 use strict;
 use warnings;
index 079e276f24660bc16cb05e469af2b1063642125a..d47e59a6090032b27d6dfd8c66a09d69fe22b3d2 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 package Win32;
 use strict;
 use warnings;
index 1433b1fb54f3cb848529be3f05c78ad15381bc9c..73bd898497f3eb99f88512768c937edf4d58f1c0 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 package Win32::Registry;
 
 use strict;
index bfba9cc7d6134e26bab78b34a9ae7b207f03f883..b74d28fc29abb25eaef64d3d2a5cf8b9a9c09d31 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 package Win32API::File;
 
 use strict;
index 41d53eda468b4cc6dbb7bc87f78bd5a4cec4d9db..71c18580a654d830f4ee6f6e3ac28ff82c4692dd 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 use strict;
 use warnings;
 use 5.8.0;
index 66c42557d4d30b6842b3c38043415d4ef376dea3..45276d0d18caab8f933678edf659dadca94b17c9 100755 (executable)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 #
 # Script that provides 'make install' functionality for msvc builds
 #
index 2e396c0672687245f4c0815b24e987ad4dc5ce1b..3749e7f23b15cbfdb9ddc693af473be52af6534a 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 #
 # Script that parses Unix style build environment and generates build files
 # for building with Visual Studio.
index 774d5be059582a159ce4783390ee3cb601a850d5..e5d16ae9b74ade86df498bd807f1696ef049f379 100644 (file)
@@ -1,5 +1,8 @@
 # -*-perl-*- hey - emacs - this is a perl file
 
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 # src/tools/msvc/pgbison.pl
 
 use strict;
index 26c73dbfade278b91f07a2178e2a5f33d6cbc9a6..5caebe6bd6c9c259ae31b8ed986d53631f0dd552 100644 (file)
@@ -1,5 +1,8 @@
 # -*-perl-*- hey - emacs - this is a perl file
 
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 # src/tools/msvc/pgflex.pl
 
 use strict;
index d9bac6c3a29cb23da37effe416dab572f49c33d3..8815ee7e90253a0f96e3b97e08b69c69f12f3247 100644 (file)
@@ -1,5 +1,8 @@
 # -*-perl-*- hey - emacs - this is a perl file
 
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 # src/tools/msvc/vcregress.pl
 
 use strict;
index 0a760d6ecadf25938baafc1b704f61d55b153713..66033236132e192f99daf6ca70ac8b2f3e33c187 100755 (executable)
@@ -1,5 +1,8 @@
 #! /usr/bin/perl
 
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 #
 # This script looks for symbols that are referenced in #ifdef or defined()
 # tests without having #include'd the file that defines them.  Since this
index feb02067c5ad65579f3d7143b64a4898aba90431..6d2ca9c59a1f280881be61dcbc7ea518d387bfc6 100755 (executable)
@@ -1,5 +1,8 @@
 #!/usr/bin/perl
 
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
 use strict;
 use warnings;
 use 5.008001;