mirror of
https://github.com/postgres/postgres.git
synced 2026-07-15 12:51:05 -04:00
Rewrite maybe_reread_subscription() comment
One sentence was gramatically wrong, but also too terse. Expand on it.
This commit is contained in:
parent
fd41ba93e4
commit
3191eccd8a
1 changed files with 4 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue