pgsql: Fix up some oversights in psql's Unicode-escape support.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix up some oversights in psql's Unicode-escape support.
Date: 2010-10-27 02:26:00
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

Branch
------
REL9_0_STABLE

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=6319c35d5b3e7e0a2cdc832503815741d9ad5eb5

Modified Files
--------------
src/bin/psql/psqlscan.l | 39 +++++++++++++++++----------------------
1 files changed, 17 insertions(+), 22 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2010-10-27 17:10:21 pgsql: Fix long-standing segfault when accept() or one of the calls mad
Previous Message Robert Haas 2010-10-27 01:46:25 pgsql: Note that effective_io_concurrency only affects bitmap heap scan