pgsql: Remove long-obsolete catering for platforms without F_SETFD/FD_C

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove long-obsolete catering for platforms without F_SETFD/FD_C
Date: 2017-04-21 18:48:35
Message-ID: E1d1dbf-0002f7-Qd@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove long-obsolete catering for platforms without F_SETFD/FD_CLOEXEC.

SUSv2 mandates that <fcntl.h> provide both F_SETFD and FD_CLOEXEC,
so it seems pretty unlikely that any platforms remain without those.
Remove the #ifdef-ery installed by commit 7627b91cd to see if the
buildfarm agrees.

Discussion: https://postgr.es/m/21444.1492798101@sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/536d47bd9d5fce8d91929bee3128fa1d08dbcc57

Modified Files
--------------
src/interfaces/libpq/fe-connect.c | 6 ------
1 file changed, 6 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2017-04-21 19:06:29 Re: [COMMITTERS] pgsql: Replication lag tracking for walsenders
Previous Message Peter Eisentraut 2017-04-21 12:48:44 pgsql: Synchronize table list before creating slot in CREATE SUBSCRIPTI