]> granicus.if.org Git - postgresql/commitdiff
Fix grammatical mistake in error message
authorPeter Eisentraut <peter_e@gmx.net>
Fri, 21 Dec 2012 04:36:13 +0000 (23:36 -0500)
committerPeter Eisentraut <peter_e@gmx.net>
Fri, 21 Dec 2012 04:38:15 +0000 (23:38 -0500)
src/backend/access/transam/xlog.c

index 5df6063be99c43349634a2a0d4c00931b5fab9ec..ae370fb83dea9f3ef7b6003db2b19779cb69c1f6 100644 (file)
@@ -9418,7 +9418,7 @@ do_pg_start_backup(const char *backupidstr, bool fast, char **labelfile)
                                                  (errcode(ERRCODE_OBJECT_NOT_IN_PREREQUISITE_STATE),
                                                   errmsg("WAL generated with full_page_writes=off was replayed "
                                                                  "since last restartpoint"),
-                                                  errhint("This means that the backup being taken on standby "
+                                                  errhint("This means that the backup being taken on the standby "
                                                                   "is corrupt and should not be used. "
                                                                   "Enable full_page_writes and run CHECKPOINT on the master, "
                                                                   "and then try an online backup again.")));
@@ -9765,7 +9765,7 @@ do_pg_stop_backup(char *labelfile, bool waitforarchive)
                                        (errcode(ERRCODE_OBJECT_NOT_IN_PREREQUISITE_STATE),
                           errmsg("WAL generated with full_page_writes=off was replayed "
                                          "during online backup"),
-                                errhint("This means that the backup being taken on standby "
+                                errhint("This means that the backup being taken on the standby "
                                                 "is corrupt and should not be used. "
                                 "Enable full_page_writes and run CHECKPOINT on the master, "
                                                 "and then try an online backup again.")));