pgsql: Re-#include <time.h> in checkpointer.c.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Re-#include <time.h> in checkpointer.c.
Date: 2019-12-18 18:10:50
Message-ID: E1ihdmc-0004As-Au@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/9aafc4529f50e027f05037d993c6dd60a6cde54d

Modified Files
--------------
src/backend/postmaster/checkpointer.c | 1 +
1 file changed, 1 insertion(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2019-12-18 18:11:00 Re: pgsql: Partially deduplicate interrupt handling for background processe
Previous Message Robert Haas 2019-12-18 16:12:57 pgsql: Move heap-specific detoasting logic into a separate function.