Re: [PATCH] One more (was Re: [PATCH] One line patch for src/pl/tcl/modules/pltcl_loadmod)

Started by Bruce Momjianover 25 years ago2 messagespatches
Jump to latest
#1Bruce Momjian
bruce@momjian.us

Applied. In the future, please send to PATCHES list so others can
review these.

Not sure about the configure issue. Sorry.

On Wed, 7 Mar 2001, Bruce Momjian wrote:

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.

Index: pltcl.c
===================================================================
RCS file: /home/src/pgsql/repo/pgsql/src/pl/tcl/pltcl.c,v
retrieving revision 1.32
diff -u -r1.32 pltcl.c
--- pltcl.c	2001/02/16 03:26:40	1.32
+++ pltcl.c	2001/03/06 21:30:56
@@ -250,7 +250,7 @@
*				  table pltcl_modules (if it exists)
**********************************************************************/
static void
-pltcl_init_load_unknown(void)
+pltcl_init_load_unknown(Tcl_Interp *interp)
{
int			spi_rc;
int			tcl_rc;
-- 
  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
#2Vsevolod Lobko
seva@sevasoft.kiev.ua
In reply to: Bruce Momjian (#1)

On Wed, 7 Mar 2001, Bruce Momjian wrote:

Applied. In the future, please send to PATCHES list so others can
review these.

Ok. Thanks.