We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6088bfb commit f04b8a8Copy full SHA for f04b8a8
contrib/pgbench/pgbench.c
@@ -1,5 +1,5 @@
1
/*
2
- * $PostgreSQL: pgsql/contrib/pgbench/pgbench.c,v 1.72 2007/09/27 20:39:43 tgl Exp $
+ * $PostgreSQL: pgsql/contrib/pgbench/pgbench.c,v 1.73 2007/10/22 10:40:47 mha Exp $
3
*
4
* pgbench: a simple benchmark program for PostgreSQL
5
* written by Tatsuo Ishii
@@ -24,6 +24,8 @@
24
#include <ctype.h>
25
26
#ifdef WIN32
27
+#undef FD_SETSIZE
28
+#define FD_SETSIZE 1024
29
#include <win32.h>
30
#else
31
#include <sys/time.h>
0 commit comments