Skip to content

Commit

Permalink
[Does not build] pushing parser changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Dtenwolde committed Feb 19, 2024
1 parent 4ffd20f commit 617bab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/libpg_query/grammar/statements/select.y
Original file line number Diff line number Diff line change
Expand Up @@ -3322,7 +3322,7 @@ pgq_a_expr:


dict_arg:
ColIdOrString ':' a_expr {
ColIdOrString ':' pgq_a_expr {
PGNamedArgExpr *na = makeNode(PGNamedArgExpr);
na->name = $1;
na->arg = (PGExpr *) $3;
Expand Down

0 comments on commit 617bab4

Please sign in to comment.