projects
/
postgresql-pgindent.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b2c64f5
)
Add missing #include.
author
Tom Lane
<
[email protected]
>
Thu, 4 Jun 2020 21:57:19 +0000
(17:57 -0400)
committer
Tom Lane
<
[email protected]
>
Thu, 4 Jun 2020 21:57:19 +0000
(17:57 -0400)
Oversight in
b2c64f571
(the later branches already have this).
Per buildfarm.
src/include/utils/date.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/utils/date.h
b/src/include/utils/date.h
index d1c34b2caf1e549392122913ebb07ca4912ee2ca..064951be3e342f9555edcc0029b6e1ac7e2a7ed3 100644
(file)
--- a/
src/include/utils/date.h
+++ b/
src/include/utils/date.h
@@
-17,7
+17,7
@@
#include <math.h>
#include "fmgr.h"
-
+#include "datatype/timestamp.h"
typedef int32 DateADT;