@@ -8589,7 +8589,7 @@ do_pg_start_backup(const char *backupidstr, bool fast, char **labelfile)
85898589 (errcode (ERRCODE_OBJECT_NOT_IN_PREREQUISITE_STATE ),
85908590errmsg ("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 onthe 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 ),
89398939errmsg ("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 onthe 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." )));