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 660f532 commit a8a198bCopy full SHA for a8a198b
contrib/pgbench/pgbench.c
@@ -4,7 +4,7 @@
4
* A simple benchmark program for PostgreSQL
5
* Originally written by Tatsuo Ishii and enhanced by many contributors.
6
*
7
- * $PostgreSQL: pgsql/contrib/pgbench/pgbench.c,v 1.95 2010/01/06 01:12:14 itagaki Exp $
+ * $PostgreSQL: pgsql/contrib/pgbench/pgbench.c,v 1.96 2010/01/06 01:30:03 itagaki Exp $
8
* Copyright (c) 2000-2010, PostgreSQL Global Development Group
9
* ALL RIGHTS RESERVED;
10
@@ -34,15 +34,12 @@
34
#include "postgres_fe.h"
35
36
#include "libpq-fe.h"
37
-#include "pqsignal.h"
+#include "libpq/pqsignal.h"
38
#include "portability/instr_time.h"
39
40
#include <ctype.h>
41
42
-#ifdef WIN32
43
-#include <win32.h>
44
-#else
45
-#include <signal.h>
+#ifndef WIN32
46
#include <sys/time.h>
47
#include <unistd.h>
48
#endif /* ! WIN32 */
0 commit comments