projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
313ed1e
)
is now needed here, for INT_MAX. Per Michael Fuhr.
author
Tom Lane
Mon, 10 Oct 2005 01:34:00 +0000
(
01:34
+0000)
committer
Tom Lane
Mon, 10 Oct 2005 01:34:00 +0000
(
01:34
+0000)
src/interfaces/ecpg/pgtypeslib/timestamp.c
patch
|
blob
|
blame
|
history
diff --git
a/src/interfaces/ecpg/pgtypeslib/timestamp.c
b/src/interfaces/ecpg/pgtypeslib/timestamp.c
index 5b7928b182eb528c808618c535049911328f081b..ad40a2903c95bab5204fee23480d1d245c0e09e3 100644
(file)
--- a/
src/interfaces/ecpg/pgtypeslib/timestamp.c
+++ b/
src/interfaces/ecpg/pgtypeslib/timestamp.c
@@
-1,6
+1,8
@@
#include "postgres_fe.h"
+
#include
#include
+#include
#include
#ifdef __FAST_MATH__