We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentf8f6e44 commitf502fc8Copy full SHA for f502fc8
src/backend/libpq/be-secure.c
@@ -180,7 +180,7 @@ secure_read(Port *port, void *ptr, size_t len)
180
/*
181
* If the postmaster has died, it's not safe to continue running,
182
* because it is the postmaster's job to kill us if some other backend
183
- *exists uncleanly. Moreover, we won't run very well in this state;
+ *exits uncleanly. Moreover, we won't run very well in this state;
184
* helper processes like walwriter and the bgwriter will exit, so
185
* performance may be poor. Finally, if we don't exit, pg_ctl will be
186
* unable to restart the postmaster without manual intervention, so no