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/include/access/toast_compression.h | |
parent | 98b1efd6ef6a1612019ef9ed6e44b79c132352ce (diff) | |
download | postgresql-50e6eb731d98ab6d0e625a0b87fb327b172bbebd.tar.gz postgresql-50e6eb731d98ab6d0e625a0b87fb327b172bbebd.zip |
Update copyright for 2025
Backpatch-through: 13
Diffstat (limited to 'src/include/access/toast_compression.h')
-rw-r--r-- | src/include/access/toast_compression.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/access/toast_compression.h b/src/include/access/toast_compression.h index 64d5e079fa9..13c4612ceed 100644 --- a/src/include/access/toast_compression.h +++ b/src/include/access/toast_compression.h @@ -3,7 +3,7 @@ * toast_compression.h * Functions for toast compression. * - * Copyright (c) 2021-2024, PostgreSQL Global Development Group + * Copyright (c) 2021-2025, PostgreSQL Global Development Group * * src/include/access/toast_compression.h * |