pgsql: Switch in psql_scan() must cover all lexer states (except backsl - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Switch in psql_scan() must cover all lexer states (except backsl
Date
Msg-id E1WA6x1-0002xI-Pj@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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
------
REL9_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/1c97ab9251d288cdc1a2d1759983d4bfa66e630c

Modified Files
--------------
src/bin/psql/psqlscan.l |    2 ++
1 file changed, 2 insertions(+)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Switch in psql_scan() must cover all lexer states (except backsl
Next
From: Andres Freund
Date:
Subject: Re: pgsql: Clean up some sloppy coding in repl_gram.y.