Commit 53d669e5 authored by Tom Lane's avatar Tom Lane

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

demonstrating that its intent wasn't obvious.
parent 38280861
......@@ -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.")));
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment