Re: [PATCH] Fix drop replication slot blocking instead of returning error
Simone Gotti <simone.gotti@gmail.com>
From: Simone Gotti <simone.gotti@gmail.com>
To: Alvaro Herrera <alvherre@alvh.no-ip.org>
Cc: Craig Ringer <craig@2ndquadrant.com>, Andres Freund <andres@anarazel.de>, PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2017-09-01T14:36:23Z
Lists: pgsql-hackers
On Fri, Sep 1, 2017 at 4:31 PM, Alvaro Herrera <alvherre@alvh.no-ip.org> wrote: > > Both patches pushed, which should close the open item. Hi Alvaro, thanks a lot! Cheers, Simone. > > -- > Álvaro Herrera https://www.2ndQuadrant.com/ > PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
Commits
-
Restore behavior for replication origin drop
- f15b76a9010d 10.0 landed
- a6979c3a68e2 11.0 landed
-
Add a WAIT option to DROP_REPLICATION_SLOT
- 8ba6d50f923b 10.0 landed
- be7161566db2 11.0 landed
-
Fix race conditions in replication slot operations
- 9915de6c1cb2 10.0 cited