mirror of
https://github.com/postgres/postgres.git
synced 2026-06-13 18:50:17 -04:00
Clarify the HINT for 'checkpoint request failed', per recent complaint
demonstrating that its intent wasn't obvious.
This commit is contained in:
parent
382808612c
commit
53d669e5c6
1 changed files with 2 additions and 2 deletions
|
|
@ -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.")));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue