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/postmaster | |
| parent | 98b1efd6ef6a1612019ef9ed6e44b79c132352ce (diff) | |
Update copyright for 2025
Backpatch-through: 13
Diffstat (limited to 'src/test/postmaster')
| -rw-r--r-- | src/test/postmaster/Makefile | 2 | ||||
| -rw-r--r-- | src/test/postmaster/meson.build | 2 | ||||
| -rw-r--r-- | src/test/postmaster/t/001_connection_limits.pl | 2 | ||||
| -rw-r--r-- | src/test/postmaster/t/002_start_stop.pl | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/src/test/postmaster/Makefile b/src/test/postmaster/Makefile index dfcce9c9ee8..e06b81f8c47 100644 --- a/src/test/postmaster/Makefile +++ b/src/test/postmaster/Makefile @@ -2,7 +2,7 @@ # # Makefile for src/test/postmaster # -# Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group +# Portions Copyright (c) 1996-2025, PostgreSQL Global Development Group # Portions Copyright (c) 1994, Regents of the University of California # # src/test/postmaster/Makefile diff --git a/src/test/postmaster/meson.build b/src/test/postmaster/meson.build index 2d89adf520f..07c09e496cb 100644 --- a/src/test/postmaster/meson.build +++ b/src/test/postmaster/meson.build @@ -1,4 +1,4 @@ -# Copyright (c) 2022-2024, PostgreSQL Global Development Group +# Copyright (c) 2022-2025, PostgreSQL Global Development Group tests += { 'name': 'postmaster', diff --git a/src/test/postmaster/t/001_connection_limits.pl b/src/test/postmaster/t/001_connection_limits.pl index 7e64a82a8b4..8cfa6e0ced5 100644 --- a/src/test/postmaster/t/001_connection_limits.pl +++ b/src/test/postmaster/t/001_connection_limits.pl @@ -1,5 +1,5 @@ -# Copyright (c) 2021-2024, PostgreSQL Global Development Group +# Copyright (c) 2021-2025, PostgreSQL Global Development Group # Test connection limits, i.e. max_connections, reserved_connections # and superuser_reserved_connections. diff --git a/src/test/postmaster/t/002_start_stop.pl b/src/test/postmaster/t/002_start_stop.pl index 993d855ecea..5f1b1add226 100644 --- a/src/test/postmaster/t/002_start_stop.pl +++ b/src/test/postmaster/t/002_start_stop.pl @@ -1,5 +1,5 @@ -# Copyright (c) 2021-2024, PostgreSQL Global Development Group +# Copyright (c) 2021-2025, PostgreSQL Global Development Group # Test postmaster start and stop state machine. |
