Switch in psql_scan() must cover all lexer states (except backslash cases).
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 2 Feb 2014 23:59:34 +0000 (18:59 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 2 Feb 2014 23:59:34 +0000 (18:59 -0500)
commit47aaebaac95c9000549d1a6de809e15b729231f5
tree79be1305c959919e9be681f0806c6396d60b4dd2
parentc087e8cf3470081546c74b43e086e2b4d0a255d3
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.
src/bin/psql/psqlscan.l