pgsql: Re-order configure tests to reflect the fact that the code

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Re-order configure tests to reflect the fact that the code
Дата
Msg-id 20100116195026.912627541B9@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Re-order configure tests to reflect the fact that the code generated for
posix_fadvise and other file-related functions can depend on _LARGEFILE_SOURCE
and/or _FILE_OFFSET_BITS.  Per report from Robert Treat.

Back-patch to 8.4.  This has been wrong all along, but we weren't really using
posix_fadvise in anger before, and AC_FUNC_FSEEKO seems to mask the issue well
enough for that function.

Modified Files:
--------------
    pgsql:
        configure (r1.668 -> r1.669)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/configure?r1=1.668&r2=1.669)
        configure.in (r1.620 -> r1.621)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/configure.in?r1=1.620&r2=1.621)

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

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: pgsql: Fix bogus initialization of KnownAssignedXids shared memory state
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Re-order configure tests to reflect the fact that the code