summaryrefslogtreecommitdiff
path: root/src/include/nodes/primnodes.h
diff options
context:
space:
mode:
authorAlvaro Herrera <alvherre@alvh.no-ip.org>2023-03-30 21:05:35 +0200
committerAlvaro Herrera <alvherre@alvh.no-ip.org>2023-03-30 21:06:31 +0200
commit60966f56c3e4db9f9bdff485371ef3a50d53431f (patch)
treeb676c4529a0b4cf882974d3f726b6c9f6c0a359b /src/include/nodes/primnodes.h
parent589bb816499e98b60aa5c406c409fb27b42b0e39 (diff)
Fix inconsistencies and style issues in new SQL/JSON code
Reported by Alexander Lakhin. Discussion: https://postgr.es/m/60483139-5c34-851d-baee-6c0d014e1710@gmail.com
Diffstat (limited to 'src/include/nodes/primnodes.h')
-rw-r--r--src/include/nodes/primnodes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/nodes/primnodes.h b/src/include/nodes/primnodes.h
index de1701c2136..1764b61cdbd 100644
--- a/src/include/nodes/primnodes.h
+++ b/src/include/nodes/primnodes.h
@@ -1548,7 +1548,7 @@ typedef struct JsonReturning
/*
* JsonValueExpr -
- * representation of JSON value expression (expr [FORMAT json_format])
+ * representation of JSON value expression (expr [FORMAT JsonFormat])
*/
typedef struct JsonValueExpr
{