diff options
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 | ||||
-rw-r--r-- | contrib/intarray/meson.build | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/contrib/intarray/_int_selfuncs.c b/contrib/intarray/_int_selfuncs.c index 6d5f6cc70e8..01d6fe14a70 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-2022, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2023, 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 22127b787a5..bd6dd83c939 100755 --- a/contrib/intarray/bench/bench.pl +++ b/contrib/intarray/bench/bench.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Copyright (c) 2021-2022, PostgreSQL Global Development Group +# Copyright (c) 2021-2023, 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 37163816949..5bdcebddbe2 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-2022, PostgreSQL Global Development Group +# Copyright (c) 2021-2023, PostgreSQL Global Development Group # contrib/intarray/bench/create_test.pl diff --git a/contrib/intarray/meson.build b/contrib/intarray/meson.build index 5570eef01b5..17459ae313d 100644 --- a/contrib/intarray/meson.build +++ b/contrib/intarray/meson.build @@ -1,4 +1,4 @@ -# Copyright (c) 2022, PostgreSQL Global Development Group +# Copyright (c) 2022-2023, PostgreSQL Global Development Group intarray_sources = files( '_int_bool.c', |