Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit e66576e

Browse files
committed
Fix typo, per Tom
1 parent 59fb29c commit e66576e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/postmaster/autovacuum.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
*
5656
*
5757
* 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 $
5959
*
6060
*-------------------------------------------------------------------------
6161
*/
@@ -123,7 +123,7 @@ int Log_autovacuum_min_duration = -1;
123123
/* how long to keep pgstat data in the launcher, in milliseconds */
124124
#define STATS_READ_DELAY 1000
125125

126-
/* the minimum allowed time between two awakening of the launcher */
126+
/* the minimum allowed time between two awakenings of the launcher */
127127
#define MIN_AUTOVAC_SLEEPTIME 100.0 /* milliseconds */
128128

129129
/* Flags to tell if we are in an autovacuum process */

0 commit comments

Comments
 (0)