Re: pgsql: Partially deduplicate interrupt handling for background processe - Mailing list pgsql-committers

From Robert Haas
Subject Re: pgsql: Partially deduplicate interrupt handling for background processe
Date
Msg-id CA+TgmoYUjLmxkoJ=UphzTFEnnhHmUwSxCMZ3ok2Y4mtEwzC+Tg@mail.gmail.com
Whole thread Raw
In response to Re: pgsql: Partially deduplicate interrupt handling for background processe  (Thomas Munro <thomas.munro@gmail.com>)
List pgsql-committers
On Wed, Dec 18, 2019 at 3:17 AM Thomas Munro <thomas.munro@gmail.com> wrote:
> On Wed, Dec 18, 2019 at 7:18 AM Robert Haas <rhaas@postgresql.org> wrote:
> > src/backend/postmaster/checkpointer.c      |  60 ++--------------
>
> -#include <time.h>
>
> I think we still need this for time() (looking at warnings on Windows
> BF members).

OK, I put it back.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Re-#include in checkpointer.c.
Next
From: Amit Langote
Date:
Subject: Re: pgsql: Refactor attribute mappings used in logical tuple conversion