pgsql: Fix up lame idea of not using autoconf to determine if platform

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix up lame idea of not using autoconf to determine if platform
Date: 2010-05-13 22:07:43
Message-ID: 20100513220743.1AB827541D2@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix up lame idea of not using autoconf to determine if platform has scandir().
Should fix buildfarm failures.

Modified Files:
--------------
pgsql:
configure (r1.678 -> r1.679)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/configure?r1=1.678&r2=1.679)
configure.in (r1.626 -> r1.627)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/configure.in?r1=1.626&r2=1.627)
pgsql/contrib/pg_upgrade:
file.c (r1.2 -> r1.3)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/pg_upgrade/file.c?r1=1.2&r2=1.3)
pgsql/src/include:
pg_config.h.in (r1.146 -> r1.147)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/pg_config.h.in?r1=1.146&r2=1.147)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2010-05-13 22:51:00 pgsql: Remove all mentions of EnterpriseDB Advanced Server from
Previous Message Andrew Dunstan 2010-05-13 21:34:55 pgsql: Fix MSVC builds for recent plperl changes.