Re: [HACKERS] Problem with pgtcl on HP

2004-01-31 Thread Neil Conway
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 els

[HACKERS] Problem with pgtcl on HP

2004-01-29 Thread Michael Brusser
Just want to share in case you want to make a change in the code, or perhaps tell us that we didn't do the right thing. At some point we needed to add -DTCL_THREADS and -D_REENTRANT to the makefiles and then we ran into a problem with pgtcl library. This seems to be HP specific (HP-11) and happen