Re: Problem with pgtcl on HP - Mailing list pgsql-hackers

From Neil Conway
Subject Re: Problem with pgtcl on HP
Date
Msg-id 87n0833ip8.fsf@mailbox.samurai.com
Whole thread Raw
In response to Problem with pgtcl on HP  (Michael Brusser <michael@synchronicity.com>)
List pgsql-hackers
Michael Brusser <michael@synchronicity.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



pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Transaction aborts on syntax error.
Next
From: Tom Lane
Date:
Subject: Idea about better configuration options for sort memory