diff options
author | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2015-06-20 11:45:59 -0300 |
---|---|---|
committer | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2015-06-20 11:45:59 -0300 |
commit | 0f65b6cfce33c32edba025ce701f9a5c334371b5 (patch) | |
tree | fd6562c3e1893a46af19e69ed4ef920ad5961bf6 /src | |
parent | 5ac77a276311a7373950020973967d8d62e20d38 (diff) |
Fix thinko in comment (launcher -> worker)
Diffstat (limited to 'src')
-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 682863b97a2..02aa4eaee9d 100644 --- a/src/backend/postmaster/autovacuum.c +++ b/src/backend/postmaster/autovacuum.c @@ -698,8 +698,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. */ |