Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 0f65b6c

Browse files
committed
Fix thinko in comment (launcher -> worker)
1 parent 5ac77a2 commit 0f65b6c

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

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

0 commit comments

Comments
 (0)