From: Alvaro Herrera <alvherre@alvh.no-ip.org>
Date: Sat, 20 Jun 2015 14:45:58 +0000 (-0300)
Subject: Fix thinko in comment (launcher -> worker)
X-Git-Tag: REL9_0_23~93
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2c652c3fa5346c2fad2bdbed31720327a1f713a3;p=postgresql

Fix thinko in comment (launcher -> worker)
---

diff --git a/src/backend/postmaster/autovacuum.c b/src/backend/postmaster/autovacuum.c
index 56494ce5dc..b88341125b 100644
--- a/src/backend/postmaster/autovacuum.c
+++ b/src/backend/postmaster/autovacuum.c
@@ -673,8 +673,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.
 		 */