Re-#include <time.h> in checkpointer.c.
authorRobert Haas <rhaas@postgresql.org>
Wed, 18 Dec 2019 18:03:41 +0000 (13:03 -0500)
committerRobert Haas <rhaas@postgresql.org>
Wed, 18 Dec 2019 18:03:41 +0000 (13:03 -0500)
commit9aafc4529f50e027f05037d993c6dd60a6cde54d
tree1a71b9e059d6032cb7d3637d3c34a75fb11966f2
parente9fd0415e6e27c8ce5f40152aa98347ca6fe4385
Re-#include <time.h> in checkpointer.c.

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