pgsql/src/interfaces/libpgtcl pgtcl.c

From: "Marc G(dot) Fournier" <scrappy(at)hub(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/interfaces/libpgtcl pgtcl.c
Date: 2001-09-10 14:49:12
Message-ID: 200109101449.f8AEnCi12472@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: scrappy(at)hub(dot)org 01/09/10 10:49:12

Modified files:
src/interfaces/libpgtcl: pgtcl.c

Log message:
The attached patch should be sufficient to fix libpgtcl. It requires
PostgreSQL to support unicode-conversion, but retains binary
compatibility among Tcl versions.

However, it neither checks at compile time not at runtime, if support
for unicode-conversion does really exist and it doesn't prevent the
user from changing the client encoding after initialization. I think
there should be warnings about this somewhere in the documentation.

Reinhard Max

Browse pgsql-committers by date

  From Date Subject
Next Message Marc G. Fournier 2001-09-10 14:51:33 pgsql/src/bin/psql command.c ru.po
Previous Message Marc G. Fournier 2001-09-10 10:13:31 pgsql/src/interfaces/odbc dlg_specific.c psqlo ...