pgsql: Reorder configure tests for accept() in Windows

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Reorder configure tests for accept() in Windows
Date: 2019-03-04 19:42:32
Message-ID: E1h0tTs-00065F-5o@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Reorder configure tests for accept() in Windows

Currently only frogmouth in the buildfarm uses the 32bit params, and
it's not able to build past release 10, so put those last, saving
substantial configure time on more modern systems. Even if we get a
modern 32 bit Windows system at some stage we should probably prefer the
64 bit interface here these days.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/6ad94e4d73c098aea8636e27212b9284c6cd9708

Modified Files
--------------
config/ac_func_accept_argtypes.m4 | 4 ++--
configure | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Geoghegan 2019-03-04 20:37:14 pgsql: Correct obsolete nbtree page split WAL comment.
Previous Message Alvaro Herrera 2019-03-04 19:26:31 pgsql: pg_partition_ancestors