mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Rewrite maybe_reread_subscription() comment
One sentence was gramatically wrong, but also too terse. Expand on it.
This commit is contained in:
@ -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
|
void
|
||||||
maybe_reread_subscription(void)
|
maybe_reread_subscription(void)
|
||||||
|
Reference in New Issue
Block a user