@@ -8589,7 +8589,7 @@ do_pg_start_backup(const char *backupidstr, bool fast, char **labelfile)
8589
8589
(errcode (ERRCODE_OBJECT_NOT_IN_PREREQUISITE_STATE ),
8590
8590
errmsg ("WAL generated with full_page_writes=off was replayed "
8591
8591
"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 "
8593
8593
"is corrupt and should not be used. "
8594
8594
"Enable full_page_writes and run CHECKPOINT on the master, "
8595
8595
"and then try an online backup again." )));
@@ -8938,7 +8938,7 @@ do_pg_stop_backup(char *labelfile, bool waitforarchive)
8938
8938
(errcode (ERRCODE_OBJECT_NOT_IN_PREREQUISITE_STATE ),
8939
8939
errmsg ("WAL generated with full_page_writes=off was replayed "
8940
8940
"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 "
8942
8942
"is corrupt and should not be used. "
8943
8943
"Enable full_page_writes and run CHECKPOINT on the master, "
8944
8944
"and then try an online backup again." )));