Re: Problem with pgtcl on HP

From: Neil Conway <neilc(at)samurai(dot)com>
To: michael(at)synchronicity(dot)com
Cc: Pgsql-Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Problem with pgtcl on HP
Date: 2004-01-31 21:35:15
Message-ID: 87n0833ip8.fsf@mailbox.samurai.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Michael Brusser <michael(at)synchronicity(dot)com> writes:
> We tracked problem to this line in pgtcl.c:
> putenv ("PGCLIENTENCODING=UNICODE");
> Changing this to
> Tcl_PutEnv ("PGCLIENTENCODING=UNICODE");
> seems to be a good fix, so far we are not seeing any problems.

Looks good to me. Unless anyone else objects, I'll apply this to
REL7_4_STABLE and HEAD within 24 hours.

-Neil

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2004-01-31 22:00:25 Idea about better configuration options for sort memory
Previous Message Bruce Momjian 2004-01-31 21:19:07 Re: Write cache