diff options
author | Michael Paquier | 2020-04-10 02:18:39 +0000 |
---|---|---|
committer | Michael Paquier | 2020-04-10 02:18:39 +0000 |
commit | dd0f37eccecc2db5c0ffafefbf697a2c916e8bc3 (patch) | |
tree | b95a1aa4d072068633f3f022a88180780d386015 /src/backend/postmaster/bgworker.c | |
parent | e083fa34ced0d53807a57482048bb4c135c3d006 (diff) |
Fix collection of typos and grammar mistakes in the tree
This fixes some comments and documentation new as of Postgres 13.
Author: Justin Pryzby
Discussion: https://postgr.es/m/[email protected]
Diffstat (limited to 'src/backend/postmaster/bgworker.c')
-rw-r--r-- | src/backend/postmaster/bgworker.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/postmaster/bgworker.c b/src/backend/postmaster/bgworker.c index 6c684b5e12b..beb5e85434c 100644 --- a/src/backend/postmaster/bgworker.c +++ b/src/backend/postmaster/bgworker.c @@ -1149,7 +1149,7 @@ WaitForBackgroundWorkerShutdown(BackgroundWorkerHandle *handle) * Instruct the postmaster to terminate a background worker. * * Note that it's safe to do this without regard to whether the worker is - * still running, or even if the worker may already have existed and been + * still running, or even if the worker may already have exited and been * unregistered. */ void |