diff options
author | Bruce Momjian | 2022-01-08 00:04:57 +0000 |
---|---|---|
committer | Bruce Momjian | 2022-01-08 00:04:57 +0000 |
commit | 27b77ecf9f4d5be211900eda54d8155ada50d696 (patch) | |
tree | 63b0c8a1c05e6fa3c0314212f64bc1cc6d26d6a6 /contrib/intarray | |
parent | c3879a7b4c87344d804483234a7278a68e8248d9 (diff) |
Update copyright for 2022
Backpatch-through: 10
Diffstat (limited to 'contrib/intarray')
-rw-r--r-- | contrib/intarray/_int_selfuncs.c | 2 | ||||
-rwxr-xr-x | contrib/intarray/bench/bench.pl | 2 | ||||
-rwxr-xr-x | contrib/intarray/bench/create_test.pl | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/contrib/intarray/_int_selfuncs.c b/contrib/intarray/_int_selfuncs.c index 38d68c12d23..3d8ff6781bc 100644 --- a/contrib/intarray/_int_selfuncs.c +++ b/contrib/intarray/_int_selfuncs.c @@ -3,7 +3,7 @@ * _int_selfuncs.c * Functions for selectivity estimation of intarray operators * - * 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/contrib/intarray/bench/bench.pl b/contrib/intarray/bench/bench.pl index a4341d12cc2..22127b787a5 100755 --- a/contrib/intarray/bench/bench.pl +++ b/contrib/intarray/bench/bench.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/contrib/intarray/bench/create_test.pl b/contrib/intarray/bench/create_test.pl index ae8d72bab03..37163816949 100755 --- a/contrib/intarray/bench/create_test.pl +++ b/contrib/intarray/bench/create_test.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Copyright (c) 2021, PostgreSQL Global Development Group +# Copyright (c) 2021-2022, PostgreSQL Global Development Group # contrib/intarray/bench/create_test.pl |