mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-24 18:55:04 +08:00
Re-upper case CHECKPOINT_SEGMENTS.
This commit is contained in:
parent
cac43aefd8
commit
b8245766ab
@ -37,7 +37,7 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.342 2003/09/04 00:36:46 momjian Exp $
|
||||
* $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.343 2003/09/04 03:38:55 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 New Issue
Block a user