Re: libpgtcl doesn't use UTF encoding of TCL - Mailing list pgsql-bugs

From Bruce Momjian
Subject Re: libpgtcl doesn't use UTF encoding of TCL
Date
Msg-id 200107201516.f6KFGGB13915@candle.pha.pa.us
Whole thread Raw
In response to Re: libpgtcl doesn't use UTF encoding of TCL  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-bugs
> > On Wed, 18 Jul 2001, Tom Lane wrote:
> >
> > > Reinhard Max <max@suse.de> writes:
> > > > On Wed, 18 Jul 2001, Bruce Momjian wrote:
> > > >> Do you have any idea how this will work with earlier TCL versions?
> > >
> > > > It won't. If pgtcl is supposed to still be able to compile with older
> > > > versions of Tcl, the changes have to be made a compile time option.
> > >
> > > Please do that and resubmit the patch.
> >
> > OK, I'll pack the new stuff inside #ifdef TCL_UTF8 and define that if
> > the Tcl version is 8.1 or greater.
>
> Is the TCL_UTF8 some variable that gets set at tcl runtime?  I hope so.

I now realize we can't have this configure at runtime.  It has to read
the tcl include file for the version it is about to be linked to.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

pgsql-bugs by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: check contraint allows illegal value?
Next
From: Danilo Gonzalez Hashimoto
Date:
Subject: Documentation Bug related to Inheritance