pgsql: Reorder configure tests for accept() in Windows - Mailing list pgsql-committers

From Andrew Dunstan
Subject pgsql: Reorder configure tests for accept() in Windows
Date
Msg-id E1h0tTs-00065F-5o@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: pg_partition_ancestors
Next
From: Peter Geoghegan
Date:
Subject: pgsql: Correct obsolete nbtree page split WAL comment.