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

Commit 3c400a3

Browse files
committed
Fix thinko in comment (launcher -> worker)
1 parent 48913db commit 3c400a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/postmaster/autovacuum.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -669,8 +669,8 @@ AutoVacLauncherMain(int argc, char *argv[])
669669

670670
/*
671671
* There are some conditions that we need to check before trying to
672-
* start a launcher. First, we need to make sure that there is a
673-
* launcher slot available. Second, we need to make sure that no
672+
* start a worker. First, we need to make sure that there is a
673+
* worker slot available. Second, we need to make sure that no
674674
* other worker failed while starting up.
675675
*/
676676

0 commit comments

Comments
 (0)