Switch in psql_scan() must cover all lexer states (except backslash cases).

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 1c97ab9251d288cdc1a2d1759983d4bfa66e630c
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2014-02-02T23:59:38Z
Releases: 9.3.3
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.

Files

PathChange+/−
src/bin/psql/psqlscan.l modified +2 −0