Skip to content

Commit

Permalink
Comment out unused rules
Browse files Browse the repository at this point in the history
  • Loading branch information
Dtenwolde committed Mar 2, 2024
1 parent 0aa22a1 commit b350f25
Show file tree
Hide file tree
Showing 2 changed files with 150 additions and 148 deletions.
2 changes: 2 additions & 0 deletions third_party/libpg_query/grammar/statements/pgq.y
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@ GraphTableStmt:
}
;

/*
ColumnSpec:
target_el { $$ = list_make1($1); }
;
Expand All @@ -295,6 +296,7 @@ ColumnList:
|
ColumnList ',' ColumnSpec { $$ = lappend($1, $3); }
;
*/

KeepOptional:
KEEP PathPrefix { $$ = $2; }
Expand Down
Loading

0 comments on commit b350f25

Please sign in to comment.