pgsql: Be sure to release the lock on failure to launch logical replica

From: Fujii Masao <fujii(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Be sure to release the lock on failure to launch logical replica
Date: 2017-01-24 03:41:31
Message-ID: E1cVrz9-0005Uj-4E@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Be sure to release the lock on failure to launch logical replication worker.

Petr Jelinek

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/dc82f5a6406dfef21ae1668b1c69a32c8a68c670

Modified Files
--------------
src/backend/replication/logical/launcher.c | 1 +
1 file changed, 1 insertion(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2017-01-24 03:58:53 pgsql: Mention logical replication tests in src/test/README.
Previous Message Tatsuo Ishii 2017-01-24 01:53:03 pgsql: Revert "Fix comments in StrategyNotifyBgWriter()."