git.postgresql.org Git - postgresql.git/commitdiff

git projects / postgresql.git / commitdiff
? search:
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e9fd041)
Re-#include <time.h> in checkpointer.c.
2019年12月18日 18:03:41 +0000 (13:03 -0500)
2019年12月18日 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.


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"
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /