diff options
Diffstat (limited to 'src/test')
116 files changed, 116 insertions, 116 deletions
diff --git a/src/test/authentication/Makefile b/src/test/authentication/Makefile index 9aa331e9814..dca2ce7ec83 100644 --- a/src/test/authentication/Makefile +++ b/src/test/authentication/Makefile @@ -2,7 +2,7 @@ # # Makefile for src/test/authentication # -# Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group +# Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group # Portions Copyright (c) 1994, Regents of the University of California # # src/test/authentication/Makefile diff --git a/src/test/authentication/t/001_password.pl b/src/test/authentication/t/001_password.pl index 11ca525c6c6..5d564558571 100644 --- a/src/test/authentication/t/001_password.pl +++ b/src/test/authentication/t/001_password.pl @@ -1,5 +1,5 @@ -# Copyright (c) 2021, PostgreSQL Global Development Group +# Copyright (c) 2021-2022, PostgreSQL Global Development Group # Set of tests for authentication and pg_hba.conf. The following password # methods are checked through this test: diff --git a/src/test/authentication/t/002_saslprep.pl b/src/test/authentication/t/002_saslprep.pl index 766fed67cc5..d8995b1ae53 100644 --- a/src/test/authentication/t/002_saslprep.pl +++ b/src/test/authentication/t/002_saslprep.pl @@ -1,5 +1,5 @@ -# Copyright (c) 2021, PostgreSQL Global Development Group +# Copyright (c) 2021-2022, PostgreSQL Global Development Group # Test password normalization in SCRAM. # diff --git a/src/test/examples/testlo.c b/src/test/examples/testlo.c index 6d91681bcf8..1b08b6cac51 100644 --- a/src/test/examples/testlo.c +++ b/src/test/examples/testlo.c @@ -3,7 +3,7 @@ * testlo.c * test using large objects with libpq * - * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * diff --git a/src/test/examples/testlo64.c b/src/test/examples/testlo64.c index 23e91094468..981e29ad783 100644 --- a/src/test/examples/testlo64.c +++ b/src/test/examples/testlo64.c @@ -3,7 +3,7 @@ * testlo64.c * test using large objects with libpq using 64-bit APIs * - * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * diff --git a/src/test/isolation/isolation_main.c b/src/test/isolation/isolation_main.c index eff9c4f2dfe..31a0e6b709d 100644 --- a/src/test/isolation/isolation_main.c +++ b/src/test/isolation/isolation_main.c @@ -2,7 +2,7 @@ * * isolation_main --- pg_regress test launcher for isolation tests * - * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * src/test/isolation/isolation_main.c diff --git a/src/test/isolation/isolationtester.h b/src/test/isolation/isolationtester.h index 5f300219c20..e00bc6b816b 100644 --- a/src/test/isolation/isolationtester.h +++ b/src/test/isolation/isolationtester.h @@ -3,7 +3,7 @@ * isolationtester.h * include file for isolation tests * - * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * IDENTIFICATION diff --git a/src/test/isolation/specparse.y b/src/test/isolation/specparse.y index c25aa1a73fa..eb368184b8b 100644 --- a/src/test/isolation/specparse.y +++ b/src/test/isolation/specparse.y @@ -4,7 +4,7 @@ * specparse.y * bison grammar for the isolation test file format * - * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * *------------------------------------------------------------------------- diff --git a/src/test/isolation/specscanner.l b/src/test/isolation/specscanner.l index d9fa6a5b54a..aa6e89268ef 100644 --- a/src/test/isolation/specscanner.l +++ b/src/test/isolation/specscanner.l @@ -4,7 +4,7 @@ * specscanner.l * a lexical scanner for an isolation test specification * - * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * *------------------------------------------------------------------------- diff --git a/src/test/kerberos/Makefile b/src/test/kerberos/Makefile index e34e531b8de..c531998835a 100644 --- a/src/test/kerberos/Makefile +++ b/src/test/kerberos/Makefile @@ -2,7 +2,7 @@ # # Makefile for src/test/kerberos # -# Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group +# Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group # Portions Copyright (c) 1994, Regents of the University of California # # src/test/kerberos/Makefile diff --git a/src/test/kerberos/t/001_auth.pl b/src/test/kerberos/t/001_auth.pl index 13d664dda04..2b539d24021 100644 --- a/src/test/kerberos/t/001_auth.pl +++ b/src/test/kerberos/t/001_auth.pl @@ -1,5 +1,5 @@ -# Copyright (c) 2021, PostgreSQL Global Development Group +# Copyright (c) 2021-2022, 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, diff --git a/src/test/ldap/Makefile b/src/test/ldap/Makefile index ed135748021..e5fa3d86104 100644 --- a/src/test/ldap/Makefile +++ b/src/test/ldap/Makefile @@ -2,7 +2,7 @@ # # Makefile for src/test/ldap # -# Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group +# Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group # Portions Copyright (c) 1994, Regents of the University of California # # src/test/ldap/Makefile diff --git a/src/test/ldap/t/001_auth.pl b/src/test/ldap/t/001_auth.pl index 5a9a0098327..cdc4e1e5c80 100644 --- a/src/test/ldap/t/001_auth.pl +++ b/src/test/ldap/t/001_auth.pl @@ -1,5 +1,5 @@ -# Copyright (c) 2021, PostgreSQL Global Development Group +# Copyright (c) 2021-2022, PostgreSQL Global Development Group use strict; use warnings; diff --git a/src/test/locale/sort-test.pl b/src/test/locale/sort-test.pl index ba8d3f3896c..318f6abd914 100755 --- a/src/test/locale/sort-test.pl +++ b/src/test/locale/sort-test.pl @@ -1,6 +1,6 @@ #! /usr/bin/perl -# Copyright (c) 2021, PostgreSQL Global Development Group +# Copyright (c) 2021-2022, PostgreSQL Global Development Group use strict; use warnings; diff --git a/src/test/modules/brin/t/01_workitems.pl b/src/test/modules/brin/t/01_workitems.pl index 48bb8abfe6e..2c9a206ae5e 100644 --- a/src/test/modules/brin/t/01_workitems.pl +++ b/src/test/modules/brin/t/01_workitems.pl @@ -1,5 +1,5 @@ -# Copyright (c) 2021, PostgreSQL Global Development Group +# Copyright (c) 2021-2022, PostgreSQL Global Development Group # Verify that work items work correctly diff --git a/src/test/modules/commit_ts/t/001_base.pl b/src/test/modules/commit_ts/t/001_base.pl index 16f0f122534..52fca03ddb6 100644 --- a/src/test/modules/commit_ts/t/001_base.pl +++ b/src/test/modules/commit_ts/t/001_base.pl @@ -1,5 +1,5 @@ -# Copyright (c) 2021, PostgreSQL Global Development Group +# Copyright (c) 2021-2022, PostgreSQL Global Development Group # Single-node test: value can be set, and is still present after recovery diff --git a/src/test/modules/commit_ts/t/002_standby.pl b/src/test/modules/commit_ts/t/002_standby.pl index c22956c9ea0..c8791f5b0e5 100644 --- a/src/test/modules/commit_ts/t/002_standby.pl +++ b/src/test/modules/commit_ts/t/002_standby.pl @@ -1,5 +1,5 @@ -# Copyright (c) 2021, PostgreSQL Global Development Group +# Copyright (c) 2021-2022, PostgreSQL Global Development Group # Test simple scenario involving a standby diff --git a/src/test/modules/commit_ts/t/003_standby_2.pl b/src/test/modules/commit_ts/t/003_standby_2.pl index a6e9f4188e9..b53ca4f8de4 100644 --- a/src/test/modules/commit_ts/t/003_standby_2.pl +++ b/src/test/modules/commit_ts/t/003_standby_2.pl @@ -1,5 +1,5 @@ -# Copyright (c) 2021, PostgreSQL Global Development Group +# Copyright (c) 2021-2022, PostgreSQL Global Development Group # Test primary/standby scenario where the track_commit_timestamp GUC is # repeatedly toggled on and off. diff --git a/src/test/modules/commit_ts/t/004_restart.pl b/src/test/modules/commit_ts/t/004_restart.pl index c0f3a7c8af5..40d1b1a945f 100644 --- a/src/test/modules/commit_ts/t/004_restart.pl +++ b/src/test/modules/commit_ts/t/004_restart.pl @@ -1,5 +1,5 @@ -# Copyright (c) 2021, PostgreSQL Global Development Group +# Copyright (c) 2021-2022, PostgreSQL Global Development Group # Testing of commit timestamps preservation across restarts use strict; diff --git a/src/test/modules/delay_execution/delay_execution.c b/src/test/modules/delay_execution/delay_execution.c index 8ec623ac527..ad50383bf8a 100644 --- a/src/test/modules/delay_execution/delay_execution.c +++ b/src/test/modules/delay_execution/delay_execution.c @@ -10,7 +10,7 @@ * test behaviors where some specified action happens in another backend * between parsing and execution of any desired query. * - * Copyright (c) 2020-2021, PostgreSQL Global Development Group + * Copyright (c) 2020-2022, PostgreSQL Global Development Group * * IDENTIFICATION * src/test/modules/delay_execution/delay_execution.c diff --git a/src/test/modules/dummy_index_am/dummy_index_am.c b/src/test/modules/dummy_index_am/dummy_index_am.c index 9d409faff54..22578b6246e 100644 --- a/src/test/modules/dummy_index_am/dummy_index_am.c +++ b/src/test/modules/dummy_index_am/dummy_index_am.c @@ -3,7 +3,7 @@ * dummy_index_am.c * Index AM template main file. * - * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * IDENTIFICATION diff --git a/src/test/modules/dummy_seclabel/dummy_seclabel.c b/src/test/modules/dummy_seclabel/dummy_seclabel.c index 9da114411d6..67658c1e122 100644 --- a/src/test/modules/dummy_seclabel/dummy_seclabel.c +++ b/src/test/modules/dummy_seclabel/dummy_seclabel.c @@ -7,7 +7,7 @@ * perspective, but allows regression testing independent of platform-specific * features like SELinux. * - * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California */ #include "postgres.h" diff --git a/src/test/modules/libpq_pipeline/libpq_pipeline.c b/src/test/modules/libpq_pipeline/libpq_pipeline.c index c27c4e0adaf..0ff563f59ae 100644 --- a/src/test/modules/libpq_pipeline/libpq_pipeline.c +++ b/src/test/modules/libpq_pipeline/libpq_pipeline.c @@ -3,7 +3,7 @@ * libpq_pipeline.c * Verify libpq pipeline execution functionality * - * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * diff --git a/src/test/modules/libpq_pipeline/t/001_libpq_pipeline.pl b/src/test/modules/libpq_pipeline/t/001_libpq_pipeline.pl index 4f9b67f2544..0c164dcaba5 100644 --- a/src/test/modules/libpq_pipeline/t/001_libpq_pipeline.pl +++ b/src/test/modules/libpq_pipeline/t/001_libpq_pipeline.pl @@ -1,5 +1,5 @@ -# Copyright (c) 2021, PostgreSQL Global Development Group +# Copyright (c) 2021-2022, PostgreSQL Global Development Group use strict; use warnings; diff --git a/src/test/modules/plsample/plsample.c b/src/test/modules/plsample/plsample.c index 6fc33c728cc..72693f6ee5b 100644 --- a/src/test/modules/plsample/plsample.c +++ b/src/test/modules/plsample/plsample.c @@ -3,7 +3,7 @@ * plsample.c * Handler for the PL/Sample procedural language * - * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * diff --git a/src/test/modules/spgist_name_ops/spgist_name_ops.c b/src/test/modules/spgist_name_ops/spgist_name_ops.c index 63d3faaef4f..89595fee938 100644 --- a/src/test/modules/spgist_name_ops/spgist_name_ops.c +++ b/src/test/modules/spgist_name_ops/spgist_name_ops.c @@ -11,7 +11,7 @@ * Unlike spgtextproc.c, we don't bother with collation-aware logic. * * - * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * IDENTIFICATION diff --git a/src/test/modules/ssl_passphrase_callback/t/001_testfunc.pl b/src/test/modules/ssl_passphrase_callback/t/001_testfunc.pl index 7fcba283e99..0429861b16a 100644 --- a/src/test/modules/ssl_passphrase_callback/t/001_testfunc.pl +++ b/src/test/modules/ssl_passphrase_callback/t/001_testfunc.pl @@ -1,5 +1,5 @@ -# Copyright (c) 2021, PostgreSQL Global Development Group +# Copyright (c) 2021-2022, PostgreSQL Global Development Group use strict; use warnings; diff --git a/src/test/modules/test_bloomfilter/test_bloomfilter.c b/src/test/modules/test_bloomfilter/test_bloomfilter.c index 7109f0476c4..415b96cf8e9 100644 --- a/src/test/modules/test_bloomfilter/test_bloomfilter.c +++ b/src/test/modules/test_bloomfilter/test_bloomfilter.c @@ -3,7 +3,7 @@ * test_bloomfilter.c * Test false positive rate of Bloom filter. * - * Copyright (c) 2018-2021, PostgreSQL Global Development Group + * Copyright (c) 2018-2022, PostgreSQL Global Development Group * * IDENTIFICATION * src/test/modules/test_bloomfilter/test_bloomfilter.c diff --git a/src/test/modules/test_ddl_deparse/test_ddl_deparse.c b/src/test/modules/test_ddl_deparse/test_ddl_deparse.c index 1bae1e54380..9476c3f76e0 100644 --- a/src/test/modules/test_ddl_deparse/test_ddl_deparse.c +++ b/src/test/modules/test_ddl_deparse/test_ddl_deparse.c @@ -2,7 +2,7 @@ * test_ddl_deparse.c * Support functions for the test_ddl_deparse module * - * Copyright (c) 2014-2021, PostgreSQL Global Development Group + * Copyright (c) 2014-2022, PostgreSQL Global Development Group * * IDENTIFICATION * src/test/modules/test_ddl_deparse/test_ddl_deparse.c diff --git a/src/test/modules/test_ginpostinglist/test_ginpostinglist.c b/src/test/modules/test_ginpostinglist/test_ginpostinglist.c index 7ce515fcb70..9a230097db1 100644 --- a/src/test/modules/test_ginpostinglist/test_ginpostinglist.c +++ b/src/test/modules/test_ginpostinglist/test_ginpostinglist.c @@ -3,7 +3,7 @@ * test_ginpostinglist.c * Test varbyte-encoding in ginpostinglist.c * - * Copyright (c) 2019-2021, PostgreSQL Global Development Group + * Copyright (c) 2019-2022, PostgreSQL Global Development Group * * IDENTIFICATION * src/test/modules/test_ginpostinglist/test_ginpostinglist.c diff --git a/src/test/modules/test_integerset/test_integerset.c b/src/test/modules/test_integerset/test_integerset.c index 58ffff89b38..578d2e8aecb 100644 --- a/src/test/modules/test_integerset/test_integerset.c +++ b/src/test/modules/test_integerset/test_integerset.c @@ -3,7 +3,7 @@ * test_integerset.c * Test integer set data structure. * - * Copyright (c) 2019-2021, PostgreSQL Global Development Group + * Copyright (c) 2019-2022, PostgreSQL Global Development Group * * IDENTIFICATION * src/test/modules/test_integerset/test_integerset.c diff --git a/src/test/modules/test_misc/t/001_constraint_validation.pl b/src/test/modules/test_misc/t/001_constraint_validation.pl index 147daf08326..7bd6022035a 100644 --- a/src/test/modules/test_misc/t/001_constraint_validation.pl +++ b/src/test/modules/test_misc/t/001_constraint_validation.pl @@ -1,5 +1,5 @@ -# Copyright (c) 2021, PostgreSQL Global Development Group +# Copyright (c) 2021-2022, PostgreSQL Global Development Group # Verify that ALTER TABLE optimizes certain operations as expected diff --git a/src/test/modules/test_parser/test_parser.c b/src/test/modules/test_parser/test_parser.c index f133676d6fc..ec1e1b60a28 100644 --- a/src/test/modules/test_parser/test_parser.c +++ b/src/test/modules/test_parser/test_parser.c @@ -3,7 +3,7 @@ * test_parser.c * Simple example of a text search parser * - * Copyright (c) 2007-2021, PostgreSQL Global Development Group + * Copyright (c) 2007-2022, PostgreSQL Global Development Group * * IDENTIFICATION * src/test/modules/test_parser/test_parser.c diff --git a/src/test/modules/test_pg_dump/t/001_base.pl b/src/test/modules/test_pg_dump/t/001_base.pl index 16f7610883b..a906f8f03d6 100644 --- a/src/test/modules/test_pg_dump/t/001_base.pl +++ b/src/test/modules/test_pg_dump/t/001_base.pl @@ -1,5 +1,5 @@ -# Copyright (c) 2021, PostgreSQL Global Development Group +# Copyright (c) 2021-2022, PostgreSQL Global Development Group use strict; use warnings; diff --git a/src/test/modules/test_predtest/test_predtest.c b/src/test/modules/test_predtest/test_predtest.c index 0301d484439..3b19e0eadc0 100644 --- a/src/test/modules/test_predtest/test_predtest.c +++ b/src/test/modules/test_predtest/test_predtest.c @@ -3,7 +3,7 @@ * test_predtest.c * Test correctness of optimizer's predicate proof logic. * - * Copyright (c) 2018-2021, PostgreSQL Global Development Group + * Copyright (c) 2018-2022, PostgreSQL Global Development Group * * IDENTIFICATION * src/test/modules/test_predtest/test_predtest.c diff --git a/src/test/modules/test_rbtree/test_rbtree.c b/src/test/modules/test_rbtree/test_rbtree.c index 646c6e42fa8..7cb38759a2e 100644 --- a/src/test/modules/test_rbtree/test_rbtree.c +++ b/src/test/modules/test_rbtree/test_rbtree.c @@ -3,7 +3,7 @@ * test_rbtree.c * Test correctness of red-black tree operations. * - * Copyright (c) 2009-2021, PostgreSQL Global Development Group + * Copyright (c) 2009-2022, PostgreSQL Global Development Group * * IDENTIFICATION * src/test/modules/test_rbtree/test_rbtree.c diff --git a/src/test/modules/test_regex/test_regex.c b/src/test/modules/test_regex/test_regex.c index 095751cf04e..e23a0bd0d7f 100644 --- a/src/test/modules/test_regex/test_regex.c +++ b/src/test/modules/test_regex/test_regex.c @@ -3,7 +3,7 @@ * test_regex.c * Test harness for the regular expression package. * - * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * IDENTIFICATION diff --git a/src/test/modules/test_rls_hooks/test_rls_hooks.c b/src/test/modules/test_rls_hooks/test_rls_hooks.c index 06c48f5b52f..4f862d081b0 100644 --- a/src/test/modules/test_rls_hooks/test_rls_hooks.c +++ b/src/test/modules/test_rls_hooks/test_rls_hooks.c @@ -3,7 +3,7 @@ * test_rls_hooks.c * Code for testing RLS hooks. * - * Copyright (c) 2015-2021, PostgreSQL Global Development Group + * Copyright (c) 2015-2022, PostgreSQL Global Development Group * * IDENTIFICATION * src/test/modules/test_rls_hooks/test_rls_hooks.c diff --git a/src/test/modules/test_rls_hooks/test_rls_hooks.h b/src/test/modules/test_rls_hooks/test_rls_hooks.h index e5659c845af..d4dd107e3f6 100644 --- a/src/test/modules/test_rls_hooks/test_rls_hooks.h +++ b/src/test/modules/test_rls_hooks/test_rls_hooks.h @@ -3,7 +3,7 @@ * test_rls_hooks.h * Definitions for RLS hooks * - * Copyright (c) 2015-2021, PostgreSQL Global Development Group + * Copyright (c) 2015-2022, PostgreSQL Global Development Group * * IDENTIFICATION * src/test/modules/test_rls_hooks/test_rls_hooks.h diff --git a/src/test/modules/test_shm_mq/setup.c b/src/test/modules/test_shm_mq/setup.c index e05e97c6de2..6f1f4cf9c63 100644 --- a/src/test/modules/test_shm_mq/setup.c +++ b/src/test/modules/test_shm_mq/setup.c @@ -5,7 +5,7 @@ * number of background workers for shared memory message queue * testing. * - * Copyright (c) 2013-2021, PostgreSQL Global Development Group + * Copyright (c) 2013-2022, PostgreSQL Global Development Group * * IDENTIFICATION * src/test/modules/test_shm_mq/setup.c diff --git a/src/test/modules/test_shm_mq/test.c b/src/test/modules/test_shm_mq/test.c index be074f08a31..5a788692d95 100644 --- a/src/test/modules/test_shm_mq/test.c +++ b/src/test/modules/test_shm_mq/test.c @@ -3,7 +3,7 @@ * test.c * Test harness code for shared memory message queues. * - * Copyright (c) 2013-2021, PostgreSQL Global Development Group + * Copyright (c) 2013-2022, PostgreSQL Global Development Group * * IDENTIFICATION * src/test/modules/test_shm_mq/test.c diff --git a/src/test/modules/test_shm_mq/test_shm_mq.h b/src/test/modules/test_shm_mq/test_shm_mq.h index a6661218347..0310caf50bd 100644 --- a/src/test/modules/test_shm_mq/test_shm_mq.h +++ b/src/test/modules/test_shm_mq/test_shm_mq.h @@ -3,7 +3,7 @@ * test_shm_mq.h * Definitions for shared memory message queues * - * Copyright (c) 2013-2021, PostgreSQL Global Development Group + * Copyright (c) 2013-2022, PostgreSQL Global Development Group * * IDENTIFICATION * src/test/modules/test_shm_mq/test_shm_mq.h diff --git a/src/test/modules/test_shm_mq/worker.c b/src/test/modules/test_shm_mq/worker.c index 9b037b98fe7..9128912a284 100644 --- a/src/test/modules/test_shm_mq/worker.c +++ b/src/test/modules/test_shm_mq/worker.c @@ -9,7 +9,7 @@ * but it should be possible to use much of the control logic just * as presented here. * - * Copyright (c) 2013-2021, PostgreSQL Global Development Group + * Copyright (c) 2013-2022, PostgreSQL Global Development Group * * IDENTIFICATION * src/test/modules/test_shm_mq/worker.c diff --git a/src/test/modules/worker_spi/worker_spi.c b/src/test/modules/worker_spi/worker_spi.c index adb02d8cb83..05ced63780e 100644 --- a/src/test/modules/worker_spi/worker_spi.c +++ b/src/test/modules/worker_spi/worker_spi.c @@ -13,7 +13,7 @@ * "delta" type. Delta rows will be deleted by this worker and their values * aggregated into the total. * - * Copyright (c) 2013-2021, PostgreSQL Global Development Group + * Copyright (c) 2013-2022, PostgreSQL Global Development Group * * IDENTIFICATION * src/test/modules/worker_spi/worker_spi.c diff --git a/src/test/perl/Makefile b/src/test/perl/Makefile index 60cdbe777bb..ffa736a54cd 100644 --- a/src/test/perl/Makefile +++ b/src/test/perl/Makefile @@ -2,7 +2,7 @@ # # Makefile for src/test/perl # -# Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group +# Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group # Portions Copyright (c) 1994, Regents of the University of California # # src/test/perl/Makefile diff --git a/src/test/perl/PostgreSQL/Test/Cluster.pm b/src/test/perl/PostgreSQL/Test/Cluster.pm index c061e850fb0..468464d37ef 100644 --- a/src/test/perl/PostgreSQL/Test/Cluster.pm +++ b/src/test/perl/PostgreSQL/Test/Cluster.pm @@ -1,5 +1,5 @@ -# Copyright (c) 2021, PostgreSQL Global Development Group +# Copyright (c) 2021-2022, PostgreSQL Global Development Group =pod diff --git a/src/test/perl/PostgreSQL/Test/RecursiveCopy.pm b/src/test/perl/PostgreSQL/Test/RecursiveCopy.pm index dd320a605e3..0d8b060354f 100644 --- a/src/test/perl/PostgreSQL/Test/RecursiveCopy.pm +++ b/src/test/perl/PostgreSQL/Test/RecursiveCopy.pm @@ -1,5 +1,5 @@ -# Copyright (c) 2021, PostgreSQL Global Development Group +# Copyright (c) 2021-2022, PostgreSQL Global Development Group =pod diff --git a/src/test/perl/PostgreSQL/Test/SimpleTee.pm b/src/test/perl/PostgreSQL/Test/SimpleTee.pm index 80a56fc0ea8..bb9d79a7556 100644 --- a/src/test/perl/PostgreSQL/Test/SimpleTee.pm +++ b/src/test/perl/PostgreSQL/Test/SimpleTee.pm @@ -1,5 +1,5 @@ -# Copyright (c) 2021, PostgreSQL Global Development Group +# Copyright (c) 2021-2022, PostgreSQL Global Development Group # A simple 'tee' implementation, using perl tie. # diff --git a/src/test/perl/PostgreSQL/Test/Utils.pm b/src/test/perl/PostgreSQL/Test/Utils.pm index 378d3f7bc1b..50be10fb5af 100644 --- a/src/test/perl/PostgreSQL/Test/Utils.pm +++ b/src/test/perl/PostgreSQL/Test/Utils.pm @@ -1,5 +1,5 @@ -# Copyright (c) 2021, PostgreSQL Global Development Group +# Copyright (c) 2021-2022, PostgreSQL Global Development Group =pod diff --git a/src/test/perl/PostgreSQL/Version.pm b/src/test/perl/PostgreSQL/Version.pm index 08c7f7f5191..30d328103b5 100644 --- a/src/test/perl/PostgreSQL/Version.pm +++ b/src/test/perl/PostgreSQL/Version.pm @@ -4,7 +4,7 @@ # # Module encapsulating Postgres Version numbers # -# Copyright (c) 2021, PostgreSQL Global Development Group +# Copyright (c) 2021-2022, PostgreSQL Global Development Group # ############################################################################ diff --git a/src/test/recovery/Makefile b/src/test/recovery/Makefile index 288c04b8610..e3011c3e379 100644 --- a/src/test/recovery/Makefile +++ b/src/test/recovery/Makefile @@ -2,7 +2,7 @@ # # Makefile for src/test/recovery # -# Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group +# Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group # Portions Copyright (c) 1994, Regents of the University of California # # src/test/recovery/Makefile diff --git a/src/test/recovery/t/001_stream_rep.pl b/src/test/recovery/t/001_stream_rep.pl index c70c08e27bf..0f3b04e366f 100644 --- a/src/test/recovery/t/001_stream_rep.pl +++ b/src/test/recovery/t/001_stream_rep.pl @@ -1,5 +1,5 @@ -# Copyright (c) 2021, PostgreSQL Global Development Group +# Copyright (c) 2021-2022, PostgreSQL Global Development Group # Minimal test testing streaming replication use strict; diff --git a/src/test/recovery/t/002_archiving.pl b/src/test/recovery/t/002_archiving.pl index 185e15c6d55..9a0451b8e46 100644 --- a/src/test/recovery/t/002_archiving.pl +++ b/src/test/recovery/t/002_archiving.pl @@ -1,5 +1,5 @@ -# Copyright (c) 2021, PostgreSQL Global Development Group +# Copyright (c) 2021-2022, PostgreSQL Global Development Group # test for archiving with hot standby use strict; diff --git a/src/test/recovery/t/003_recovery_targets.pl b/src/test/recovery/t/003_recovery_targets.pl index 0d0636b85c0..24da78c0bcd 100644 --- a/src/test/recovery/t/003_recovery_targets.pl +++ b/src/test/recovery/t/003_recovery_targets.pl @@ -1,5 +1,5 @@ -# Copyright (c) 2021, PostgreSQL Global Development Group +# Copyright (c) 2021-2022, PostgreSQL Global Development Group # Test for recovery targets: name, timestamp, XID use strict; diff --git a/src/test/recovery/t/004_timeline_switch.pl b/src/test/recovery/t/004_timeline_switch.pl index 56dd1c4f1aa..333d37b0a43 100644 --- a/src/test/recovery/t/004_timeline_switch.pl +++ b/src/test/recovery/t/004_timeline_switch.pl @@ -1,5 +1,5 @@ -# Copyright (c) 2021, PostgreSQL Global Development Group +# Copyright (c) 2021-2022, PostgreSQL Global Development Group # Test for timeline switch use strict; diff --git a/src/test/recovery/t/005_replay_delay.pl b/src/test/recovery/t/005_replay_delay.pl index db44c287d26..39c5675cc9f 100644 --- a/src/test/recovery/t/005_replay_delay.pl +++ b/src/test/recovery/t/005_replay_delay.pl @@ -1,5 +1,5 @@ -# Copyright (c) 2021, PostgreSQL Global Development Group +# Copyright (c) 2021-2022, PostgreSQL Global Development Group # Checks for recovery_min_apply_delay and recovery pause use strict; diff --git a/src/test/recovery/t/006_logical_decoding.pl b/src/test/recovery/t/006_logical_decoding.pl index 46ea5a3866e..29b68a7f858 100644 --- a/src/test/recovery/t/006_logical_decoding.pl +++ b/src/test/recovery/t/006_logical_decoding.pl @@ -1,5 +1,5 @@ -# Copyright (c) 2021, PostgreSQL Global Development Group +# Copyright (c) 2021-2022, PostgreSQL Global Development Group # Testing of logical decoding using SQL interface and/or pg_recvlogical # diff --git a/src/test/recovery/t/007_sync_rep.pl b/src/test/recovery/t/007_sync_rep.pl index 0d0e60b7723..cebd5901113 100644 --- a/src/test/recovery/t/007_sync_rep.pl +++ b/src/test/recovery/t/007_sync_rep.pl @@ -1,5 +1,5 @@ -# Copyright (c) 2021, PostgreSQL Global Development Group +# Copyright (c) 2021-2022, PostgreSQL Global Development Group # Minimal test testing synchronous replication sync_state transition use strict; diff --git a/src/test/recovery/t/008_fsm_truncation.pl b/src/test/recovery/t/008_fsm_truncation.pl index e8c59678fdb..cbf6e217d95 100644 --- a/src/test/recovery/t/008_fsm_truncation.pl +++ b/src/test/recovery/t/008_fsm_truncation.pl @@ -1,5 +1,5 @@ -# Copyright (c) 2021, PostgreSQL Global Development Group +# Copyright (c) 2021-2022, PostgreSQL Global Development Group # Test WAL replay of FSM changes. # diff --git a/src/test/recovery/t/009_twophase.pl b/src/test/recovery/t/009_twophase.pl index b11832b99a9..2d0b3b08731 100644 --- a/src/test/recovery/t/009_twophase.pl +++ b/src/test/recovery/t/009_twophase.pl @@ -1,5 +1,5 @@ -# Copyright (c) 2021, PostgreSQL Global Development Group +# Copyright (c) 2021-2022, PostgreSQL Global Development Group # Tests dedicated to two-phase commit in recovery use strict; diff --git a/src/test/recovery/t/010_logical_decoding_timelines.pl b/src/test/recovery/t/010_logical_decoding_timelines.pl index 68d94ac91c9..648695928d0 100644 --- a/src/test/recovery/t/010_logical_decoding_timelines.pl +++ b/src/test/recovery/t/010_logical_decoding_timelines.pl @@ -1,5 +1,5 @@ -# Copyright (c) 2021, PostgreSQL Global Development Group +# Copyright (c) 2021-2022, PostgreSQL Global Development Group # Demonstrate that logical can follow timeline switches. # diff --git a/src/test/recovery/t/011_crash_recovery.pl b/src/test/recovery/t/011_crash_recovery.pl index d7806e66715..3892aba3e52 100644 --- a/src/test/recovery/t/011_crash_recovery.pl +++ b/src/test/recovery/t/011_crash_recovery.pl @@ -1,5 +1,5 @@ -# Copyright (c) 2021, PostgreSQL Global Development Group +# Copyright (c) 2021-2022, PostgreSQL Global Development Group # # Tests relating to PostgreSQL crash recovery and redo diff --git a/src/test/recovery/t/012_subtransactions.pl b/src/test/recovery/t/012_subtransactions.pl index dbdc2d38bd3..150455b1beb 100644 --- a/src/test/recovery/t/012_subtransactions.pl +++ b/src/test/recovery/t/012_subtransactions.pl @@ -1,5 +1,5 @@ -# Copyright (c) 2021, PostgreSQL Global Development Group +# Copyright (c) 2021-2022, PostgreSQL Global Development Group # Tests dedicated to subtransactions in recovery use strict; diff --git a/src/test/recovery/t/013_crash_restart.pl b/src/test/recovery/t/013_crash_restart.pl index 49aee1e243f..44c6ac8a007 100644 --- a/src/test/recovery/t/013_crash_restart.pl +++ b/src/test/recovery/t/013_crash_restart.pl @@ -1,5 +1,5 @@ -# Copyright (c) 2021, PostgreSQL Global Development Group +# Copyright (c) 2021-2022, PostgreSQL Global Development Group # # Tests restarts of postgres due to crashes of a subprocess. diff --git a/src/test/recovery/t/014_unlogged_reinit.pl b/src/test/recovery/t/014_unlogged_reinit.pl index 7d6b0e3c683..c1bb89176ba 100644 --- a/src/test/recovery/t/014_unlogged_reinit.pl +++ b/src/test/recovery/t/014_unlogged_reinit.pl @@ -1,5 +1,5 @@ -# Copyright (c) 2021, PostgreSQL Global Development Group +# Copyright (c) 2021-2022, PostgreSQL Global Development Group # Tests that unlogged tables are properly reinitialized after a crash. # diff --git a/src/test/recovery/t/015_promotion_pages.pl b/src/test/recovery/t/015_promotion_pages.pl index b0f5ae615a6..c4f9e5e0ce3 100644 --- a/src/test/recovery/t/015_promotion_pages.pl +++ b/src/test/recovery/t/015_promotion_pages.pl @@ -1,5 +1,5 @@ -# Copyright (c) 2021, PostgreSQL Global Development Group +# Copyright (c) 2021-2022, 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 diff --git a/src/test/recovery/t/016_min_consistency.pl b/src/test/recovery/t/016_min_consistency.pl index 87995a73ea6..22e553510b1 100644 --- a/src/test/recovery/t/016_min_consistency.pl +++ b/src/test/recovery/t/016_min_consistency.pl @@ -1,5 +1,5 @@ -# Copyright (c) 2021, PostgreSQL Global Development Group +# Copyright (c) 2021-2022, 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 diff --git a/src/test/recovery/t/017_shm.pl b/src/test/recovery/t/017_shm.pl index 29667d1f398..288041d6d7f 100644 --- a/src/test/recovery/t/017_shm.pl +++ b/src/test/recovery/t/017_shm.pl @@ -1,5 +1,5 @@ -# Copyright (c) 2021, PostgreSQL Global Development Group +# Copyright (c) 2021-2022, PostgreSQL Global Development Group # # Tests of pg_shmem.h functions diff --git a/src/test/recovery/t/018_wal_optimize.pl b/src/test/recovery/t/018_wal_optimize.pl index 5fd5ad80499..2bc7b9aa3d1 100644 --- a/src/test/recovery/t/018_wal_optimize.pl +++ b/src/test/recovery/t/018_wal_optimize.pl @@ -1,5 +1,5 @@ -# Copyright (c) 2021, PostgreSQL Global Development Group +# Copyright (c) 2021-2022, PostgreSQL Global Development Group # Test WAL replay when some operation has skipped WAL. # diff --git a/src/test/recovery/t/019_replslot_limit.pl b/src/test/recovery/t/019_replslot_limit.pl index 2275e28a502..606399bb6f5 100644 --- a/src/test/recovery/t/019_replslot_limit.pl +++ b/src/test/recovery/t/019_replslot_limit.pl @@ -1,5 +1,5 @@ -# Copyright (c) 2021, PostgreSQL Global Development Group +# Copyright (c) 2021-2022, PostgreSQL Global Development Group # Test for replication slot limit # Ensure that max_slot_wal_keep_size limits the number of WAL files to diff --git a/src/test/recovery/t/020_archive_status.pl b/src/test/recovery/t/020_archive_status.pl index 68a21eb82ce..06c2b69ef40 100644 --- a/src/test/recovery/t/020_archive_status.pl +++ b/src/test/recovery/t/020_archive_status.pl @@ -1,5 +1,5 @@ -# Copyright (c) 2021, PostgreSQL Global Development Group +# Copyright (c) 2021-2022, PostgreSQL Global Development Group # # Tests related to WAL archiving and recovery. diff --git a/src/test/recovery/t/021_row_visibility.pl b/src/test/recovery/t/021_row_visibility.pl index 2d409434ef4..4a62e477220 100644 --- a/src/test/recovery/t/021_row_visibility.pl +++ b/src/test/recovery/t/021_row_visibility.pl @@ -1,5 +1,5 @@ -# Copyright (c) 2021, PostgreSQL Global Development Group +# Copyright (c) 2021-2022, PostgreSQL Global Development Group # Checks that snapshots on standbys behave in a minimally reasonable # way. diff --git a/src/test/recovery/t/022_crash_temp_files.pl b/src/test/recovery/t/022_crash_temp_files.pl index bf95a30761a..2000f517310 100644 --- a/src/test/recovery/t/022_crash_temp_files.pl +++ b/src/test/recovery/t/022_crash_temp_files.pl @@ -1,5 +1,5 @@ -# Copyright (c) 2021, PostgreSQL Global Development Group +# Copyright (c) 2021-2022, PostgreSQL Global Development Group # Test remove of temporary files after a crash. use strict; diff --git a/src/test/recovery/t/023_pitr_prepared_xact.pl b/src/test/recovery/t/023_pitr_prepared_xact.pl index 4fcc7ad4002..da13e1d0f32 100644 --- a/src/test/recovery/t/023_pitr_prepared_xact.pl +++ b/src/test/recovery/t/023_pitr_prepared_xact.pl @@ -1,5 +1,5 @@ -# Copyright (c) 2021, PostgreSQL Global Development Group +# Copyright (c) 2021-2022, PostgreSQL Global Development Group # Test for point-in-time-recovery (PITR) with prepared transactions use strict; diff --git a/src/test/recovery/t/024_archive_recovery.pl b/src/test/recovery/t/024_archive_recovery.pl index 70ef9c7e672..dccdbd58790 100644 --- a/src/test/recovery/t/024_archive_recovery.pl +++ b/src/test/recovery/t/024_archive_recovery.pl @@ -1,5 +1,5 @@ -# Copyright (c) 2021, PostgreSQL Global Development Group +# Copyright (c) 2021-2022, PostgreSQL Global Development Group # Test for archive recovery of WAL generated with wal_level=minimal use strict; diff --git a/src/test/recovery/t/025_stuck_on_old_timeline.pl b/src/test/recovery/t/025_stuck_on_old_timeline.pl index 4e0f6291f4e..7997eecdd33 100644 --- a/src/test/recovery/t/025_stuck_on_old_timeline.pl +++ b/src/test/recovery/t/025_stuck_on_old_timeline.pl @@ -1,5 +1,5 @@ -# Copyright (c) 2021, PostgreSQL Global Development Group +# Copyright (c) 2021-2022, PostgreSQL Global Development Group # Testing streaming replication where standby is promoted and a new cascading # standby (without WAL) is connected to the promoted standby. Both archiving diff --git a/src/test/recovery/t/026_overwrite_contrecord.pl b/src/test/recovery/t/026_overwrite_contrecord.pl index b78c2fd7912..e9aadad1b21 100644 --- a/src/test/recovery/t/026_overwrite_contrecord.pl +++ b/src/test/recovery/t/026_overwrite_contrecord.pl @@ -1,4 +1,4 @@ -# Copyright (c) 2021, PostgreSQL Global Development Group +# Copyright (c) 2021-2022, PostgreSQL Global Development Group # Tests for already-propagated WAL segments ending in incomplete WAL records. diff --git a/src/test/regress/GNUmakefile b/src/test/regress/GNUmakefile index 330eca2b839..8a315e595b3 100644 --- a/src/test/regress/GNUmakefile +++ b/src/test/regress/GNUmakefile @@ -3,7 +3,7 @@ # GNUmakefile-- # Makefile for src/test/regress (the regression tests) # -# Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group +# Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group # Portions Copyright (c) 1994, Regents of the University of California # # src/test/regress/GNUmakefile diff --git a/src/test/regress/pg_regress.c b/src/test/regress/pg_regress.c index 589357ba59c..a34efed095c 100644 --- a/src/test/regress/pg_regress.c +++ b/src/test/regress/pg_regress.c @@ -8,7 +8,7 @@ * * This code is released under the terms of the PostgreSQL License. * - * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * src/test/regress/pg_regress.c diff --git a/src/test/regress/pg_regress.h b/src/test/regress/pg_regress.h index ad91dfb8587..2143ee0e727 100644 --- a/src/test/regress/pg_regress.h +++ b/src/test/regress/pg_regress.h @@ -1,7 +1,7 @@ /*------------------------------------------------------------------------- * pg_regress.h --- regression test driver * - * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * src/test/regress/pg_regress.h diff --git a/src/test/regress/pg_regress_main.c b/src/test/regress/pg_regress_main.c index 1524676f3b3..a4b354c9e6c 100644 --- a/src/test/regress/pg_regress_main.c +++ b/src/test/regress/pg_regress_main.c @@ -8,7 +8,7 @@ * * This code is released under the terms of the PostgreSQL License. * - * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * src/test/regress/pg_regress_main.c diff --git a/src/test/regress/regress.c b/src/test/regress/regress.c index 351d79e1f09..eefbd0f0dfd 100644 --- a/src/test/regress/regress.c +++ b/src/test/regress/regress.c @@ -6,7 +6,7 @@ * * This code is released under the terms of the PostgreSQL License. * - * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * src/test/regress/regress.c diff --git a/src/test/ssl/Makefile b/src/test/ssl/Makefile index b7493833481..12b02eb422b 100644 --- a/src/test/ssl/Makefile +++ b/src/test/ssl/Makefile @@ -2,7 +2,7 @@ # # Makefile for src/test/ssl # -# Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group +# Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group # Portions Copyright (c) 1994, Regents of the University of California # # src/test/ssl/Makefile diff --git a/src/test/ssl/sslfiles.mk b/src/test/ssl/sslfiles.mk index 270f55a58f6..7ed3a30f5c1 100644 --- a/src/test/ssl/sslfiles.mk +++ b/src/test/ssl/sslfiles.mk @@ -9,7 +9,7 @@ # The main Makefile in this directory defers to this helper file when # building the sslfiles-related targets. # -# Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group +# Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group # Portions Copyright (c) 1994, Regents of the University of California # # src/test/ssl/sslfiles.mk diff --git a/src/test/ssl/t/001_ssltests.pl b/src/test/ssl/t/001_ssltests.pl index 779ab668386..b1fb15ce806 100644 --- a/src/test/ssl/t/001_ssltests.pl +++ b/src/test/ssl/t/001_ssltests.pl @@ -1,5 +1,5 @@ -# Copyright (c) 2021, PostgreSQL Global Development Group +# Copyright (c) 2021-2022, PostgreSQL Global Development Group use strict; use warnings; diff --git a/src/test/ssl/t/002_scram.pl b/src/test/ssl/t/002_scram.pl index 1c14bb62e62..86312be88cd 100644 --- a/src/test/ssl/t/002_scram.pl +++ b/src/test/ssl/t/002_scram.pl @@ -1,5 +1,5 @@ -# Copyright (c) 2021, PostgreSQL Global Development Group +# Copyright (c) 2021-2022, PostgreSQL Global Development Group # Test SCRAM authentication and TLS channel binding types diff --git a/src/test/ssl/t/003_sslinfo.pl b/src/test/ssl/t/003_sslinfo.pl index 61300402830..8c760b39dbf 100644 --- a/src/test/ssl/t/003_sslinfo.pl +++ b/src/test/ssl/t/003_sslinfo.pl @@ -1,5 +1,5 @@ -# Copyright (c) 2021, PostgreSQL Global Development Group +# Copyright (c) 2021-2022, PostgreSQL Global Development Group use strict; use warnings; diff --git a/src/test/ssl/t/SSLServer.pm b/src/test/ssl/t/SSLServer.pm index 3d7ff40b97b..c85c6fd997a 100644 --- a/src/test/ssl/t/SSLServer.pm +++ b/src/test/ssl/t/SSLServer.pm @@ -1,5 +1,5 @@ -# Copyright (c) 2021, PostgreSQL Global Development Group +# Copyright (c) 2021-2022, PostgreSQL Global Development Group # This module sets up a test server, for the SSL regression tests. # diff --git a/src/test/subscription/Makefile b/src/test/subscription/Makefile index 28fd6f6ccad..5f2b3a5ca79 100644 --- a/src/test/subscription/Makefile +++ b/src/test/subscription/Makefile @@ -2,7 +2,7 @@ # # Makefile for src/test/subscription # -# Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group +# Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group # Portions Copyright (c) 1994, Regents of the University of California # # src/test/subscription/Makefile diff --git a/src/test/subscription/t/001_rep_changes.pl b/src/test/subscription/t/001_rep_changes.pl index 9531d81f19d..b7953c09313 100644 --- a/src/test/subscription/t/001_rep_changes.pl +++ b/src/test/subscription/t/001_rep_changes.pl @@ -1,5 +1,5 @@ -# Copyright (c) 2021, PostgreSQL Global Development Group +# Copyright (c) 2021-2022, PostgreSQL Global Development Group # Basic logical replication test use strict; diff --git a/src/test/subscription/t/002_types.pl b/src/test/subscription/t/002_types.pl index 1606d478d9a..3f0792ed84b 100644 --- a/src/test/subscription/t/002_types.pl +++ b/src/test/subscription/t/002_types.pl @@ -1,5 +1,5 @@ -# Copyright (c) 2021, PostgreSQL Global Development Group +# Copyright (c) 2021-2022, PostgreSQL Global Development Group # This tests that more complex datatypes are replicated correctly # by logical replication diff --git a/src/test/subscription/t/003_constraints.pl b/src/test/subscription/t/003_constraints.pl index 752daabd968..6f3ebd67813 100644 --- a/src/test/subscription/t/003_constraints.pl +++ b/src/test/subscription/t/003_constraints.pl @@ -1,5 +1,5 @@ -# Copyright (c) 2021, PostgreSQL Global Development Group +# Copyright (c) 2021-2022, PostgreSQL Global Development Group # This test checks that constraints work on subscriber use strict; diff --git a/src/test/subscription/t/004_sync.pl b/src/test/subscription/t/004_sync.pl index aae9bb41416..1e0e64c0d7a 100644 --- a/src/test/subscription/t/004_sync.pl +++ b/src/test/subscription/t/004_sync.pl @@ -1,5 +1,5 @@ -# Copyright (c) 2021, PostgreSQL Global Development Group +# Copyright (c) 2021-2022, PostgreSQL Global Development Group # Tests for logical replication table syncing use strict; diff --git a/src/test/subscription/t/005_encoding.pl b/src/test/subscription/t/005_encoding.pl index ea991f5a888..d7513b1c612 100644 --- a/src/test/subscription/t/005_encoding.pl +++ b/src/test/subscription/t/005_encoding.pl @@ -1,5 +1,5 @@ -# Copyright (c) 2021, PostgreSQL Global Development Group +# Copyright (c) 2021-2022, PostgreSQL Global Development Group # Test replication between databases with different encodings use strict; diff --git a/src/test/subscription/t/006_rewrite.pl b/src/test/subscription/t/006_rewrite.pl index 0e189469f71..7a86ae2d169 100644 --- a/src/test/subscription/t/006_rewrite.pl +++ b/src/test/subscription/t/006_rewrite.pl @@ -1,5 +1,5 @@ -# Copyright (c) 2021, PostgreSQL Global Development Group +# Copyright (c) 2021-2022, PostgreSQL Global Development Group # Test logical replication behavior with heap rewrites use strict; diff --git a/src/test/subscription/t/007_ddl.pl b/src/test/subscription/t/007_ddl.pl index 8c869c5c15c..d1e8db3150c 100644 --- a/src/test/subscription/t/007_ddl.pl +++ b/src/test/subscription/t/007_ddl.pl @@ -1,5 +1,5 @@ -# Copyright (c) 2021, PostgreSQL Global Development Group +# Copyright (c) 2021-2022, PostgreSQL Global Development Group # Test some logical replication DDL behavior use strict; diff --git a/src/test/subscription/t/008_diff_schema.pl b/src/test/subscription/t/008_diff_schema.pl index 50a83b52182..c1a88911f45 100644 --- a/src/test/subscription/t/008_diff_schema.pl +++ b/src/test/subscription/t/008_diff_schema.pl @@ -1,5 +1,5 @@ -# Copyright (c) 2021, PostgreSQL Global Development Group +# Copyright (c) 2021-2022, PostgreSQL Global Development Group # Test behavior with different schema on subscriber use strict; diff --git a/src/test/subscription/t/009_matviews.pl b/src/test/subscription/t/009_matviews.pl index f93ce1ef350..8acbbce0a34 100644 --- a/src/test/subscription/t/009_matviews.pl +++ b/src/test/subscription/t/009_matviews.pl @@ -1,5 +1,5 @@ -# Copyright (c) 2021, PostgreSQL Global Development Group +# Copyright (c) 2021-2022, PostgreSQL Global Development Group # Test materialized views behavior use strict; diff --git a/src/test/subscription/t/010_truncate.pl b/src/test/subscription/t/010_truncate.pl index 448032edf14..16f0031b034 100644 --- a/src/test/subscription/t/010_truncate.pl +++ b/src/test/subscription/t/010_truncate.pl @@ -1,5 +1,5 @@ -# Copyright (c) 2021, PostgreSQL Global Development Group +# Copyright (c) 2021-2022, PostgreSQL Global Development Group # Test TRUNCATE use strict; diff --git a/src/test/subscription/t/011_generated.pl b/src/test/subscription/t/011_generated.pl index 781c87fddc2..d2900f648d8 100644 --- a/src/test/subscription/t/011_generated.pl +++ b/src/test/subscription/t/011_generated.pl @@ -1,5 +1,5 @@ -# Copyright (c) 2021, PostgreSQL Global Development Group +# Copyright (c) 2021-2022, PostgreSQL Global Development Group # Test generated columns use strict; diff --git a/src/test/subscription/t/012_collation.pl b/src/test/subscription/t/012_collation.pl index 06f19160e3f..8eb245712ed 100644 --- a/src/test/subscription/t/012_collation.pl +++ b/src/test/subscription/t/012_collation.pl @@ -1,5 +1,5 @@ -# Copyright (c) 2021, PostgreSQL Global Development Group +# Copyright (c) 2021-2022, PostgreSQL Global Development Group # Test collations, in particular nondeterministic ones # (only works with ICU) diff --git a/src/test/subscription/t/013_partition.pl b/src/test/subscription/t/013_partition.pl index 6005178a325..85db48ff0a3 100644 --- a/src/test/subscription/t/013_partition.pl +++ b/src/test/subscription/t/013_partition.pl @@ -1,5 +1,5 @@ -# Copyright (c) 2021, PostgreSQL Global Development Group +# Copyright (c) 2021-2022, PostgreSQL Global Development Group # Test logical replication with partitioned tables use strict; diff --git a/src/test/subscription/t/014_binary.pl b/src/test/subscription/t/014_binary.pl index 3dd69fb502d..f3cfcbb00ef 100644 --- a/src/test/subscription/t/014_binary.pl +++ b/src/test/subscription/t/014_binary.pl @@ -1,5 +1,5 @@ -# Copyright (c) 2021, PostgreSQL Global Development Group +# Copyright (c) 2021-2022, PostgreSQL Global Development Group # Binary mode logical replication test diff --git a/src/test/subscription/t/015_stream.pl b/src/test/subscription/t/015_stream.pl index debb74cc65e..2385803c18f 100644 --- a/src/test/subscription/t/015_stream.pl +++ b/src/test/subscription/t/015_stream.pl @@ -1,5 +1,5 @@ -# Copyright (c) 2021, PostgreSQL Global Development Group +# Copyright (c) 2021-2022, PostgreSQL Global Development Group # Test streaming of simple large transaction use strict; diff --git a/src/test/subscription/t/016_stream_subxact.pl b/src/test/subscription/t/016_stream_subxact.pl index 92c756dc2e9..c00b6bcc478 100644 --- a/src/test/subscription/t/016_stream_subxact.pl +++ b/src/test/subscription/t/016_stream_subxact.pl @@ -1,5 +1,5 @@ -# Copyright (c) 2021, PostgreSQL Global Development Group +# Copyright (c) 2021-2022, PostgreSQL Global Development Group # Test streaming of large transaction containing large subtransactions use strict; diff --git a/src/test/subscription/t/017_stream_ddl.pl b/src/test/subscription/t/017_stream_ddl.pl index 8d8310ecbe8..fabe033cc24 100644 --- a/src/test/subscription/t/017_stream_ddl.pl +++ b/src/test/subscription/t/017_stream_ddl.pl @@ -1,5 +1,5 @@ -# Copyright (c) 2021, PostgreSQL Global Development Group +# Copyright (c) 2021-2022, PostgreSQL Global Development Group # Test streaming of large transaction with DDL and subtransactions use strict; diff --git a/src/test/subscription/t/018_stream_subxact_abort.pl b/src/test/subscription/t/018_stream_subxact_abort.pl index df21377a6ec..6810895711a 100644 --- a/src/test/subscription/t/018_stream_subxact_abort.pl +++ b/src/test/subscription/t/018_stream_subxact_abort.pl @@ -1,5 +1,5 @@ -# Copyright (c) 2021, PostgreSQL Global Development Group +# Copyright (c) 2021-2022, PostgreSQL Global Development Group # Test streaming of large transaction containing multiple subtransactions and rollbacks use strict; diff --git a/src/test/subscription/t/019_stream_subxact_ddl_abort.pl b/src/test/subscription/t/019_stream_subxact_ddl_abort.pl index 5e062f191c3..83e2b7ba61b 100644 --- a/src/test/subscription/t/019_stream_subxact_ddl_abort.pl +++ b/src/test/subscription/t/019_stream_subxact_ddl_abort.pl @@ -1,5 +1,5 @@ -# Copyright (c) 2021, PostgreSQL Global Development Group +# Copyright (c) 2021-2022, PostgreSQL Global Development Group # Test streaming of large transaction with subtransactions, DDLs, DMLs, and # rollbacks diff --git a/src/test/subscription/t/020_messages.pl b/src/test/subscription/t/020_messages.pl index 408a3ad1d6b..9bb31ce9e87 100644 --- a/src/test/subscription/t/020_messages.pl +++ b/src/test/subscription/t/020_messages.pl @@ -1,5 +1,5 @@ -# Copyright (c) 2021, PostgreSQL Global Development Group +# Copyright (c) 2021-2022, PostgreSQL Global Development Group # Tests that logical decoding messages use strict; diff --git a/src/test/subscription/t/021_twophase.pl b/src/test/subscription/t/021_twophase.pl index f8597cfdaa2..88ef341825b 100644 --- a/src/test/subscription/t/021_twophase.pl +++ b/src/test/subscription/t/021_twophase.pl @@ -1,5 +1,5 @@ -# Copyright (c) 2021, PostgreSQL Global Development Group +# Copyright (c) 2021-2022, PostgreSQL Global Development Group # logical replication of 2PC test use strict; diff --git a/src/test/subscription/t/022_twophase_cascade.pl b/src/test/subscription/t/022_twophase_cascade.pl index 8b402d63c07..80680f06a0e 100644 --- a/src/test/subscription/t/022_twophase_cascade.pl +++ b/src/test/subscription/t/022_twophase_cascade.pl @@ -1,5 +1,5 @@ -# Copyright (c) 2021, PostgreSQL Global Development Group +# Copyright (c) 2021-2022, PostgreSQL Global Development Group # Test cascading logical replication of 2PC. # diff --git a/src/test/subscription/t/023_twophase_stream.pl b/src/test/subscription/t/023_twophase_stream.pl index bc5a17581ce..250fdd550d6 100644 --- a/src/test/subscription/t/023_twophase_stream.pl +++ b/src/test/subscription/t/023_twophase_stream.pl @@ -1,5 +1,5 @@ -# Copyright (c) 2021, PostgreSQL Global Development Group +# Copyright (c) 2021-2022, PostgreSQL Global Development Group # Test logical replication of 2PC with streaming. use strict; diff --git a/src/test/subscription/t/024_add_drop_pub.pl b/src/test/subscription/t/024_add_drop_pub.pl index 9384b3a9c46..015cabf9061 100644 --- a/src/test/subscription/t/024_add_drop_pub.pl +++ b/src/test/subscription/t/024_add_drop_pub.pl @@ -1,5 +1,5 @@ -# Copyright (c) 2021, PostgreSQL Global Development Group +# Copyright (c) 2021-2022, PostgreSQL Global Development Group # This test checks behaviour of ALTER SUBSCRIPTION ... ADD/DROP PUBLICATION use strict; diff --git a/src/test/subscription/t/025_rep_changes_for_schema.pl b/src/test/subscription/t/025_rep_changes_for_schema.pl index 8f14da06a7f..197d68aafd1 100644 --- a/src/test/subscription/t/025_rep_changes_for_schema.pl +++ b/src/test/subscription/t/025_rep_changes_for_schema.pl @@ -1,5 +1,5 @@ -# Copyright (c) 2021, PostgreSQL Global Development Group +# Copyright (c) 2021-2022, PostgreSQL Global Development Group # Logical replication tests for schema publications use strict; diff --git a/src/test/subscription/t/026_worker_stats.pl b/src/test/subscription/t/026_worker_stats.pl index b662be3c7b0..6cf21c8feea 100644 --- a/src/test/subscription/t/026_worker_stats.pl +++ b/src/test/subscription/t/026_worker_stats.pl @@ -1,5 +1,5 @@ -# Copyright (c) 2021, PostgreSQL Global Development Group +# Copyright (c) 2021-2022, PostgreSQL Global Development Group # Tests for subscription error stats. use strict; diff --git a/src/test/subscription/t/100_bugs.pl b/src/test/subscription/t/100_bugs.pl index 6574e500ffd..dc361756cc9 100644 --- a/src/test/subscription/t/100_bugs.pl +++ b/src/test/subscription/t/100_bugs.pl @@ -1,5 +1,5 @@ -# Copyright (c) 2021, PostgreSQL Global Development Group +# Copyright (c) 2021-2022, PostgreSQL Global Development Group # Tests for various bugs found over time use strict; |