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 cac43ae commit b824576Copy full SHA for b824576
src/backend/postmaster/postmaster.c
@@ -37,7 +37,7 @@
37
*
38
39
* IDENTIFICATION
40
- * $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 $
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