projects
/
users
/
simon
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e4bfd0
)
Recent patch doesn't compile without <limits.h>
author
Tom Lane
<tgl@sss.pgh.pa.us>
Fri, 16 May 2008 18:35:38 +0000
(18:35 +0000)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Fri, 16 May 2008 18:35:38 +0000
(18:35 +0000)
src/bin/psql/print.c
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/psql/print.c
b/src/bin/psql/print.c
index 603810926d3b8b81479b49e5b51d93cf732b9246..854a051a772d3cbcf825dd64c25672b407d1e859 100644
(file)
--- a/
src/bin/psql/print.c
+++ b/
src/bin/psql/print.c
@@
-7,6
+7,7
@@
*/
#include "postgres_fe.h"
+#include <limits.h>
#include <math.h>
#include <signal.h>
#include <unistd.h>