Re: Patches for AIX builds..

From: Rick Flower <Richard(dot)Flower(at)quest(dot)com>
To: "'Tom Lane'" <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: "'pgsql-patches(at)postgresql(dot)org'" <pgsql-patches(at)postgresql(dot)org>
Subject: Re: Patches for AIX builds..
Date: 2002-01-14 20:01:25
Message-ID: 997788F049EED311BC3500508BA392C902D556A5@qex3.quest.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)sss(dot)pgh(dot)pa(dot)us]
Sent: Monday, January 14, 2002 9:40 AM
To: Bruce Momjian
Cc: Rick Flower; 'pgsql-patches(at)postgresql(dot)org'
Subject: Re: [PATCHES] Patches for AIX builds..

Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)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

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2002-01-14 20:10:15 Re: Patches for AIX builds..
Previous Message Tom Lane 2002-01-14 17:39:42 Re: Patches for AIX builds..