diff options
-rw-r--r-- | src/bin/pg_walsummary/Makefile | 2 | ||||
-rw-r--r-- | src/bin/pg_walsummary/meson.build | 2 | ||||
-rw-r--r-- | src/bin/pg_walsummary/pg_walsummary.c | 2 | ||||
-rw-r--r-- | src/bin/pg_walsummary/t/001_basic.pl | 2 | ||||
-rw-r--r-- | src/bin/pg_walsummary/t/002_blocks.pl | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/src/bin/pg_walsummary/Makefile b/src/bin/pg_walsummary/Makefile index 2c24bc6db52..7b0e40e7136 100644 --- a/src/bin/pg_walsummary/Makefile +++ b/src/bin/pg_walsummary/Makefile @@ -2,7 +2,7 @@ # # Makefile for src/bin/pg_walsummary # -# Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group +# Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group # Portions Copyright (c) 1994, Regents of the University of California # # src/bin/pg_walsummary/Makefile diff --git a/src/bin/pg_walsummary/meson.build b/src/bin/pg_walsummary/meson.build index f886a4cb360..30c108fa949 100644 --- a/src/bin/pg_walsummary/meson.build +++ b/src/bin/pg_walsummary/meson.build @@ -1,4 +1,4 @@ -# Copyright (c) 2022-2023, PostgreSQL Global Development Group +# Copyright (c) 2022-2024, PostgreSQL Global Development Group pg_walsummary_sources = files( 'pg_walsummary.c', diff --git a/src/bin/pg_walsummary/pg_walsummary.c b/src/bin/pg_walsummary/pg_walsummary.c index 0c0225eeb89..1341c83c69b 100644 --- a/src/bin/pg_walsummary/pg_walsummary.c +++ b/src/bin/pg_walsummary/pg_walsummary.c @@ -3,7 +3,7 @@ * pg_walsummary.c * Prints the contents of WAL summary files. * - * Copyright (c) 2017-2023, PostgreSQL Global Development Group + * Copyright (c) 2017-2024, PostgreSQL Global Development Group * * IDENTIFICATION * src/bin/pg_walsummary/pg_walsummary.c diff --git a/src/bin/pg_walsummary/t/001_basic.pl b/src/bin/pg_walsummary/t/001_basic.pl index 10a232a150c..0d606075c19 100644 --- a/src/bin/pg_walsummary/t/001_basic.pl +++ b/src/bin/pg_walsummary/t/001_basic.pl @@ -1,4 +1,4 @@ -# Copyright (c) 2021-2023, PostgreSQL Global Development Group +# Copyright (c) 2021-2024, PostgreSQL Global Development Group use strict; use warnings; diff --git a/src/bin/pg_walsummary/t/002_blocks.pl b/src/bin/pg_walsummary/t/002_blocks.pl index eb128f460c1..723285943f5 100644 --- a/src/bin/pg_walsummary/t/002_blocks.pl +++ b/src/bin/pg_walsummary/t/002_blocks.pl @@ -1,4 +1,4 @@ -# Copyright (c) 2021-2023, PostgreSQL Global Development Group +# Copyright (c) 2021-2024, PostgreSQL Global Development Group use strict; use warnings; |