pgsql: Simplify some code in logical replication launcher

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Simplify some code in logical replication launcher
Date: 2017-08-15 19:16:40
Message-ID: E1dhhKS-0006QC-B1@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Simplify some code in logical replication launcher

Avoid unnecessary locking calls when a subscription is disabled.

Author: Yugo Nagata <nagata(at)sraoss(dot)co(dot)jp>

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/e42351ae07c19bb4eaedbdce8ccd4dfb4e905069

Modified Files
--------------
src/backend/replication/logical/launcher.c | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2017-08-15 19:38:23 pgsql: doc: Add missing logical replication protocol message
Previous Message Robert Haas 2017-08-15 19:15:39 Re: [COMMITTERS] pgsql: Simplify plpgsql's check for simple expressions.