Michael Brusser <[EMAIL PROTECTED]> 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
---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
joining column's datatypes do not match