Fix connection leak in DROP SUBSCRIPTION command.
Fujii Masao <fujii@postgresql.org>
Fix connection leak in DROP SUBSCRIPTION command. Previously the command forgot to close the connection to the publisher when it failed to drop the replication slot.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/commands/subscriptioncmds.c | modified | +4 −0 |