projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c68b5ef
)
Fix inclusions in pgbench.c.
author
Tom Lane
<tgl@sss.pgh.pa.us>
Sun, 17 Mar 2013 18:18:33 +0000
(14:18 -0400)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Sun, 17 Mar 2013 18:18:33 +0000
(14:18 -0400)
Apparently this was depending on pqsignal.h for <signal.h>.
Not sure why I didn't see the failure on my other machine.
contrib/pgbench/pgbench.c
patch
|
blob
|
blame
|
history
diff --git
a/contrib/pgbench/pgbench.c
b/contrib/pgbench/pgbench.c
index 8deabe4a5a8387ab433a1bf42b87c69223ee1872..bc01f0735160eef90a8d12e3c812eed0d76447b9 100644
(file)
--- a/
contrib/pgbench/pgbench.c
+++ b/
contrib/pgbench/pgbench.c
@@
-39,6
+39,7
@@
#include <ctype.h>
#include <math.h>
+#include <signal.h>
#ifndef WIN32
#include <sys/time.h>