]> granicus.if.org Git - postgresql/commit
Fix lexing of U& sequences just before EOF.
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 4 Feb 2014 00:47:57 +0000 (19:47 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 4 Feb 2014 00:47:57 +0000 (19:47 -0500)
commit0c2338abbb17b7b319f36a73d8db77735346804f
treee9e4dfa75ea7ff247cf2326c493842e1ae4ef8a3
parent0def2573c5f0ff127d0c7dc12ec7da56ae6fb7fe
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.
src/backend/parser/scan.l
src/bin/psql/psqlscan.l