diff options
author | Andres Freund <andres@anarazel.de> | 2017-04-23 15:26:25 -0700 |
---|---|---|
committer | Andres Freund <andres@anarazel.de> | 2017-04-23 15:31:41 -0700 |
commit | 61c21ddad03dda1f92a05a723cf449087d80ec08 (patch) | |
tree | 3b5883913afe2bd0f70d31a837231885068e29b5 /contrib/postgres_fdw/postgres_fdw.h | |
parent | 546c13e11b29a5408b9d6a6e3cca301380b47f7f (diff) | |
download | postgresql-61c21ddad03dda1f92a05a723cf449087d80ec08.tar.gz postgresql-61c21ddad03dda1f92a05a723cf449087d80ec08.zip |
Remove select(2) backed latch implementation.
poll(2) is required by Single Unix Spec v2, the usual baseline for
postgres (leaving windows aside). There's not been any buildfarm
animals without poll(2) for a long while, leaving the select(2)
implementation to be largely untested.
On windows, including mingw, poll() is not available, but we have a
special case implementation for windows anyway.
Author: Andres Freund
Discussion: https://postgr.es/m/20170420003611.7r2sdvehesdyiz2i@alap3.anarazel.de
Diffstat (limited to 'contrib/postgres_fdw/postgres_fdw.h')
0 files changed, 0 insertions, 0 deletions