]> granicus.if.org Git - postgresql/commit
Be sure to release LogicalRepLauncherLock in DROP SUBSCRIPTION command.
authorFujii Masao <fujii@postgresql.org>
Fri, 3 Feb 2017 18:18:13 +0000 (03:18 +0900)
committerFujii Masao <fujii@postgresql.org>
Fri, 3 Feb 2017 18:18:13 +0000 (03:18 +0900)
commit39b8cc991fe31ee8df8b0fee467bbd9800fcc1c5
treee9e9295fedf0e50008279a01daa3e4f16bd895a8
parent14e9b18fed289e483ed28daec60fdab95da9cc48
Be sure to release LogicalRepLauncherLock in DROP SUBSCRIPTION command.

Previously DROP SUBSCRIPTION command forgot to release the lock at all.

Original patches by Kyotaro Horiguchi and Michael Paquier,
but I didn't use them.
Discussion: http://postgr.es/m/20170201.173623.66249355.horiguchi.kyotaro@lab.ntt.co.jp
src/backend/commands/subscriptioncmds.c