Re: Windows build missing tcl "UNKNOWN" support

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Carlo Stonebanks" <stonec(dot)register(at)sympatico(dot)ca>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Windows build missing tcl "UNKNOWN" support
Date: 2010-03-31 21:32:52
Message-ID: 28281.1270071172@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Carlo Stonebanks" <stonec(dot)register(at)sympatico(dot)ca> writes:
> The Windows builds (in our case, 8.3) still seem to be missing
> magic tables: pltcl_modules and pltcl_modfuncs.
> scripts: pltcl_loadmod, pltcl_listmod and pltcl_delmod

It does appear that no one's gotten around to making the MSVC build
scripts install those tcl scripts. But you could take them from any
other installation, or the CVS sources. All that's needed is to fix
the tclsh path at the start of each one.

The "magic tables" are to be created by hand, there is no automatic
installation of them.

> Another concern is "PL/Tcl call handler must be compiled
> with -DPLTCL_UNKNOWN_SUPPORT set." to use the features I want.

Dunno where you got that idea from, but it's not so.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Carlo Stonebanks 2010-03-31 22:55:54 Re: Windows build missing tcl "UNKNOWN" support
Previous Message Sylvain Lara 2010-03-31 20:22:40 Re : Select in temporary table