Re: [PATCHES] PL patches (one more)

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: jwieck(at)debis(dot)com
Cc: brook(at)trillium(dot)NMSU(dot)Edu, hackers(at)postgreSQL(dot)org, patches(at)postgreSQL(dot)org
Subject: Re: [PATCHES] PL patches (one more)
Date: 1998-10-09 16:43:59
Message-ID: 199810091643.MAA12250@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Applied.

> Bruce, please apply this too.
>
> >
> > I have had a few problems with the PL stuff recently committed. The
> > following patches fix the problems (i.e., all regression tests pass)
> > in what I hope to be a platform-independent fashion. The accomplish
> > the following:
>
> Thanks for assisting in that area, Brook. It all really needs
> to become platform independent.
>
> There where a few more problems fixed by the patch below.
>
> o configure.in
>
> The tclConfig.sh file here doesn't reside in the tcl
> subdirectory. It is sitting in /usr/lib directly. I
> added another check for that.
>
> NOTE: run autoconf
>
> o pl/tcl/mkMakefile.tcldefs.sh.in
>
> At least one bash I'm using on one of my systems single
> quotes the values in the output of the set command. But
> make interprets CC=gcc -O2 different from CC='gcc -O2'.
>
> o pl/tcl/pltcl.c
>
> Return values where allocated in SPI memory context and
> got freed on SPI_finish().
>
> o pl/pgsql/Makefile.in
>
> David Hartwig had some bad problems compiling PL/pgSQL on
> AIX. I found that the AIX specific mkldexport.sh doesn't
> support multiple object files. I added another linking
> step where all the objects are combined first into
> plpgsql.o and only this one is then linked into a shared
> object.
>
> David (or someone else with access to AIX), could you
> please check if this works now?
>

--
Bruce Momjian | http://www.op.net/~candle
maillist(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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1998-10-09 17:10:08 dynamic libraries
Previous Message Bruce Momjian 1998-10-09 16:39:17 Re: [HACKERS] version functions (was NT port of PGSQL - success)