diff --git a/src/backend/replication/logical/worker.c b/src/backend/replication/logical/worker.c index 46d3ad566f6..9e50c880f81 100644 --- a/src/backend/replication/logical/worker.c +++ b/src/backend/replication/logical/worker.c @@ -3948,7 +3948,10 @@ apply_worker_exit(void) } /* - * Reread subscription info if needed. Most changes will be exit. + * Reread subscription info if needed. + * + * For significant changes, we react by exiting the current process; a new + * one will be launched afterwards if needed. */ void maybe_reread_subscription(void)