Fix typo
Backends don't typically exist uncleanly, but they can certainly exit uncleanly, and it's exiting uncleanly that's being discussed here.
This commit is contained in:
parent
f8f6e44676
commit
f502fc88b3
@ -180,7 +180,7 @@ retry:
|
|||||||
/*
|
/*
|
||||||
* If the postmaster has died, it's not safe to continue running,
|
* If the postmaster has died, it's not safe to continue running,
|
||||||
* because it is the postmaster's job to kill us if some other backend
|
* because it is the postmaster's job to kill us if some other backend
|
||||||
* exists uncleanly. Moreover, we won't run very well in this state;
|
* exits uncleanly. Moreover, we won't run very well in this state;
|
||||||
* helper processes like walwriter and the bgwriter will exit, so
|
* helper processes like walwriter and the bgwriter will exit, so
|
||||||
* performance may be poor. Finally, if we don't exit, pg_ctl will be
|
* performance may be poor. Finally, if we don't exit, pg_ctl will be
|
||||||
* unable to restart the postmaster without manual intervention, so no
|
* unable to restart the postmaster without manual intervention, so no
|
||||||
|
Loading…
x
Reference in New Issue
Block a user