aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2004-11-17 16:26:59 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2004-11-17 16:26:59 +0000
commit37d693033d961cf96bbbc327a9894403454911a7 (patch)
tree8c95f99ab0dc13b630de4a8fff693eed8c0c6c62 /src
parent2fa36d7e414870e5d0bec36f4fbe9fbca34f0ca5 (diff)
downloadpostgresql-37d693033d961cf96bbbc327a9894403454911a7.tar.gz
postgresql-37d693033d961cf96bbbc327a9894403454911a7.zip
Minor adjustment of message style.
Diffstat (limited to 'src')
-rw-r--r--src/backend/access/transam/xlog.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/backend/access/transam/xlog.c b/src/backend/access/transam/xlog.c
index 6b128682b6b..8a94a62d48f 100644
--- a/src/backend/access/transam/xlog.c
+++ b/src/backend/access/transam/xlog.c
@@ -7,7 +7,7 @@
* Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/backend/access/transam/xlog.c,v 1.177 2004/11/17 02:22:54 neilc Exp $
+ * $PostgreSQL: pgsql/src/backend/access/transam/xlog.c,v 1.178 2004/11/17 16:26:59 tgl Exp $
*
*-------------------------------------------------------------------------
*/
@@ -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)));