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

Commita0bfb7b

Browse files
committed
Fix grammatical mistake in error message
1 parent343c2a8 commita0bfb7b

File tree

1 file changed

+2
-2
lines changed
  • src/backend/access/transam

1 file changed

+2
-2
lines changed

‎src/backend/access/transam/xlog.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8589,7 +8589,7 @@ do_pg_start_backup(const char *backupidstr, bool fast, char **labelfile)
85898589
(errcode(ERRCODE_OBJECT_NOT_IN_PREREQUISITE_STATE),
85908590
errmsg("WAL generated with full_page_writes=off was replayed "
85918591
"since last restartpoint"),
8592-
errhint("This means that the backup being taken on standby "
8592+
errhint("This means that the backup being taken onthestandby "
85938593
"is corrupt and should not be used. "
85948594
"Enable full_page_writes and run CHECKPOINT on the master, "
85958595
"and then try an online backup again.")));
@@ -8938,7 +8938,7 @@ do_pg_stop_backup(char *labelfile, bool waitforarchive)
89388938
(errcode(ERRCODE_OBJECT_NOT_IN_PREREQUISITE_STATE),
89398939
errmsg("WAL generated with full_page_writes=off was replayed "
89408940
"during online backup"),
8941-
errhint("This means that the backup being taken on standby "
8941+
errhint("This means that the backup being taken onthestandby "
89428942
"is corrupt and should not be used. "
89438943
"Enable full_page_writes and run CHECKPOINT on the master, "
89448944
"and then try an online backup again.")));

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp