pgsql: Fix psql crash while parsing SQL file whose encoding is differen - Mailing list pgsql-committers

From Tatsuo Ishii
Subject pgsql: Fix psql crash while parsing SQL file whose encoding is differen
Date
Msg-id E1Tf98s-0006OW-Cy@gemulon.postgresql.org
Whole thread Raw
List 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
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/53edb8dc0274e0d05eb0371ce84b7fb14cb5eb5a

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


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Prevent passing gmake's environment variables down through pg_re
Next
From: Tatsuo Ishii
Date:
Subject: pgsql: Fix psql crash while parsing SQL file whose encoding is differen