Re: Patches for AIX builds..

Поиск
Список
Период
Сортировка
От Rick Flower
Тема Re: Patches for AIX builds..
Дата
Msg-id 997788F049EED311BC3500508BA392C902D556A5@qex3.quest.com
обсуждение исходный текст
Ответ на Patches for AIX builds..  (Rick Flower <Richard.Flower@quest.com>)
Список pgsql-patches

Thanks for the replies.. I also would like to hear from other AIX users to
ensure that I'm not holucinating that these changes are needed.. As for the
signed vs. unsigned chars, I only enabled that option as a way to cut down on
the massive amount of warnings about type mismatches that occur in some of the
build directories (odbc as a minimum) -- most directories are fine, but some
of them elicit many warnings on this compiler/platform combination..  I only
thought I would send out these patches, since I didn't really have any problems
building PostgreSQL on either Solaris 8, or HP-UX 11..

-- Rick

-----Original Message-----
From: Tom Lane [mailto:tgl@sss.pgh.pa.us]
Sent: Monday, January 14, 2002 9:40 AM
To: Bruce Momjian
Cc: Rick Flower; 'pgsql-patches@postgresql.org'
Subject: Re: [PATCHES] Patches for AIX builds..

Bruce Momjian <pgman@candle.pha.pa.us> writes:
> OK, we are very close to final so I can only make the most modest
> changes unless another AIX person can comment:

Considering we have at least two frontline beta testers who use AIX,
I'm fairly dubious of claims that things don't build there.  ODBC
maybe (do either Tatsuo or Andreas use ODBC?) but these other changes
I'm wary of.

>> <   CFLAGS='-O2 -qmaxmem=16384 -qsrcmsg -qlonglong'
>> ---
>> > CFLAGS='-O2 -qchars=signed -qmaxmem=16384 -qsrcmsg -qlonglong'

> Need AIX comment.

We should *not* care whether chars are signed or not.

                        regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Segmentation fault of psql unset
Следующее
От: Rick Flower
Дата:
Сообщение: Re: Patches for AIX builds..