diff options
author | Bruce Momjian <bruce@momjian.us> | 2025-01-01 11:21:55 -0500 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2025-01-01 11:21:55 -0500 |
commit | 50e6eb731d98ab6d0e625a0b87fb327b172bbebd (patch) | |
tree | afa997a1b8df3ed53e220af8374e637cd5de5c5a /src/test/modules/commit_ts | |
parent | 98b1efd6ef6a1612019ef9ed6e44b79c132352ce (diff) | |
download | postgresql-50e6eb731d98ab6d0e625a0b87fb327b172bbebd.tar.gz postgresql-50e6eb731d98ab6d0e625a0b87fb327b172bbebd.zip |
Update copyright for 2025
Backpatch-through: 13
Diffstat (limited to 'src/test/modules/commit_ts')
-rw-r--r-- | src/test/modules/commit_ts/meson.build | 2 | ||||
-rw-r--r-- | src/test/modules/commit_ts/t/001_base.pl | 2 | ||||
-rw-r--r-- | src/test/modules/commit_ts/t/002_standby.pl | 2 | ||||
-rw-r--r-- | src/test/modules/commit_ts/t/003_standby_2.pl | 2 | ||||
-rw-r--r-- | src/test/modules/commit_ts/t/004_restart.pl | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/src/test/modules/commit_ts/meson.build b/src/test/modules/commit_ts/meson.build index b99401bb098..27598253e02 100644 --- a/src/test/modules/commit_ts/meson.build +++ b/src/test/modules/commit_ts/meson.build @@ -1,4 +1,4 @@ -# Copyright (c) 2022-2024, PostgreSQL Global Development Group +# Copyright (c) 2022-2025, PostgreSQL Global Development Group tests += { 'name': 'commit_ts', diff --git a/src/test/modules/commit_ts/t/001_base.pl b/src/test/modules/commit_ts/t/001_base.pl index e608ec67704..1953b18f6b3 100644 --- a/src/test/modules/commit_ts/t/001_base.pl +++ b/src/test/modules/commit_ts/t/001_base.pl @@ -1,5 +1,5 @@ -# Copyright (c) 2021-2024, PostgreSQL Global Development Group +# Copyright (c) 2021-2025, PostgreSQL Global Development Group # Single-node test: value can be set, and is still present after recovery diff --git a/src/test/modules/commit_ts/t/002_standby.pl b/src/test/modules/commit_ts/t/002_standby.pl index bc4f1b05c64..f76d474270b 100644 --- a/src/test/modules/commit_ts/t/002_standby.pl +++ b/src/test/modules/commit_ts/t/002_standby.pl @@ -1,5 +1,5 @@ -# Copyright (c) 2021-2024, PostgreSQL Global Development Group +# Copyright (c) 2021-2025, PostgreSQL Global Development Group # Test simple scenario involving a standby diff --git a/src/test/modules/commit_ts/t/003_standby_2.pl b/src/test/modules/commit_ts/t/003_standby_2.pl index 2bf606732ba..69ffd969e10 100644 --- a/src/test/modules/commit_ts/t/003_standby_2.pl +++ b/src/test/modules/commit_ts/t/003_standby_2.pl @@ -1,5 +1,5 @@ -# Copyright (c) 2021-2024, PostgreSQL Global Development Group +# Copyright (c) 2021-2025, PostgreSQL Global Development Group # Test primary/standby scenario where the track_commit_timestamp GUC is # repeatedly toggled on and off. diff --git a/src/test/modules/commit_ts/t/004_restart.pl b/src/test/modules/commit_ts/t/004_restart.pl index 7383bd6e9a5..b31bbbe24ed 100644 --- a/src/test/modules/commit_ts/t/004_restart.pl +++ b/src/test/modules/commit_ts/t/004_restart.pl @@ -1,5 +1,5 @@ -# Copyright (c) 2021-2024, PostgreSQL Global Development Group +# Copyright (c) 2021-2025, PostgreSQL Global Development Group # Testing of commit timestamps preservation across restarts use strict; |