[HACKERS] Re: [PATCH] Fix drop replication slot blocking instead of returningerror - Mailing list pgsql-hackers

From Noah Misch
Subject [HACKERS] Re: [PATCH] Fix drop replication slot blocking instead of returningerror
Date
Msg-id 20170826080728.GC3963697@rfd.leadboat.com
Whole thread Raw
In response to [HACKERS] [PATCH] Fix drop replication slot blocking instead of returning error  (Simone Gotti <simone.gotti@gmail.com>)
Responses Re: [HACKERS] Re: [PATCH] Fix drop replication slot blocking insteadof returning error  (Alvaro Herrera <alvherre@2ndquadrant.com>)
List pgsql-hackers
On Thu, Aug 24, 2017 at 03:38:20PM +0200, Simone Gotti wrote:
> I noticed that in postgres 10beta3, calling pg_drop_replication_slot on an
> active slot will block until it's released instead of returning an error
> like
> done in pg 9.6. Since this is a change in the previous behavior and the docs
> wasn't changed I made a patch to restore the previous behavior.
> 
> Thanks,
> 
> Simone.
> 
> --
> 
> after git commit 9915de6c1cb calls to pg_drop_replication_slot or the
> replication protocol DROP_REPLICATION_SLOT command will block when a
> slot is in use instead of returning an error as before (as the doc
> states).
> 
> This patch will set nowait to true to restore the previous
> behavior.

[Action required within three days.  This is a generic notification.]

The above-described topic is currently a PostgreSQL 10 open item.  Álvaro,
since you committed the patch believed to have created it, you own this open
item.  If some other commit is more relevant or if this does not belong as a
v10 open item, please let us know.  Otherwise, please observe the policy on
open item ownership[1] and send a status update within three calendar days of
this message.  Include a date for your subsequent status update.  Testers may
discover new open items at any time, and I want to plan to get them all fixed
well in advance of shipping v10.  Consequently, I will appreciate your efforts
toward speedy resolution.  Thanks.

[1] https://www.postgresql.org/message-id/20170404140717.GA2675809%40tornado.leadboat.com



pgsql-hackers by date:

Previous
From: Pavel Stehule
Date:
Subject: Re: [HACKERS] psql - add ability to test whether a variable exists
Next
From: Michael Meskes
Date:
Subject: Re: [HACKERS] ECPG: WHENEVER statement with DO CONTINUE action