pgsql: Tweak configure to attempt to add -qnoansialias to CFLAGS

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Tweak configure to attempt to add -qnoansialias to CFLAGS
Дата
Msg-id 20090211200240.39BD37559ED@cvs.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: alvherre@postgresql.org (Alvaro Herrera)
Дата:
Сообщение: pgsql: Improve psql \d+ to show TOAST reloptions too.
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Change ALTER TABLE SET WITHOUT OIDS to rewrite the whole table to