Re: AIX - pgport/contrib resolution - Mailing list pgsql-patches

From Rocco Altier
Subject Re: AIX - pgport/contrib resolution
Date
Msg-id 6E0907A94904D94B99D7F387E08C4F5730EFF1@FALCON.INSIGHT
Whole thread Raw
In response to AIX - pgport/contrib resolution  ("Rocco Altier" <RoccoA@Routescape.com>)
Responses Re: AIX - pgport/contrib resolution
List pgsql-patches
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 other
files changed here too?)
contrib/tsearch2 - similar include file fixes

The tsearch2 part is the most invasive part of the patch, but I only
brought over the parts that were stopping the compile directly, so it
might not be the whole thing, since I was trying to minimize the impact
on the code base.

It might be possible to trim the tsearch down further to only the needed
files, but I just brought over the include file fixes from HEAD directly
- so that the branches would be more directly comparable to each other.

Thanks,
    -rocco

> -----Original Message-----
> From: Andrew Dunstan [mailto:andrew@dunslane.net]
> Sent: Thursday, 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
> >machines soon.
> >
> >
> >
> >
>
> That's what we have. Good work. Are these changes too intrusive to
> backpatch to 8.0?
>
> cheers
>
> andrew
>

Attachment

pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: AIX - pgport/contrib resolution
Next
From: "Magnus Hagander"
Date:
Subject: Re: patch for win32 dynloader