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 | b8839b3a74b776f94dae9852453fca98aa20032f (patch) | |
tree | 8b3826d58b4f0b7cf198740ee633f1c38a9e3ef8 | |
parent | 29722d79b820c8f8e37517e0dbd0deb3995d4986 (diff) |
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 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. */ |