Fix lexing of U& sequences just before EOF. Commit a5ff502fceadc7c203b0d7a11b45c73f1b421f69 was a brick shy of a load in the backend lexer too, not just psql. Per further testing of bug #9068.
In passing, improve related comments. Branch ------ REL9_3_STABLE Details ------- http://git.postgresql.org/pg/commitdiff/4c70cb1d341d9f0d53d4bfc31327dd68285586ae Modified Files -------------- src/backend/parser/scan.l | 17 +++++++++++------ src/bin/psql/psqlscan.l | 3 ++- 2 files changed, 13 insertions(+), 7 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
