pgsql: Fix lexing of U& sequences just before EOF.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix lexing of U& sequences just before EOF.
Date: 2014-02-04 00:48:31
Message-ID: E1WAUBj-0000mr-TL@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/0c2338abbb17b7b319f36a73d8db77735346804f

Modified Files
--------------
src/backend/parser/scan.l | 17 +++++++++++------
src/bin/psql/psqlscan.l | 3 ++-
2 files changed, 13 insertions(+), 7 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2014-02-04 01:09:01 Re: pgsql: Document a few more regression test hazards.
Previous Message Stephen Frost 2014-02-04 00:13:46 Re: [COMMITTERS] pgsql: Include planning time in EXPLAIN ANALYZE output.