diff options
author | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2023-03-30 21:05:35 +0200 |
---|---|---|
committer | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2023-03-30 21:06:31 +0200 |
commit | 60966f56c3e4db9f9bdff485371ef3a50d53431f (patch) | |
tree | b676c4529a0b4cf882974d3f726b6c9f6c0a359b /src/include/nodes/parsenodes.h | |
parent | 589bb816499e98b60aa5c406c409fb27b42b0e39 (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/parsenodes.h')
-rw-r--r-- | src/include/nodes/parsenodes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/nodes/parsenodes.h b/src/include/nodes/parsenodes.h index 1c296da326f..cc7b32b279a 100644 --- a/src/include/nodes/parsenodes.h +++ b/src/include/nodes/parsenodes.h @@ -1809,7 +1809,7 @@ typedef struct JsonObjectAgg /* * JsonArrayAgg - - * untransformed representation of JSON_ARRRAYAGG() + * untransformed representation of JSON_ARRAYAGG() */ typedef struct JsonArrayAgg { |