[COMMITTERS] pgsql: Be sure to release LogicalRepLauncherLock in DROP SUBSCRIPTIONc - Mailing list pgsql-committers

From Fujii Masao
Subject [COMMITTERS] pgsql: Be sure to release LogicalRepLauncherLock in DROP SUBSCRIPTIONc
Date
Msg-id E1cZiRY-0000SO-3M@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/39b8cc991fe31ee8df8b0fee467bbd9800fcc1c5

Modified Files
--------------
src/backend/commands/subscriptioncmds.c | 2 ++
1 file changed, 2 insertions(+)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: In pageinspect/hashfuncs.c,avoid crashes on alignment-picky mac
Next
From: Robert Haas
Date:
Subject: [COMMITTERS] pgsql: pgstattuple: Add pgstathashindex.