Re: [PATCHES] AIX - pgport/contrib resolution

2005-08-02 Thread Rocco Altier
Re: [PATCHES] AIX - pgport/contrib resolution > > > "Rocco Altier" <[EMAIL PROTECTED]> writes: > > Here is a backport of patches to get AIX to work on 8.0. > > > Basically, it's the changes to : > > backend/Makefile - redo the linking of the SUBSY

Re: [PATCHES] AIX - pgport/contrib resolution

2005-08-01 Thread Tom Lane
"Rocco Altier" <[EMAIL PROTECTED]> writes: > Here is a backport of patches to get AIX to work on 8.0. > Basically, it's the changes to : > backend/Makefile - redo the linking of the SUBSYS objects > contrib/cube - pick up -lm > port/getopt_long.c - fix include files (might want to think about othe

Re: [PATCHES] AIX - pgport/contrib resolution

2005-07-28 Thread Rocco Altier
rsday, July 28, 2005 9:53 AM > To: Tom Lane > Cc: Rocco Altier; pgsql-patches@postgresql.org > Subject: Re: [PATCHES] AIX - pgport/contrib resolution > > > > > Tom Lane wrote: > > >Pushed these in too ... hope to see a green board on the AIX > buildfarm &g

Re: [PATCHES] AIX - pgport/contrib resolution

2005-07-28 Thread Tom Lane
Andrew Dunstan <[EMAIL PROTECTED]> writes: > Tom Lane wrote: >> Pushed these in too ... hope to see a green board on the AIX buildfarm >> machines soon. > That's what we have. Good work. Are these changes too intrusive to > backpatch to 8.0? At this point I'm not sure which changes are necessary

Re: [PATCHES] AIX - pgport/contrib resolution

2005-07-28 Thread Andrew Dunstan
Tom Lane wrote: Pushed these in too ... hope to see a green board on the AIX buildfarm machines soon. That's what we have. Good work. Are these changes too intrusive to backpatch to 8.0? cheers andrew ---(end of broadcast)---

Re: [PATCHES] AIX - pgport/contrib resolution

2005-07-27 Thread Tom Lane
"Rocco Altier" <[EMAIL PROTECTED]> writes: > I finally noticed that when we are building the postgres.imp file, we > are not pulling in the pgport symbols, since they are not being linked > into the local SUBSYS.o before running mkldexport.sh. > The solution was to suck in libpgport.a before we ex

Re: [PATCHES] AIX - pgport/contrib resolution

2005-07-27 Thread Tom Lane
"Rocco Altier" <[EMAIL PROTECTED]> writes: > The comment in regress/GNUmakefile about the pgport symbols not being > found got me thinking about why that might be the case. > I finally noticed that when we are building the postgres.imp file, we > are not pulling in the pgport symbols, since they a

[PATCHES] AIX - pgport/contrib resolution

2005-07-27 Thread Rocco Altier
The comment in regress/GNUmakefile about the pgport symbols not being found got me thinking about why that might be the case. I finally noticed that when we are building the postgres.imp file, we are not pulling in the pgport symbols, since they are not being linked into the local SUBSYS.o before