mirror of
https://github.com/postgres/postgres.git
synced 2026-01-05 23:38:41 +03: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