Skip to content
Snippets Groups Projects
Commit 53d669e5 authored by Tom Lane's avatar Tom Lane
Browse files

Clarify the HINT for 'checkpoint request failed', per recent complaint

demonstrating that its intent wasn't obvious.
parent 38280861
Branches
Tags
No related merge requests found
......@@ -37,7 +37,7 @@
*
*
* IDENTIFICATION
* $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 $
*
*-------------------------------------------------------------------------
*/
......@@ -613,7 +613,7 @@ RequestCheckpoint(bool waitforit, bool warnontime)
if (bgs->ckpt_failed != old_failed)
ereport(ERROR,
(errmsg("checkpoint request failed"),
errhint("Consult the server log for details.")));
errhint("Consult recent messages in the server log for details.")));
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment