> > > > > - PostgreSQL requires to be compiled with --enable-multibyte

Bruce Momjian <bruce@momjian.us>

Commit: 034895125d648b867ffc7240ffd6f0738d20803c
Author: Bruce Momjian <bruce@momjian.us>
Date: 2001-10-01T15:33:31Z
Releases: 7.2.1
> > > > > - 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

Files

PathChange+/−
configure.in modified +0 −15
doc/src/sgml/installation.sgml modified +1 −12
src/include/pg_config.h.in modified +1 −4
src/pl/tcl/pltcl.c modified +37 −8