From: Fujii Masao <fujii@postgresql.org>
Date: Tue, 21 Feb 2017 17:49:42 +0000 (+0900)
Subject: Remove confusing comment about unsupported feature.
X-Git-Tag: REL_10_BETA1~856
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d36537008a8d53853d2fda49913cb54fa6e28f94;p=postgresql

Remove confusing comment about unsupported feature.

The initial table synchronization feature has not been supported yet,
but there was the confusing header comment about it in logical/worker.c.
---

diff --git a/src/backend/replication/logical/worker.c b/src/backend/replication/logical/worker.c
index 0b19feca40..563886b7b5 100644
--- a/src/backend/replication/logical/worker.c
+++ b/src/backend/replication/logical/worker.c
@@ -15,9 +15,6 @@
  *	  launcher for every enabled subscription in a database. It uses
  *	  walsender protocol to communicate with publisher.
  *
- *	  The apply worker may spawn additional workers (sync) for initial data
- *	  synchronization of tables.
- *
  *	  This module includes server facing code and shares libpqwalreceiver
  *	  module with walreceiver for providing the libpq specific functionality.
  *