projects
/
pgpool2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c47ac16
)
Fix compile error when build with PostgreSQL 9.6 or 9.5.
author
Tatsuo Ishii
<ishii@postgresql.org>
Mon, 9 Jul 2018 05:59:19 +0000
(14:59 +0900)
committer
Tatsuo Ishii
<ishii@postgresql.org>
Mon, 9 Jul 2018 05:59:19 +0000
(14:59 +0900)
This prevents buildfarm from building with those PostgreSQL versions
(PostgreSQL 10 is ok).
src/sql/pgpool_adm/pgpool_adm.c
patch
|
blob
|
blame
|
history
diff --git
a/src/sql/pgpool_adm/pgpool_adm.c
b/src/sql/pgpool_adm/pgpool_adm.c
index f27aa170d5d7ee6f218e7325ab1e4d97ad331a4e..c58ee0fe4c5afb6f79e9244957527faea3b44b38 100644
(file)
--- a/
src/sql/pgpool_adm/pgpool_adm.c
+++ b/
src/sql/pgpool_adm/pgpool_adm.c
@@
-28,6
+28,7
@@
#endif
#include <unistd.h>
+#include <time.h>
#include "catalog/pg_type.h"
#include "funcapi.h"