Re: [PATCH] One more (was Re: [PATCH] One line patch for src/pl/tcl/modules/pltcl_loadmod) - Mailing list pgsql-patches

From Bruce Momjian
Subject Re: [PATCH] One more (was Re: [PATCH] One line patch for src/pl/tcl/modules/pltcl_loadmod)
Date
Msg-id 200103071618.LAA09403@candle.pha.pa.us
Whole thread Raw
Responses Re: [PATCH] One more (was Re: [PATCH] One line patch for src/pl/tcl/modules/pltcl_loadmod)  (<seva@sevasoft.kiev.ua>)
List pgsql-patches
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

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [PATCH] One line patch for src/pl/tcl/modules/pltcl_loadmod
Next
From:
Date:
Subject: Re: [PATCH] One more (was Re: [PATCH] One line patch for src/pl/tcl/modules/pltcl_loadmod)