projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e9fd041
)
Re-#include <time.h> in checkpointer.c.
author
Robert Haas
<rhaas@postgresql.org>
Wed, 18 Dec 2019 18:03:41 +0000
(13:03 -0500)
committer
Robert Haas
<rhaas@postgresql.org>
Wed, 18 Dec 2019 18:03:41 +0000
(13:03 -0500)
Commit
7dbfea3c455e83a77213a92b9dfdc1c0577441ea
thought it could get
away with removing this, but Thomas Munro reports, on behalf of the
buildfarm, that it's still needed at least on Windows to avoid
compiler warnings.
src/backend/postmaster/checkpointer.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/postmaster/checkpointer.c
b/src/backend/postmaster/checkpointer.c
index df527ac0215fc7c39c0816da3913a50bd3bc43ce..014b9e5289ceaa3af5b513bb531974dd05d79998 100644
(file)
--- a/
src/backend/postmaster/checkpointer.c
+++ b/
src/backend/postmaster/checkpointer.c
@@
-37,6
+37,7
@@
#include "postgres.h"
#include <sys/time.h>
+#include <time.h>
#include "access/xlog.h"
#include "access/xlog_internal.h"