Skip to content

Commit 2c652c3

Browse files
committed
Fix thinko in comment (launcher -> worker)
1 parent d68df5e commit 2c652c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/postmaster/autovacuum.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -673,8 +673,8 @@ AutoVacLauncherMain(int argc, char *argv[])
673673

674674
/*
675675
* There are some conditions that we need to check before trying to
676-
* start a launcher. First, we need to make sure that there is a
677-
* launcher slot available. Second, we need to make sure that no
676+
* start a worker. First, we need to make sure that there is a
677+
* worker slot available. Second, we need to make sure that no
678678
* other worker failed while starting up.
679679
*/
680680

0 commit comments

Comments
 (0)