CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: scrappy@hub.org 01/09/07 19:17:14
Modified files:
src/backend/parser: scan.l
src/interfaces/ecpg/preproc: pgc.l
Log message:
Change addlit() to not assume its input is null-terminated, so that we
don't have more bugs like the quote-quote-quote-quote one. Propagate
fix into ecpg lexer, too.