Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 37d6930

Browse files
committed
Minor adjustment of message style.
1 parent 2fa36d7 commit 37d6930

File tree

1 file changed

+3
-3
lines changed
  • src/backend/access/transam

1 file changed

+3
-3
lines changed

src/backend/access/transam/xlog.c

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
88
* Portions Copyright (c) 1994, Regents of the University of California
99
*
10-
* $PostgreSQL: pgsql/src/backend/access/transam/xlog.c,v 1.177 2004/11/17 02:22:54 neilc Exp $
10+
* $PostgreSQL: pgsql/src/backend/access/transam/xlog.c,v 1.178 2004/11/17 16:26:59 tgl Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -5270,9 +5270,9 @@ pg_start_backup(PG_FUNCTION_ARGS)
52705270
if (!XLogArchivingActive())
52715271
ereport(ERROR,
52725272
(errcode(ERRCODE_OBJECT_NOT_IN_PREREQUISITE_STATE),
5273-
(errmsg("WAL archiving is not configured"),
5273+
(errmsg("WAL archiving is not active"),
52745274
(errhint("archive_command must be defined before "
5275-
"online backups can be safely made.")))));
5275+
"online backups can be made safely.")))));
52765276

52775277
backupidstr = DatumGetCString(DirectFunctionCall1(textout,
52785278
PointerGetDatum(backupid)));

0 commit comments

Comments
 (0)