Skip to content

Commit a0bfb7b

Browse files
committed
Fix grammatical mistake in error message
1 parent 343c2a8 commit a0bfb7b

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

+2-2
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 on the standby "
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 on the standby "
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)