]> granicus.if.org Git - postgresql/commit
Fix connection leak in DROP SUBSCRIPTION command.
authorFujii Masao <fujii@postgresql.org>
Tue, 21 Feb 2017 18:36:02 +0000 (03:36 +0900)
committerFujii Masao <fujii@postgresql.org>
Tue, 21 Feb 2017 18:36:02 +0000 (03:36 +0900)
commit898a792eb8283e31efc0b6fcbc03bbcd5f7df667
treefd229310ec480ed42de6d358af1068219820fe26
parent1d04a59be31bf004b880226be0e3fe84acff2815
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.
src/backend/commands/subscriptioncmds.c