]> 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:16 +0000 (22:23 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 27 Oct 2010 02:25:42 +0000 (22:25 -0400)
commit6319c35d5b3e7e0a2cdc832503815741d9ad5eb5
tree118b6e54aa9ea6185c3165954741594915bd8600
parentb887f7b3526627d22d01d0cdb74a21ead08934a7
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