Re: pgsql: Partially deduplicate interrupt handling for background processe

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>
Cc: pgsql-committers <pgsql-committers(at)lists(dot)postgresql(dot)org>
Subject: Re: pgsql: Partially deduplicate interrupt handling for background processe
Date: 2019-12-18 18:11:00
Message-ID: CA+TgmoYUjLmxkoJ=UphzTFEnnhHmUwSxCMZ3ok2Y4mtEwzC+Tg@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On Wed, Dec 18, 2019 at 3:17 AM Thomas Munro <thomas(dot)munro(at)gmail(dot)com> wrote:
> On Wed, Dec 18, 2019 at 7:18 AM Robert Haas <rhaas(at)postgresql(dot)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

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Langote 2019-12-19 01:23:32 Re: pgsql: Refactor attribute mappings used in logical tuple conversion
Previous Message Robert Haas 2019-12-18 18:10:50 pgsql: Re-#include <time.h> in checkpointer.c.