antlr / grammars-v4

Grammars written for ANTLR v4; expectation that the grammars are free of actions.
MIT License
10.24k stars 3.72k forks source link

[postgresql] Fix for #4304 #4305

Closed kaby76 closed 2 weeks ago

kaby76 commented 2 weeks ago

This change removes the error listener port code from the grammar because they have nothing to do with the grammar.

kaby76 commented 2 weeks ago

Closing pending investigate as to why the parser base class creates an entirely new parser during the parse.