pgsql/src/backend/utils/mb mbutils.c

From: "Marc G(dot) Fournier" <scrappy(at)hub(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/utils/mb mbutils.c
Date: 2001-09-08 14:30:15
Message-ID: 200109081430.f88EUFP43480@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: scrappy(at)hub(dot)org 01/09/08 10:30:15

Modified files:
src/backend/utils/mb: mbutils.c

Log message:
> > A simple and robus solution is in the begin of mbutils.c set default
> > ClientEncoding to SQL_ASCII (like default DatabaseEncoding). Bruce, can
> > you change it? It's one line change. Again thanks.

Forget it! A default client encoding must be set by actual database encoding...
Please apply the small attached patch that solve it better.

Karel Zak

Browse pgsql-committers by date

  From Date Subject
Next Message Marc G. Fournier 2001-09-08 15:24:00 pgsql/ oc/src/sgml/user-manag.sgml oc/src/sgml ...
Previous Message Marc G. Fournier 2001-09-08 02:48:53 pgsql/src/interfaces/odbc dlg_specific.c