Cleanup slots during drop database

Simon Riggs <simon@2ndQuadrant.com>

Commit: ff539da31691f2cd2694360250571c5c5fb7415e
Author: Simon Riggs <simon@2ndQuadrant.com>
Date: 2017-03-28T14:05:21Z
Releases: 10.0
Cleanup slots during drop database

Automatically drop all logical replication slots associated with a
database when the database is dropped. Previously we threw an ERROR
if a slot existed. Now we throw ERROR only if a slot is active in
the database being dropped.

Craig Ringer

Files

Documentation touched