Remove confusing comment about unsupported feature.
authorFujii Masao <fujii@postgresql.org>
Tue, 21 Feb 2017 17:49:42 +0000 (02:49 +0900)
committerFujii Masao <fujii@postgresql.org>
Tue, 21 Feb 2017 17:49:42 +0000 (02:49 +0900)
The initial table synchronization feature has not been supported yet,
but there was the confusing header comment about it in logical/worker.c.

src/backend/replication/logical/worker.c

index 0b19feca401fb3137b86db0a5302932fe8dc17dd..563886b7b5002e916ff301b0b6924e3bea951143 100644 (file)
@@ -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.
  *