diff options
author | Michael Paquier <michael@paquier.xyz> | 2022-01-16 21:19:30 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2022-01-16 21:19:30 +0900 |
commit | e701bdd2f042829402d96589cb16ae218967af73 (patch) | |
tree | ce8aa3a297eb922bf6811adf3be7d8d2ead2dac9 | |
parent | 4483b2cf29bfe8091b721756928ccbe31c5c8e14 (diff) | |
download | postgresql-e701bdd2f042829402d96589cb16ae218967af73.tar.gz postgresql-e701bdd2f042829402d96589cb16ae218967af73.zip |
Update copyright notice to 2022 for recently-introduced TAP test
Subscription test 027_nosuperuser.pl has been introduced in a2ab9c0,
after the notices got refreshed to 2022 in 27b77ec.
-rw-r--r-- | src/test/subscription/t/027_nosuperuser.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/subscription/t/027_nosuperuser.pl b/src/test/subscription/t/027_nosuperuser.pl index 71aa91e7b66..4902542b5ea 100644 --- a/src/test/subscription/t/027_nosuperuser.pl +++ b/src/test/subscription/t/027_nosuperuser.pl @@ -1,5 +1,5 @@ -# Copyright (c) 2021, PostgreSQL Global Development Group +# Copyright (c) 2021-2022, PostgreSQL Global Development Group # Test that logical replication respects permissions use strict; |