Re: [PATCHES] PL patches (one more)

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [PATCHES] PL patches (one more)
Дата
Msg-id 199810091643.MAA12250@candle.pha.pa.us
обсуждение исходный текст
Ответ на PL patches (one more)  (jwieck@debis.com (Jan Wieck))
Список 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@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-hackers по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] version functions (was NT port of PGSQL - success)
Следующее
От: Bruce Momjian
Дата:
Сообщение: dynamic libraries