]> granicus.if.org Git - postgresql/commit
Fix up some oversights in psql's Unicode-escape support.
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 27 Oct 2010 02:23:04 +0000 (22:23 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 27 Oct 2010 02:25:19 +0000 (22:25 -0400)
commit35d89401525677441824c6f2116b9f7d0cc3caac
treeefd692b1e92fa153db2cb2834cc6ced7aff11e3a
parent5a12c808cf223c7a5498217142cc9cb45efe033a
Fix up some oversights in psql's Unicode-escape support.

Original patch failed to include new exclusive states in a switch that
needed to include them; and also was guilty of very fuzzy thinking
about how to handle error cases.  Per bug #5729 from Alan Choi.
src/bin/psql/psqlscan.l