1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-28 18:48:04 +03:00

Fix thinko in comment (launcher -> worker)

This commit is contained in:
Alvaro Herrera
2015-06-20 11:45:58 -03:00
parent 2fed5731a3
commit 4545222a6e

View File

@@ -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.
*/