Re: libpq++ build problems - Mailing list pgsql-hackers

From Tom Lane
Subject Re: libpq++ build problems
Date
Msg-id 29978.1025758337@sss.pgh.pa.us
Whole thread Raw
In response to Re: libpq++ build problems  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: libpq++ build problems  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: libpq++ build problems  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> ... The following patch fixes the libpqxx
> compile problem on FreeBSD/alpha.  The old code set -O2 for
> FreeBSD/i386, but that is already set earlier.  The new patch just
> updates the FreeBSD/alpha compile.

As a general rule, anything that affects one *BSD affects them all.
I am always very suspicious of any patch that changes only one of
the *BSD templates or makefiles.  I'm not even convinced we should
have separate makefiles/templates for 'em ...
        regards, tom lane




pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Compiling PostgreSQL with Intel C Compiler 6.0
Next
From: "Christopher Kings-Lynne"
Date:
Subject: Re: BETWEEN Node & DROP COLUMN