|
7 | 7 | * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group |
8 | 8 | * Portions Copyright (c) 1994, Regents of the University of California |
9 | 9 | * |
10 | | - * $PostgreSQL: pgsql/src/backend/access/transam/xlog.c,v 1.177 2004/11/1702:22:54 neilc Exp $ |
| 10 | + * $PostgreSQL: pgsql/src/backend/access/transam/xlog.c,v 1.178 2004/11/1716:26:59 tgl Exp $ |
11 | 11 | * |
12 | 12 | *------------------------------------------------------------------------- |
13 | 13 | */ |
@@ -5270,9 +5270,9 @@ pg_start_backup(PG_FUNCTION_ARGS) |
5270 | 5270 | if (!XLogArchivingActive()) |
5271 | 5271 | ereport(ERROR, |
5272 | 5272 | (errcode(ERRCODE_OBJECT_NOT_IN_PREREQUISITE_STATE), |
5273 | | - (errmsg("WAL archiving is notconfigured"), |
| 5273 | + (errmsg("WAL archiving is notactive"), |
5274 | 5274 | (errhint("archive_command must be defined before " |
5275 | | -"online backups can besafelymade."))))); |
| 5275 | +"online backups can be made safely."))))); |
5276 | 5276 |
|
5277 | 5277 | backupidstr=DatumGetCString(DirectFunctionCall1(textout, |
5278 | 5278 | PointerGetDatum(backupid))); |
|