File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 55
55
*
56
56
*
57
57
* IDENTIFICATION
58
- * $PostgreSQL: pgsql/src/backend/postmaster/autovacuum.c,v 1.96 2009/06/09 16:41:02 alvherre Exp $
58
+ * $PostgreSQL: pgsql/src/backend/postmaster/autovacuum.c,v 1.97 2009/06/09 19:36:28 alvherre Exp $
59
59
*
60
60
*-------------------------------------------------------------------------
61
61
*/
@@ -123,7 +123,7 @@ int Log_autovacuum_min_duration = -1;
123
123
/* how long to keep pgstat data in the launcher, in milliseconds */
124
124
#define STATS_READ_DELAY 1000
125
125
126
- /* the minimum allowed time between two awakening of the launcher */
126
+ /* the minimum allowed time between two awakenings of the launcher */
127
127
#define MIN_AUTOVAC_SLEEPTIME 100.0 /* milliseconds */
128
128
129
129
/* Flags to tell if we are in an autovacuum process */
You can’t perform that action at this time.
0 commit comments