diff options
| author | Bruce Momjian <bruce@momjian.us> | 2026-01-01 13:24:10 -0500 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2026-01-01 13:24:10 -0500 |
| commit | 451c43974f8e199097d97624a4952ad0973cea61 (patch) | |
| tree | 8a36348c0999fd7aebb2c4d2b344f6462faf3838 /src/test/modules/test_slru | |
| parent | f3c9e341cdf167ae3378e74e770558e81f9aa48e (diff) | |
Update copyright for 2026HEADorigin/masterorigin/HEADmaster
Backpatch-through: 14
Diffstat (limited to 'src/test/modules/test_slru')
| -rw-r--r-- | src/test/modules/test_slru/meson.build | 2 | ||||
| -rw-r--r-- | src/test/modules/test_slru/t/001_multixact.pl | 2 | ||||
| -rw-r--r-- | src/test/modules/test_slru/t/002_multixact_wraparound.pl | 2 | ||||
| -rw-r--r-- | src/test/modules/test_slru/test_multixact.c | 2 | ||||
| -rw-r--r-- | src/test/modules/test_slru/test_slru.c | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/src/test/modules/test_slru/meson.build b/src/test/modules/test_slru/meson.build index 691b387d13f..00f3ee3054d 100644 --- a/src/test/modules/test_slru/meson.build +++ b/src/test/modules/test_slru/meson.build @@ -1,4 +1,4 @@ -# Copyright (c) 2022-2025, PostgreSQL Global Development Group +# Copyright (c) 2022-2026, PostgreSQL Global Development Group test_slru_sources = files( 'test_slru.c', diff --git a/src/test/modules/test_slru/t/001_multixact.pl b/src/test/modules/test_slru/t/001_multixact.pl index 7837eb810f0..f6f45895ebd 100644 --- a/src/test/modules/test_slru/t/001_multixact.pl +++ b/src/test/modules/test_slru/t/001_multixact.pl @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2025, PostgreSQL Global Development Group +# Copyright (c) 2024-2026, PostgreSQL Global Development Group # Test multixid corner cases. diff --git a/src/test/modules/test_slru/t/002_multixact_wraparound.pl b/src/test/modules/test_slru/t/002_multixact_wraparound.pl index 272d8e6fb08..3793ac1c450 100644 --- a/src/test/modules/test_slru/t/002_multixact_wraparound.pl +++ b/src/test/modules/test_slru/t/002_multixact_wraparound.pl @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2025, PostgreSQL Global Development Group +# Copyright (c) 2024-2026, PostgreSQL Global Development Group # Test multixact wraparound diff --git a/src/test/modules/test_slru/test_multixact.c b/src/test/modules/test_slru/test_multixact.c index 8fb6c19d70f..e6de33c4246 100644 --- a/src/test/modules/test_slru/test_multixact.c +++ b/src/test/modules/test_slru/test_multixact.c @@ -3,7 +3,7 @@ * test_multixact.c * Support code for multixact testing * - * Portions Copyright (c) 1996-2025, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2026, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * IDENTIFICATION diff --git a/src/test/modules/test_slru/test_slru.c b/src/test/modules/test_slru/test_slru.c index e963466aef1..4dc74e19620 100644 --- a/src/test/modules/test_slru/test_slru.c +++ b/src/test/modules/test_slru/test_slru.c @@ -3,7 +3,7 @@ * test_slru.c * Test correctness of SLRU functions. * - * Portions Copyright (c) 1996-2025, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2026, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * IDENTIFICATION |
