aboutsummaryrefslogtreecommitdiff
path: root/src/backend/parser/parse_jsontable.c
diff options
context:
space:
mode:
authorMichael Paquier <michael@paquier.xyz>2022-04-11 16:36:25 +0900
committerMichael Paquier <michael@paquier.xyz>2022-04-11 16:36:25 +0900
commit7597cc3083f8b3607123f71bc6432afc5a655d6e (patch)
treeedffbaaefd43eeee04560afcd8c773ba3acedd44 /src/backend/parser/parse_jsontable.c
parent0c65177a21a9e23490bee0e50ba61eeb287f7183 (diff)
downloadpostgresql-7597cc3083f8b3607123f71bc6432afc5a655d6e.tar.gz
postgresql-7597cc3083f8b3607123f71bc6432afc5a655d6e.zip
Fix the dates of some copyright notices
0ad8032 and 4e34747 are at the origin of that. Julien has found the one in parse_jsontable.c, while I have spotted the rest. Author: Julien Rouhaud, Michael Paquier Discussion: https://postgr.es/m/20220411060838.ftnzyvflpwu6f74w@jrouhaud
Diffstat (limited to 'src/backend/parser/parse_jsontable.c')
-rw-r--r--src/backend/parser/parse_jsontable.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/parser/parse_jsontable.c b/src/backend/parser/parse_jsontable.c
index c7dcefa11cb..0dea7c998e6 100644
--- a/src/backend/parser/parse_jsontable.c
+++ b/src/backend/parser/parse_jsontable.c
@@ -3,7 +3,7 @@
* parse_jsontable.c
* parsing of JSON_TABLE
*
- * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*