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 | 3c400a3f2bf4bb93a60cefc09416d37fc3dab8ed (patch) | |
tree | bfdad063129cd8d995f952309adeb3ab8f72ba71 | |
parent | 48913db887e6a41fa3f1b6cdf80ee89e38f21d9d (diff) | |
download | postgresql-3c400a3f2bf4bb93a60cefc09416d37fc3dab8ed.tar.gz postgresql-3c400a3f2bf4bb93a60cefc09416d37fc3dab8ed.zip |
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 45d00abed46..94e748eb117 100644 --- a/src/backend/postmaster/autovacuum.c +++ b/src/backend/postmaster/autovacuum.c @@ -669,8 +669,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. */ |