Re: AIX - pgport/contrib resolution

Поиск
Список
Период
Сортировка
От Rocco Altier
Тема Re: AIX - pgport/contrib resolution
Дата
Msg-id 6E0907A94904D94B99D7F387E08C4F5730EFF1@FALCON.INSIGHT
обсуждение исходный текст
Ответ на AIX - pgport/contrib resolution  ("Rocco Altier" <RoccoA@Routescape.com>)
Ответы Re: AIX - pgport/contrib resolution
Список 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
>

Вложения

В списке pgsql-patches по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: AIX - pgport/contrib resolution
Следующее
От: "Magnus Hagander"
Дата:
Сообщение: Re: patch for win32 dynloader