diff options
author | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2015-06-20 11:45:58 -0300 |
---|---|---|
committer | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2015-06-20 11:45:58 -0300 |
commit | ab232db2c2ce3e58ded053f351cef4773523f498 (patch) | |
tree | a9dc523d547ba384b7d2ac7f56afbc925aa0fa05 | |
parent | 41acde2df6d537569f497afaa7316333457e10e8 (diff) |
Fix thinko in comment (launcher -> worker)
-rw-r--r-- | src/backend/postmaster/autovacuum.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/postmaster/autovacuum.c b/src/backend/postmaster/autovacuum.c index 9cf11910583..ad8c2bba34b 100644 --- a/src/backend/postmaster/autovacuum.c +++ b/src/backend/postmaster/autovacuum.c @@ -680,8 +680,8 @@ AutoVacLauncherMain(int argc, char *argv[]) /* * There are some conditions that we need to check before trying to - * start a launcher. First, we need to make sure that there is a - * launcher slot available. Second, we need to make sure that no + * start a worker. First, we need to make sure that there is a + * worker slot available. Second, we need to make sure that no * other worker failed while starting up. */ |