Skip to content

Commit f502fc8

Browse files
committed
Fix typo
Backends don't typically exist uncleanly, but they can certainly exit uncleanly, and it's exiting uncleanly that's being discussed here.
1 parent f8f6e44 commit f502fc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/libpq/be-secure.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ secure_read(Port *port, void *ptr, size_t len)
180180
/*
181181
* If the postmaster has died, it's not safe to continue running,
182182
* 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;
183+
* exits uncleanly. Moreover, we won't run very well in this state;
184184
* helper processes like walwriter and the bgwriter will exit, so
185185
* performance may be poor. Finally, if we don't exit, pg_ctl will be
186186
* unable to restart the postmaster without manual intervention, so no

0 commit comments

Comments
 (0)