pgsql: Alter the configure script to fail immediately if the C compiler

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Alter the configure script to fail immediately if the C compiler
Дата
Msg-id 20100107002518.4F6A17541B9@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Alter the configure script to fail immediately if the C compiler does not
provide a working 64-bit integer datatype.  As recently noted, we've been
broken on such platforms since early in the 8.4 development cycle.  Since
it took nearly two years for anyone to even notice, it seems that the
rationale for continuing to support such platforms has reached the point
of non-existence.  Rather than thrashing around to try to make it work
again, we'll just admit up front that this no longer works.

Back-patch to 8.4 since that branch is also broken.

We should go around to remove INT64_IS_BUSTED support, but just in HEAD,
so that seems like material for a separate commit.

Tags:
----
REL8_4_STABLE

Modified Files:
--------------
    pgsql:
        configure (r1.644.2.2 -> r1.644.2.3)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/configure?r1=1.644.2.2&r2=1.644.2.3)
        configure.in (r1.602.2.2 -> r1.602.2.3)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/configure.in?r1=1.602.2.2&r2=1.602.2.3)
    pgsql/src/include:
        pg_config.h.in (r1.139 -> r1.139.2.1)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/pg_config.h.in?r1=1.139&r2=1.139.2.1)

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

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Alter the configure script to fail immediately if the C compiler
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Make configure check the version of Perl we're building with, and