Commit cac43aef authored by Bruce Momjian's avatar Bruce Momjian

Lowercase CHECKPOINT_SEGMENTS.

parent adb13f23
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
* *
* *
* IDENTIFICATION * IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.341 2003/08/12 18:23:20 tgl Exp $ * $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.342 2003/09/04 00:36:46 momjian Exp $
* *
* NOTES * NOTES
* *
...@@ -2609,7 +2609,7 @@ sigusr1_handler(SIGNAL_ARGS) ...@@ -2609,7 +2609,7 @@ sigusr1_handler(SIGNAL_ARGS)
ereport(LOG, ereport(LOG,
(errmsg("checkpoints are occurring too frequently (%d seconds apart)", (errmsg("checkpoints are occurring too frequently (%d seconds apart)",
elapsed_secs), elapsed_secs),
errhint("Consider increasing CHECKPOINT_SEGMENTS."))); errhint("Consider increasing 'checkpoint_segments'.")));
} }
LastSignalledCheckpoint = now; LastSignalledCheckpoint = now;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment