From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | seva(at)sevasoft(dot)kiev(dot)ua |
Cc: | PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org> |
Subject: | Re: [PATCH] One more (was Re: [PATCH] One line patch for src/pl/tcl/modules/pltcl_loadmod) |
Date: | 2001-03-07 16:18:52 |
Message-ID: | 200103071618.LAA09403@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026
From | Date | Subject | |
---|---|---|---|
Next Message | seva | 2001-03-07 16:31:42 | Re: [PATCH] One more (was Re: [PATCH] One line patch for src/pl/tcl/modules/pltcl_loadmod) |
Previous Message | Bruce Momjian | 2001-03-07 16:08:47 | Re: [PATCH] One line patch for src/pl/tcl/modules/pltcl_loadmod |