projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ac77a2
)
Fix thinko in comment (launcher -> worker)
author
Alvaro Herrera
Sat, 20 Jun 2015 14:45:59 +0000
(11:45 -0300)
committer
Alvaro Herrera
Sat, 20 Jun 2015 14:45:59 +0000
(11:45 -0300)
src/backend/postmaster/autovacuum.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/postmaster/autovacuum.c
b/src/backend/postmaster/autovacuum.c
index 682863b97a21bbc84e4fbecab903958067bc341d..02aa4eaee9df4a38aed08cb38b8130d26c14e67b 100644
(file)
--- a/
src/backend/postmaster/autovacuum.c
+++ b/
src/backend/postmaster/autovacuum.c
@@
-698,8
+698,8
@@
AutoVacLauncherMain(int argc, char *argv[])
/*
* There are some conditions that we need to check before trying to
- * start a
launch
er. First, we need to make sure that there is a
- *
launch
er slot available. Second, we need to make sure that no
+ * start a
work
er. First, we need to make sure that there is a
+ *
work
er slot available. Second, we need to make sure that no
* other worker failed while starting up.
*/