pgtcl - libpgtcl: * added call to Tcl_ExternalToUtfDString for

From: bschwarz(at)pgfoundry(dot)org (User Bschwarz)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgtcl - libpgtcl: * added call to Tcl_ExternalToUtfDString for
Date: 2011-01-20 07:43:15
Message-ID: 20110120074315.3A9361071035@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------

* added call to Tcl_ExternalToUtfDString for connection info to see if
handles system encodings other than utf8 properly. Untested as of yet
since I don't have my system setup to handle this. Bug 1010961

Modified Files:
--------------
libpgtcl/generic:
pgtclCmds.c (r1.81 -> r1.82)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgtcl/libpgtcl/generic/pgtclCmds.c?r1=1.81&r2=1.82)
libpgtcl/tests:
pgtcl.test (r1.18 -> r1.19)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgtcl/libpgtcl/tests/pgtcl.test?r1=1.18&r2=1.19)

Browse pgsql-committers by date

  From Date Subject
Next Message User Masao_fujii 2011-01-20 10:46:26 pgbulkload - pgbulkload: Include the command name in an error message of
Previous Message Robert Haas 2011-01-20 05:04:03 pgsql: Add new psql command \dL to list languages.