diff --git a/src/backend/postmaster/autovacuum.c b/src/backend/postmaster/autovacuum.c index 9cf11910583ab13ef626a9d948f0494cdcdfc087..ad8c2bba34bdeb8488e073311ec73ddc080eaf36 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. */