Skip to content
Snippets Groups Projects
Commit 20aea2ec authored by Tom Lane's avatar Tom Lane
Browse files

Alter plpgsql's lexer so that yylineno and yymore are not used. This

avoids 'input buffer overflow' failure on long literals, improves
performance, gives the right answer for line position in functions
containing multiline literals, suppresses annoying compiler warnings,
and generally is so much better I wonder why we didn't do it before.
parent ea7896bf
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment