Re: [GENERAL] Windows build missing tcl "UNKNOWN" support

2010-03-31 Thread Carlo Stonebanks
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. The "magic tables" are to be created by hand, there is no automatic installation of them. Hmm - seems that this was a v

Re: [GENERAL] Windows build missing tcl "UNKNOWN" support

2010-03-31 Thread Tom Lane
"Carlo Stonebanks" 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 scri

[GENERAL] Windows build missing tcl "UNKNOWN" support

2010-03-31 Thread Carlo Stonebanks
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 In 2006 I reported this problem (see below) with the PG 8.1 Windows build. This issue came up, and I when I looked to see if it w