|
55 | 55 | * |
56 | 56 | * |
57 | 57 | * IDENTIFICATION |
58 | | - * $PostgreSQL: pgsql/src/backend/postmaster/autovacuum.c,v 1.96 2009/06/0916:41:02 alvherre Exp $ |
| 58 | + * $PostgreSQL: pgsql/src/backend/postmaster/autovacuum.c,v 1.97 2009/06/0919:36:28 alvherre Exp $ |
59 | 59 | * |
60 | 60 | *------------------------------------------------------------------------- |
61 | 61 | */ |
@@ -123,7 +123,7 @@ intLog_autovacuum_min_duration = -1; |
123 | 123 | /* how long to keep pgstat data in the launcher, in milliseconds */ |
124 | 124 | #defineSTATS_READ_DELAY 1000 |
125 | 125 |
|
126 | | -/* the minimum allowed time between twoawakening of the launcher */ |
| 126 | +/* the minimum allowed time between twoawakenings of the launcher */ |
127 | 127 | #defineMIN_AUTOVAC_SLEEPTIME 100.0/* milliseconds */ |
128 | 128 |
|
129 | 129 | /* Flags to tell if we are in an autovacuum process */ |
|