pgsql/ /configure.in oc/src/sgml/installation. ...

From: momjian(at)postgresql(dot)org
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/ /configure.in oc/src/sgml/installation. ...
Date: 2001-10-01 15:33:37
Message-ID: 200110011533.f91FXbD69143@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql
Changes by: momjian(at)postgresql(dot)org 01/10/01 11:33:33

Modified files:
. : configure.in
doc/src/sgml : installation.sgml
src/include : pg_config.h.in
src/pl/tcl : pltcl.c

Log message:
> > > > > - PostgreSQL requires to be compiled with --enable-multibyte
> > > > > and --enable-unicode-convertion if it ought to work correctly
> > > > > with Tcl/Tk >= 8.1 (client or server side).
> > > > >
> > > > > - PL/Tcl needs to be changed to use pg_do_encoding_conversion
> > > > > if it runs on a Tcl version >= 8.1 .
> > >
> > > > I'll do pl/tcl part in the next version of patch. Using this approach we
> > > > can eliminate overhead for databases in UNICODE.
> > >
> > > Any progress on this? I'd prefer to get rid of this --enable-pltcl-utf
> > > option before release.
> >
> > Done
> >
> > Next version removes --enable-pltcl-utf switch and enables embedded
> > utf conversion of pgsql if tcl version >=8.1 and --enable-unicode-conversion

Browse pgsql-committers by date

  From Date Subject
Next Message momjian 2001-10-01 15:33:57 pgsql/. configure
Previous Message Tom Lane 2001-10-01 13:51:52 Re: pgsql/src/interfaces/ecpg ChangeLog lib/data.c ...