mirror of
https://github.com/postgres/postgres.git
synced 2026-02-27 11:50:33 -05:00
Lowercase CHECKPOINT_SEGMENTS.
This commit is contained in:
parent
adb13f231b
commit
cac43aefd8
1 changed files with 2 additions and 2 deletions
|
|
@ -37,7 +37,7 @@
|
|||
*
|
||||
*
|
||||
* 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
|
||||
*
|
||||
|
|
@ -2609,7 +2609,7 @@ sigusr1_handler(SIGNAL_ARGS)
|
|||
ereport(LOG,
|
||||
(errmsg("checkpoints are occurring too frequently (%d seconds apart)",
|
||||
elapsed_secs),
|
||||
errhint("Consider increasing CHECKPOINT_SEGMENTS.")));
|
||||
errhint("Consider increasing 'checkpoint_segments'.")));
|
||||
}
|
||||
LastSignalledCheckpoint = now;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue