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 3828086 commit 53d669eCopy full SHA for 53d669e
src/backend/postmaster/bgwriter.c
@@ -37,7 +37,7 @@
37
*
38
39
* IDENTIFICATION
40
- * $PostgreSQL: pgsql/src/backend/postmaster/bgwriter.c,v 1.23 2006/03/05 15:58:35 momjian Exp $
+ * $PostgreSQL: pgsql/src/backend/postmaster/bgwriter.c,v 1.24 2006/05/30 13:58:49 tgl Exp $
41
42
*-------------------------------------------------------------------------
43
*/
@@ -613,7 +613,7 @@ RequestCheckpoint(bool waitforit, bool warnontime)
613
if (bgs->ckpt_failed != old_failed)
614
ereport(ERROR,
615
(errmsg("checkpoint request failed"),
616
- errhint("Consult the server log for details.")));
+ errhint("Consult recent messages in the server log for details.")));
617
}
618
619
0 commit comments