mirror of
https://github.com/postgres/postgres.git
synced 2025-07-08 11:42:09 +03:00
Remove JsonPathSpec typedef
It doesn't seem very useful, and it's a bit in the way of the planned node support automation. Discussion: https://www.postgresql.org/message-id/202204191140.3wsbevfhqmu3@alvherre.pgsql
This commit is contained in:
@ -73,7 +73,7 @@ transformJsonTableColumn(JsonTableColumn *jtc, Node *contextItemExpr,
|
||||
JsonFuncExpr *jfexpr = makeNode(JsonFuncExpr);
|
||||
JsonCommon *common = makeNode(JsonCommon);
|
||||
JsonOutput *output = makeNode(JsonOutput);
|
||||
JsonPathSpec pathspec;
|
||||
char *pathspec;
|
||||
JsonFormat *default_format;
|
||||
|
||||
jfexpr->op =
|
||||
|
Reference in New Issue
Block a user