Skip to content

Commit 3463dac

Browse files
committed
Fix grammatical mistake in error message
1 parent bfe738d commit 3463dac

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
@@ -9418,7 +9418,7 @@ do_pg_start_backup(const char *backupidstr, bool fast, char **labelfile)
94189418
(errcode(ERRCODE_OBJECT_NOT_IN_PREREQUISITE_STATE),
94199419
errmsg("WAL generated with full_page_writes=off was replayed "
94209420
"since last restartpoint"),
9421-
errhint("This means that the backup being taken on standby "
9421+
errhint("This means that the backup being taken on the standby "
94229422
"is corrupt and should not be used. "
94239423
"Enable full_page_writes and run CHECKPOINT on the master, "
94249424
"and then try an online backup again.")));
@@ -9765,7 +9765,7 @@ do_pg_stop_backup(char *labelfile, bool waitforarchive)
97659765
(errcode(ERRCODE_OBJECT_NOT_IN_PREREQUISITE_STATE),
97669766
errmsg("WAL generated with full_page_writes=off was replayed "
97679767
"during online backup"),
9768-
errhint("This means that the backup being taken on standby "
9768+
errhint("This means that the backup being taken on the standby "
97699769
"is corrupt and should not be used. "
97709770
"Enable full_page_writes and run CHECKPOINT on the master, "
97719771
"and then try an online backup again.")));

0 commit comments

Comments
 (0)