mirror of
https://github.com/postgres/postgres.git
synced 2025-11-22 00:10:07 -05:00
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