<sys/select.h> is in SUSv3 and every targeted Unix system has it.
Provide an empty header in src/include/port/win32 so that we can
include it unguarded even on Windows.
Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>
Discussion: https://postgr.es/m/CA%2BhUKG%2BL_3brvh%3D8e0BW_VfX9h7MtwgN%3DnFHP5o7X2oZucY9dg%40mail.gmail.com
fi
-for ac_header in atomic.h copyfile.h execinfo.h getopt.h ifaddrs.h langinfo.h mbarrier.h net/if.h netinet/tcp.h sys/epoll.h sys/event.h sys/ipc.h sys/personality.h sys/prctl.h sys/procctl.h sys/resource.h sys/select.h sys/sem.h sys/shm.h sys/signalfd.h sys/sockio.h sys/ucred.h termios.h ucred.h
+for ac_header in atomic.h copyfile.h execinfo.h getopt.h ifaddrs.h langinfo.h mbarrier.h net/if.h netinet/tcp.h sys/epoll.h sys/event.h sys/ipc.h sys/personality.h sys/prctl.h sys/procctl.h sys/resource.h sys/sem.h sys/shm.h sys/signalfd.h sys/sockio.h sys/ucred.h termios.h ucred.h
do :
as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
sys/prctl.h
sys/procctl.h
sys/resource.h
- sys/select.h
sys/sem.h
sys/shm.h
sys/signalfd.h
#include <stdlib.h>
#include <string.h>
#include <errno.h>
+#include <sys/select.h>
#include <sys/time.h>
#include <sys/types.h>
-#ifdef HAVE_SYS_SELECT_H
-#include <sys/select.h>
-#endif
#include "libpq-fe.h"
#include "postgres.h"
#include <sys/param.h>
+#include <sys/select.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <pwd.h>
#include <unistd.h>
-#ifdef HAVE_SYS_SELECT_H
-#include <sys/select.h>
-#endif
#include "commands/user.h"
#include "common/ip.h"
#include <time.h>
#include <sys/wait.h>
#include <ctype.h>
+#include <sys/select.h>
#include <sys/stat.h>
#include <sys/socket.h>
#include <fcntl.h>
#include <netdb.h>
#include <limits.h>
-#ifdef HAVE_SYS_SELECT_H
-#include <sys/select.h>
-#endif
-
#ifdef USE_BONJOUR
#include <dns_sd.h>
#endif
#include <limits.h>
#include <signal.h>
#include <unistd.h>
-#include <sys/socket.h>
-#ifdef HAVE_SYS_SELECT_H
#include <sys/select.h>
-#endif
+#include <sys/socket.h>
#ifdef HAVE_SYS_RESOURCE_H
#include <sys/time.h>
#include <sys/resource.h>
#include <unistd.h>
#include <dirent.h>
#include <limits.h>
+#include <sys/select.h>
#include <sys/stat.h>
#include <sys/wait.h>
#include <signal.h>
#include <time.h>
-#ifdef HAVE_SYS_SELECT_H
-#include <sys/select.h>
-#endif
#ifdef HAVE_LIBZ
#include <zlib.h>
#endif
#include <dirent.h>
#include <limits.h>
+#include <sys/select.h>
#include <sys/stat.h>
#include <unistd.h>
-#ifdef HAVE_SYS_SELECT_H
-#include <sys/select.h>
-#endif
#include "access/xlog_internal.h"
#include "common/fe_memutils.h"
#include "postgres_fe.h"
+#include <sys/select.h>
#include <sys/stat.h>
#include <unistd.h>
-#ifdef HAVE_SYS_SELECT_H
-#include <sys/select.h>
-#endif
#include "access/xlog_internal.h"
#include "common/file_utils.h"
#include "postgres_fe.h"
#ifndef WIN32
+#include <sys/select.h>
#include <sys/wait.h>
#include <signal.h>
#include <unistd.h>
#include <fcntl.h>
#endif
-#ifdef HAVE_SYS_SELECT_H
-#include <sys/select.h>
-#endif
#include "fe_utils/string_utils.h"
#include "parallel.h"
#endif
#else /* no ppoll(), so use select() */
#define POLL_USING_SELECT
-#ifdef HAVE_SYS_SELECT_H
#include <sys/select.h>
#endif
-#endif
#include "common/int.h"
#include "common/logging.h"
#include "postgres_fe.h"
-#ifdef HAVE_SYS_SELECT_H
#include <sys/select.h>
-#endif
#include "common/logging.h"
#include "fe_utils/cancel.h"
/* Define to 1 if you have the <sys/resource.h> header file. */
#undef HAVE_SYS_RESOURCE_H
-/* Define to 1 if you have the <sys/select.h> header file. */
-#undef HAVE_SYS_SELECT_H
-
/* Define to 1 if you have the <sys/sem.h> header file. */
#undef HAVE_SYS_SEM_H
--- /dev/null
+/*
+ * src/include/port/win32/sys/select.h
+ */
#include "win32.h"
#else
#include <unistd.h>
+#include <sys/select.h>
#include <sys/time.h>
#endif
#ifdef HAVE_POLL_H
#include <poll.h>
#endif
-#ifdef HAVE_SYS_SELECT_H
-#include <sys/select.h>
-#endif
#include "libpq-fe.h"
#include "libpq-int.h"
#include "c.h"
#include <unistd.h>
-#include <sys/time.h>
-#ifdef HAVE_SYS_SELECT_H
#include <sys/select.h>
-#endif
+#include <sys/time.h>
/*
* In a Windows backend, we don't use this implementation, but rather
#include <stdlib.h>
#include <string.h>
#include <errno.h>
+#include <sys/select.h>
#include <sys/time.h>
#include <sys/types.h>
-#ifdef HAVE_SYS_SELECT_H
-#include <sys/select.h>
-#endif
#include "libpq-fe.h"
#include "postgres_fe.h"
-#include <sys/time.h>
-#ifdef HAVE_SYS_SELECT_H
#include <sys/select.h>
-#endif
+#include <sys/time.h>
#include "datatype/timestamp.h"
#include "isolationtester.h"
#include "postgres_fe.h"
-#include <sys/time.h>
-#ifdef HAVE_SYS_SELECT_H
#include <sys/select.h>
-#endif
+#include <sys/time.h>
#include "catalog/pg_type_d.h"
#include "common/fe_memutils.h"
HAVE_SYS_PRCTL_H => undef,
HAVE_SYS_PROCCTL_H => undef,
HAVE_SYS_RESOURCE_H => undef,
- HAVE_SYS_SELECT_H => undef,
HAVE_SYS_SEM_H => undef,
HAVE_SYS_SHM_H => undef,
HAVE_SYS_SIGNALFD_H => undef,