aboutsummaryrefslogtreecommitdiff
path: root/src/common/stringinfo.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/stringinfo.c')
-rw-r--r--src/common/stringinfo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/stringinfo.c b/src/common/stringinfo.c
index 6192e65477e..55d2fbb864d 100644
--- a/src/common/stringinfo.c
+++ b/src/common/stringinfo.c
@@ -7,7 +7,7 @@
* (null-terminated text) or arbitrary binary data. All storage is allocated
* with palloc() (falling back to malloc in frontend code).
*
- * 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/common/stringinfo.c