From: Alvaro Herrera Date: Sat, 20 Jun 2015 14:45:59 +0000 (-0300) Subject: Fix thinko in comment (launcher -> worker) X-Git-Tag: REL9_4_5~171 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b8839b3a74b776f94dae9852453fca98aa20032f;p=thirdparty%2Fpostgresql.git Fix thinko in comment (launcher -> worker) --- diff --git a/src/backend/postmaster/autovacuum.c b/src/backend/postmaster/autovacuum.c index 90dff4b0162..d7b1fd31aa4 100644 --- a/src/backend/postmaster/autovacuum.c +++ b/src/backend/postmaster/autovacuum.c @@ -697,8 +697,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. */