aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/backend/replication/logical/worker.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/backend/replication/logical/worker.c b/src/backend/replication/logical/worker.c
index 0b19feca401..563886b7b50 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.
*