pgsql: Re-#include in checkpointer.c. - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Re-#include in checkpointer.c.
Date
Msg-id E1ihdmc-0004As-Au@gemulon.postgresql.org
Whole thread Raw
List 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(+)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Move heap-specific detoasting logic into a separate function.
Next
From: Robert Haas
Date:
Subject: Re: pgsql: Partially deduplicate interrupt handling for background processe