pgsql: psql: Refine lexing of BEGIN...END blocks in CREATE FUNCTION sta

Started by Peter Eisentrautabout 5 years ago1 messagescomitters
Jump to latest
#1Peter Eisentraut
peter_e@gmx.net

psql: Refine lexing of BEGIN...END blocks in CREATE FUNCTION statements

Only track BEGIN...END blocks if they are in a CREATE [OR REPLACE]
{FUNCTION|PROCEDURE} statement. Ignore if in parentheses.

Reviewed-by: Laurenz Albe <laurenz.albe@cybertec.at>
Discussion: /messages/by-id/cee01d26fe55bc086b3bcf10bfe4e8d450e2f608.camel@cybertec.at

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/029c5ac03db72f1898ee17e417650a2e0764b239

Modified Files
--------------
src/fe_utils/psqlscan.l | 53 +++++++++++++++++++++++++++++++------
src/include/fe_utils/psqlscan_int.h | 8 +++++-
2 files changed, 52 insertions(+), 9 deletions(-)