pgsql: Tweak configure to attempt to add -qnoansialias to CFLAGS - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Tweak configure to attempt to add -qnoansialias to CFLAGS
Date
Msg-id 20090211200240.39BD37559ED@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Tweak configure to attempt to add -qnoansialias to CFLAGS whenever running
on AIX with a non-gcc compiler.  The previous coding would do this only if
CC was exactly "xlc"; which is a bad idea, as demonstrated by trouble report
from Mihai Criveti.

Modified Files:
--------------
    pgsql:
        configure (r1.631 -> r1.632)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/configure?r1=1.631&r2=1.632)
        configure.in (r1.589 -> r1.590)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/configure.in?r1=1.589&r2=1.590)
    pgsql/src/template:
        aix (r1.19 -> r1.20)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/template/aix?r1=1.19&r2=1.20)

pgsql-committers by date:

Previous
From: alvherre@postgresql.org (Alvaro Herrera)
Date:
Subject: pgsql: Improve psql \d+ to show TOAST reloptions too.
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Change ALTER TABLE SET WITHOUT OIDS to rewrite the whole table to