Re: pgsql: Partially deduplicate interrupt handling for background processe

From: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>
To: Robert Haas <rhaas(at)postgresql(dot)org>
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 08:16:43
Message-ID: CA+hUKGLUMvszL+biEiRm4-aO_2H049tjV64fRs0w695muZDtrg@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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).

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2019-12-18 10:13:38 Re: pgsql: Refactor attribute mappings used in logical tuple conversion
Previous Message Michael Paquier 2019-12-18 08:15:14 Re: pgsql: Refactor attribute mappings used in logical tuple conversion