projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3fc2bf
)
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 9f531f25faafcdad6a194a73376807229a934650..69f657b5174943d38edb8859f22545dbd5d1f9b1 100644
(file)
--- a/
src/bin/psql/print.c
+++ b/
src/bin/psql/print.c
@@
-3,10
+3,11
@@
*
* Copyright (c) 2000-2008, PostgreSQL Global Development Group
*
- * $PostgreSQL: pgsql/src/bin/psql/print.c,v 1.10
2 2008/05/16 16:59:05 momjian
Exp $
+ * $PostgreSQL: pgsql/src/bin/psql/print.c,v 1.10
3 2008/05/16 18:35:38 tgl
Exp $
*/
#include "postgres_fe.h"
+#include <limits.h>
#include <math.h>
#include <signal.h>
#include <unistd.h>