Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 53d669e

Browse files
committed
Clarify the HINT for 'checkpoint request failed', per recent complaint
demonstrating that its intent wasn't obvious.
1 parent 3828086 commit 53d669e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/postmaster/bgwriter.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
*
3838
*
3939
* IDENTIFICATION
40-
* $PostgreSQL: pgsql/src/backend/postmaster/bgwriter.c,v 1.23 2006/03/05 15:58:35 momjian Exp $
40+
* $PostgreSQL: pgsql/src/backend/postmaster/bgwriter.c,v 1.24 2006/05/30 13:58:49 tgl Exp $
4141
*
4242
*-------------------------------------------------------------------------
4343
*/
@@ -613,7 +613,7 @@ RequestCheckpoint(bool waitforit, bool warnontime)
613613
if (bgs->ckpt_failed != old_failed)
614614
ereport(ERROR,
615615
(errmsg("checkpoint request failed"),
616-
errhint("Consult the server log for details.")));
616+
errhint("Consult recent messages in the server log for details.")));
617617
}
618618
}
619619

0 commit comments

Comments
 (0)