From b94989e73d570587dc67a49f1f8c485e3ff240d0 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Wed, 13 May 2026 11:01:57 -0400 Subject: [PATCH] Pre-beta updates: run src/tools/copyright.pl. As usual, post-1-Jan patches missed some copyright-year updates. --- src/test/modules/test_aio/t/003_initdb.pl | 2 +- src/test/modules/test_aio/t/TestAio.pm | 2 +- src/test/ssl/t/004_sni.pl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/test/modules/test_aio/t/003_initdb.pl b/src/test/modules/test_aio/t/003_initdb.pl index c03ae58d00a..eca964832a4 100644 --- a/src/test/modules/test_aio/t/003_initdb.pl +++ b/src/test/modules/test_aio/t/003_initdb.pl @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2025, PostgreSQL Global Development Group +# Copyright (c) 2024-2026, PostgreSQL Global Development Group # # Test initdb for each IO method. This is done separately from 001_aio.pl, as # it isn't fast. This way the more commonly failing / hacked-on 001_aio.pl can diff --git a/src/test/modules/test_aio/t/TestAio.pm b/src/test/modules/test_aio/t/TestAio.pm index c150118d033..84e784db75f 100644 --- a/src/test/modules/test_aio/t/TestAio.pm +++ b/src/test/modules/test_aio/t/TestAio.pm @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2025, PostgreSQL Global Development Group +# Copyright (c) 2024-2026, PostgreSQL Global Development Group =pod diff --git a/src/test/ssl/t/004_sni.pl b/src/test/ssl/t/004_sni.pl index ae4b1a4c803..f1a135bb3c8 100644 --- a/src/test/ssl/t/004_sni.pl +++ b/src/test/ssl/t/004_sni.pl @@ -1,5 +1,5 @@ -# Copyright (c) 2024, PostgreSQL Global Development Group +# Copyright (c) 2024-2026, PostgreSQL Global Development Group use strict; use warnings FATAL => 'all';