Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adb13f2 commit cac43aeCopy full SHA for cac43ae
src/backend/postmaster/postmaster.c
@@ -37,7 +37,7 @@
37
*
38
39
* IDENTIFICATION
40
- * $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 $
41
42
* NOTES
43
@@ -2609,7 +2609,7 @@ sigusr1_handler(SIGNAL_ARGS)
2609
ereport(LOG,
2610
(errmsg("checkpoints are occurring too frequently (%d seconds apart)",
2611
elapsed_secs),
2612
- errhint("Consider increasing CHECKPOINT_SEGMENTS.")));
+ errhint("Consider increasing 'checkpoint_segments'.")));
2613
}
2614
LastSignalledCheckpoint = now;
2615
0 commit comments