Minor adjustment of message style.
authorTom Lane <[email protected]>
Wed, 17 Nov 2004 16:26:59 +0000 (16:26 +0000)
committerTom Lane <[email protected]>
Wed, 17 Nov 2004 16:26:59 +0000 (16:26 +0000)
src/backend/access/transam/xlog.c

index 683ded7f7c741a6469adb4a5806947d62435a4d4..976ac1786ac5183345f3de1afaf37363a90d2ab8 100644 (file)
@@ -5270,9 +5270,9 @@ pg_start_backup(PG_FUNCTION_ARGS)
        if (!XLogArchivingActive())
                ereport(ERROR,
                                (errcode(ERRCODE_OBJECT_NOT_IN_PREREQUISITE_STATE),
-                                (errmsg("WAL archiving is not configured"),
+                                (errmsg("WAL archiving is not active"),
                                 (errhint("archive_command must be defined before "
-                                                 "online backups can be safely made.")))));
+                                                 "online backups can be made safely.")))));
 
        backupidstr = DatumGetCString(DirectFunctionCall1(textout,
                                                                                         PointerGetDatum(backupid)));