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

Commit b824576

Browse files
committed
Re-upper case CHECKPOINT_SEGMENTS.
1 parent cac43ae commit b824576

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/postmaster/postmaster.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
*
3838
*
3939
* IDENTIFICATION
40-
* $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.342 2003/09/04 00:36:46 momjian Exp $
40+
* $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.343 2003/09/04 03:38:55 momjian Exp $
4141
*
4242
* NOTES
4343
*
@@ -2609,7 +2609,7 @@ sigusr1_handler(SIGNAL_ARGS)
26092609
ereport(LOG,
26102610
(errmsg("checkpoints are occurring too frequently (%d seconds apart)",
26112611
elapsed_secs),
2612-
errhint("Consider increasing 'checkpoint_segments'.")));
2612+
errhint("Consider increasing CHECKPOINT_SEGMENTS.")));
26132613
}
26142614
LastSignalledCheckpoint = now;
26152615
}

0 commit comments

Comments
 (0)