Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 3191ecc

Browse files
committed
Rewrite maybe_reread_subscription() comment
One sentence was gramatically wrong, but also too terse. Expand on it.
1 parent fd41ba9 commit 3191ecc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/backend/replication/logical/worker.c

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3948,7 +3948,10 @@ apply_worker_exit(void)
39483948
}
39493949

39503950
/*
3951-
* Reread subscription info if needed. Most changes will be exit.
3951+
* Reread subscription info if needed.
3952+
*
3953+
* For significant changes, we react by exiting the current process; a new
3954+
* one will be launched afterwards if needed.
39523955
*/
39533956
void
39543957
maybe_reread_subscription(void)

0 commit comments

Comments
 (0)