@@ -9418,7 +9418,7 @@ do_pg_start_backup(const char *backupidstr, bool fast, char **labelfile)
9418
9418
(errcode (ERRCODE_OBJECT_NOT_IN_PREREQUISITE_STATE ),
9419
9419
errmsg ("WAL generated with full_page_writes=off was replayed "
9420
9420
"since last restartpoint" ),
9421
- errhint ("This means that the backup being taken on standby "
9421
+ errhint ("This means that the backup being taken onthe standby "
9422
9422
"is corrupt and should not be used. "
9423
9423
"Enable full_page_writes and run CHECKPOINT on the master, "
9424
9424
"and then try an online backup again." )));
@@ -9765,7 +9765,7 @@ do_pg_stop_backup(char *labelfile, bool waitforarchive)
9765
9765
(errcode (ERRCODE_OBJECT_NOT_IN_PREREQUISITE_STATE ),
9766
9766
errmsg ("WAL generated with full_page_writes=off was replayed "
9767
9767
"during online backup" ),
9768
- errhint ("This means that the backup being taken on standby "
9768
+ errhint ("This means that the backup being taken onthe standby "
9769
9769
"is corrupt and should not be used. "
9770
9770
"Enable full_page_writes and run CHECKPOINT on the master, "
9771
9771
"and then try an online backup again." )));