aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/common/bufmask.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/access/common/bufmask.c')
-rw-r--r--src/backend/access/common/bufmask.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/access/common/bufmask.c b/src/backend/access/common/bufmask.c
index 10a1e4d7c6c..bb260cffa68 100644
--- a/src/backend/access/common/bufmask.c
+++ b/src/backend/access/common/bufmask.c
@@ -5,7 +5,7 @@
* in a page which can be different when the WAL is generated
* and when the WAL is applied.
*
- * Portions Copyright (c) 2016-2024, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2016-2025, PostgreSQL Global Development Group
*
* Contains common routines required for masking a page.
*