Skip to content

Commit b8839b3

Browse files
committed
Fix thinko in comment (launcher -> worker)
1 parent 29722d7 commit b8839b3

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
@@ -697,8 +697,8 @@ AutoVacLauncherMain(int argc, char *argv[])
697697

698698
/*
699699
* There are some conditions that we need to check before trying to
700-
* start a launcher. First, we need to make sure that there is a
701-
* launcher slot available. Second, we need to make sure that no
700+
* start a worker. First, we need to make sure that there is a
701+
* worker slot available. Second, we need to make sure that no
702702
* other worker failed while starting up.
703703
*/
704704

0 commit comments

Comments
 (0)