summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlvaro Herrera <alvherre@alvh.no-ip.org>2015-06-20 11:45:58 -0300
committerAlvaro Herrera <alvherre@alvh.no-ip.org>2015-06-20 11:45:58 -0300
commit4545222a6eb1173ae572aaa3f381356188bbc34c (patch)
treeaee9a1a2302262bb60d812cf7c7847aab9f9c50e /src
parent2fed5731a39643ddbf9e9127a75664dfd4b21877 (diff)
Fix thinko in comment (launcher -> worker)
Diffstat (limited to 'src')
-rw-r--r--src/backend/postmaster/autovacuum.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/postmaster/autovacuum.c b/src/backend/postmaster/autovacuum.c
index e31d454d019..5ae0078b86e 100644
--- a/src/backend/postmaster/autovacuum.c
+++ b/src/backend/postmaster/autovacuum.c
@@ -694,8 +694,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.
*/