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

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Re-order configure tests to reflect the fact that the code
Date: 2010-01-16 19:50:40
Message-ID: 20100116195040.8CA167541B9@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

Tags:
----
REL8_4_STABLE

Modified Files:
--------------
pgsql:
configure (r1.644.2.3 -> r1.644.2.4)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/configure?r1=1.644.2.3&r2=1.644.2.4)
configure.in (r1.602.2.3 -> r1.602.2.4)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/configure.in?r1=1.602.2.3&r2=1.602.2.4)

Browse pgsql-committers by date

  From Date Subject
Next Message User Bmomjian 2010-01-16 20:19:17 pg-migrator - pg_migrator: Allow pg_migrator to upgrade to 8.5 with new
Previous Message Tom Lane 2010-01-16 19:50:26 pgsql: Re-order configure tests to reflect the fact that the code