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
------
REL9_1_STABLE
Details
-------
http://git.postgresql.org/pg/commitdiff/a7c53092d88bf9c617713389bc11f0670762b723
Modified Files
--------------
src/bin/psql/psqlscan.l | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
pgsql-committers by date
| Next: | From: Simon Riggs | Date: 2012-12-02 13:11:48 |
| Subject: pgsql: Clarify operation of online checkpoints. |
| Previous: | From: Tom Lane | Date: 2012-12-01 22:24:36 |
| Subject: pgsql: Prevent passing gmake's environment variables down throughpg_re |