We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59fb29c commit e66576eCopy full SHA for e66576e
src/backend/postmaster/autovacuum.c
@@ -55,7 +55,7 @@
55
*
56
57
* IDENTIFICATION
58
- * $PostgreSQL: pgsql/src/backend/postmaster/autovacuum.c,v 1.96 2009/06/09 16:41:02 alvherre Exp $
+ * $PostgreSQL: pgsql/src/backend/postmaster/autovacuum.c,v 1.97 2009/06/09 19:36:28 alvherre Exp $
59
60
*-------------------------------------------------------------------------
61
*/
@@ -123,7 +123,7 @@ int Log_autovacuum_min_duration = -1;
123
/* how long to keep pgstat data in the launcher, in milliseconds */
124
#define STATS_READ_DELAY 1000
125
126
-/* the minimum allowed time between two awakening of the launcher */
+/* the minimum allowed time between two awakenings of the launcher */
127
#define MIN_AUTOVAC_SLEEPTIME 100.0 /* milliseconds */
128
129
/* Flags to tell if we are in an autovacuum process */
0 commit comments