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 0badc465545..445f7222be0 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-2020, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* src/common/stringinfo.c