mirror of
https://github.com/postgres/postgres.git
synced 2025-11-04 20:11:56 +03:00
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
This commit is contained in:
@@ -1809,7 +1809,7 @@ typedef struct JsonObjectAgg
|
||||
|
||||
/*
|
||||
* JsonArrayAgg -
|
||||
* untransformed representation of JSON_ARRRAYAGG()
|
||||
* untransformed representation of JSON_ARRAYAGG()
|
||||
*/
|
||||
typedef struct JsonArrayAgg
|
||||
{
|
||||
|
||||
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user