aboutsummaryrefslogtreecommitdiff
path: root/src/test/modules/test_custom_rmgrs
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2024-01-03 20:49:05 -0500
committerBruce Momjian <bruce@momjian.us>2024-01-03 20:49:05 -0500
commit29275b1d177096597675b5c6e7e7c9db2df8f4df (patch)
treeb82e12375286dd75030a36b6d770bc0c2d385dbe /src/test/modules/test_custom_rmgrs
parent793ecff7df80c5ffe598e431a6c2aca1d4c64eff (diff)
downloadpostgresql-29275b1d177096597675b5c6e7e7c9db2df8f4df.tar.gz
postgresql-29275b1d177096597675b5c6e7e7c9db2df8f4df.zip
Update copyright for 2024
Reported-by: Michael Paquier Discussion: https://postgr.es/m/ZZKTDPxBBMt3C0J9@paquier.xyz Backpatch-through: 12
Diffstat (limited to 'src/test/modules/test_custom_rmgrs')
-rw-r--r--src/test/modules/test_custom_rmgrs/meson.build2
-rw-r--r--src/test/modules/test_custom_rmgrs/t/001_basic.pl2
-rw-r--r--src/test/modules/test_custom_rmgrs/test_custom_rmgrs.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/test/modules/test_custom_rmgrs/meson.build b/src/test/modules/test_custom_rmgrs/meson.build
index a826efe1af7..6e707d6f545 100644
--- a/src/test/modules/test_custom_rmgrs/meson.build
+++ b/src/test/modules/test_custom_rmgrs/meson.build
@@ -1,4 +1,4 @@
-# Copyright (c) 2022-2023, PostgreSQL Global Development Group
+# Copyright (c) 2022-2024, PostgreSQL Global Development Group
test_custom_rmgrs_sources = files(
'test_custom_rmgrs.c',
diff --git a/src/test/modules/test_custom_rmgrs/t/001_basic.pl b/src/test/modules/test_custom_rmgrs/t/001_basic.pl
index dc3d8302999..686431fba8d 100644
--- a/src/test/modules/test_custom_rmgrs/t/001_basic.pl
+++ b/src/test/modules/test_custom_rmgrs/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 FATAL => 'all';
diff --git a/src/test/modules/test_custom_rmgrs/test_custom_rmgrs.c b/src/test/modules/test_custom_rmgrs/test_custom_rmgrs.c
index a304ba54bb9..85038f549db 100644
--- a/src/test/modules/test_custom_rmgrs/test_custom_rmgrs.c
+++ b/src/test/modules/test_custom_rmgrs/test_custom_rmgrs.c
@@ -3,7 +3,7 @@
* test_custom_rmgrs.c
* Code for testing custom WAL resource managers.
*
- * 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
*
* IDENTIFICATION