pgsql: Fix psql crash while parsing SQL file whose encoding is differen

Lists: pgsql-committers
From: Tatsuo Ishii <ishii(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix psql crash while parsing SQL file whose encoding is differen
Date: 2012-12-02 12:59:30
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Lists: pgsql-committers

Fix psql crash while parsing SQL file whose encoding is different from
client encoding and the client encoding is not *safe* one. Such an
example is, file encoding is UTF-8 and client encoding SJIS. Patch
contributed by Jiang Guiqing.

Branch
------
REL8_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/eb851c998d2a37a6512a26dba11a303babe6316a

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