mirror of https://github.com/citusdata/citus.git
Fix JsonExpr deparsing to quote variable names in the PASSING clause.
a93e2a1e25a6d5410abb1446637c4d9a4f24e35dm3hm3t/pg18_dev_relation_oid_0
parent
5bb635ab6c
commit
3dccc99d70
|
@ -6976,7 +6976,7 @@ get_rule_expr(Node *node, deparse_context *context,
|
|||
|
||||
get_rule_expr((Node *) lfirst(lc2), context, showimplicit);
|
||||
appendStringInfo(buf, " AS %s",
|
||||
((String *) lfirst_node(String, lc1))->sval);
|
||||
quote_identifier(lfirst_node(String, lc1)->sval));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue