forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit53eb835
committed
Put analyze_keyword back in explain_option_name production.
In commit2c92eda, I broke "EXPLAIN(ANALYZE)" syntax, because I mistakenly thought that ANALYZE/ANALYSE wereonly partially reserved and thus would be included in NonReservedWord;but actually they're fully reserved so they still need to be called outhere.A nicer solution would be to demote these words to type_func_name_keywordstatus (they can't be less than that because of "VACUUM [ANALYZE] ColId").While that works fine so far as the core grammar is concerned, it breaksECPG's grammar for reasons I don't have time to isolate at the moment.So do this for the time being.Per report from Kevin Grittner. Back-patch to 9.0, like the previouscommit.1 parentc28bfb3 commit53eb835
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6980 | 6980 |
| |
6981 | 6981 |
| |
6982 | 6982 |
| |
| 6983 | + | |
6983 | 6984 |
| |
6984 | 6985 |
| |
6985 | 6986 |
| |
|
0 commit comments
Comments
(0)