diff options
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 1a8393090f0..f8143a7bc5c 100644 --- a/src/test/modules/commit_ts/meson.build +++ b/src/test/modules/commit_ts/meson.build @@ -1,4 +1,4 @@ -# Copyright (c) 2022, PostgreSQL Global Development Group +# Copyright (c) 2022-2023, 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 3f0bb9e8586..ae3fc5f52d2 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-2022, PostgreSQL Global Development Group +# Copyright (c) 2021-2023, 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 ace31405e63..8a3a6b40e6a 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-2022, PostgreSQL Global Development Group +# Copyright (c) 2021-2023, 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 16d5f13009c..f750a8896a9 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-2022, PostgreSQL Global Development Group +# Copyright (c) 2021-2023, 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 808164c34da..20865217d94 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-2022, PostgreSQL Global Development Group +# Copyright (c) 2021-2023, PostgreSQL Global Development Group # Testing of commit timestamps preservation across restarts use strict; |