Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit53d669e

Browse files
committed
Clarify the HINT for 'checkpoint request failed', per recent complaint
demonstrating that its intent wasn't obvious.
1 parent3828086 commit53d669e

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("Consultrecent messages inthe server log for details.")));
617617
}
618618
}
619619

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp