projects
/
users
/
simon
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c3356a
)
Fix typo, per Tom
author
Alvaro Herrera
<
[email protected]
>
Tue, 9 Jun 2009 19:36:28 +0000
(19:36 +0000)
committer
Alvaro Herrera
<
[email protected]
>
Tue, 9 Jun 2009 19:36:28 +0000
(19:36 +0000)
src/backend/postmaster/autovacuum.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/postmaster/autovacuum.c
b/src/backend/postmaster/autovacuum.c
index 3bdb12e3b0ff9c37faef99acd3f92fbf6c1461e5..9eb9e4694c5d396c1a6de79a7973b66132ae8580 100644
(file)
--- a/
src/backend/postmaster/autovacuum.c
+++ b/
src/backend/postmaster/autovacuum.c
@@
-123,7
+123,7
@@
int Log_autovacuum_min_duration = -1;
/* how long to keep pgstat data in the launcher, in milliseconds */
#define STATS_READ_DELAY 1000
-/* the minimum allowed time between two awakening of the launcher */
+/* the minimum allowed time between two awakening
s
of the launcher */
#define MIN_AUTOVAC_SLEEPTIME 100.0 /* milliseconds */
/* Flags to tell if we are in an autovacuum process */