Re: Allow interrupts on waiting standby

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Simon Riggs <simon(at)2ndquadrant(dot)com>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Allow interrupts on waiting standby
Date: 2017-01-26 17:24:44
Message-ID: CA+TgmoZjpaArMPmw13UZVGY8J-qbzDnOyhopZ7u3k-XcYaU9dA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Jan 26, 2017 at 7:18 AM, Simon Riggs <simon(at)2ndquadrant(dot)com> wrote:
> Currently a waiting standby doesn't allow interrupts.
>
> Patch implements that.
>
> Barring objection, patching today with backpatches.

"today" is a little quick, but the patch looks fine. I doubt anyone's
going to screech too loud about adding a CHECK_FOR_INTERRUPTS() call.

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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2017-01-26 17:27:07 Re: Patch: Write Amplification Reduction Method (WARM)
Previous Message Robert Haas 2017-01-26 17:21:08 Re: [PATCH] Rename pg_switch_xlog to pg_switch_wal