Commit 296c806d authored by Bruce Momjian's avatar Bruce Momjian

> Applied. Thanks.

One more :)) It's for improper function argumets for
PLTCL_UNKNOWN_SUPPORT code

I'm not an autoconf expert, but is it possible to enable unknown
support in pltcl with configure option ?
This support is really handy for real life usage of pl/tcl.

seva@sevasoft.kiev.ua
parent 3dc1b2b7
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
* ENHANCEMENTS, OR MODIFICATIONS. * ENHANCEMENTS, OR MODIFICATIONS.
* *
* IDENTIFICATION * IDENTIFICATION
* $Header: /cvsroot/pgsql/src/pl/tcl/pltcl.c,v 1.32 2001/02/16 03:26:40 tgl Exp $ * $Header: /cvsroot/pgsql/src/pl/tcl/pltcl.c,v 1.33 2001/03/07 16:18:08 momjian Exp $
* *
**********************************************************************/ **********************************************************************/
...@@ -250,7 +250,7 @@ pltcl_init_interp(Tcl_Interp *interp) ...@@ -250,7 +250,7 @@ pltcl_init_interp(Tcl_Interp *interp)
* table pltcl_modules (if it exists) * table pltcl_modules (if it exists)
**********************************************************************/ **********************************************************************/
static void static void
pltcl_init_load_unknown(void) pltcl_init_load_unknown(Tcl_Interp *interp)
{ {
int spi_rc; int spi_rc;
int tcl_rc; int tcl_rc;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment