Switch in psql_scan() must cover all lexer states (except backslash cases).
Oversight in commit f7559c0101afa33bfb4e104036ca46adac900111, which changed UESCAPE lexing in psql. Per bug #9068 from Manuel Gómez. Branch ------ master Details ------- http://git.postgresql.org/pg/commitdiff/47aaebaac95c9000549d1a6de809e15b729231f5 Modified Files -------------- src/bin/psql/psqlscan.l | 2 ++ 1 file changed, 2 insertions(+) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
