]> granicus.if.org Git - postgresql/commit
Simplify some code in logical replication launcher
authorPeter Eisentraut <peter_e@gmx.net>
Tue, 15 Aug 2017 19:13:06 +0000 (15:13 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Tue, 15 Aug 2017 19:14:08 +0000 (15:14 -0400)
commit292d9b66e2251df4767a43d78927a614561a21d6
tree0a50f8ea0f3238445ea9bd79c3cdc3996fb9b33d
parent4e7cd035abaae16e45305417073e7009518acc61
Simplify some code in logical replication launcher

Avoid unnecessary locking calls when a subscription is disabled.

Author: Yugo Nagata <nagata@sraoss.co.jp>
src/backend/replication/logical/launcher.c