projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
807dd07
)
Minor adjustment of message style.
author
Tom Lane
<
[email protected]
>
Wed, 17 Nov 2004 16:26:59 +0000
(16:26 +0000)
committer
Tom Lane
<
[email protected]
>
Wed, 17 Nov 2004 16:26:59 +0000
(16:26 +0000)
src/backend/access/transam/xlog.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/access/transam/xlog.c
b/src/backend/access/transam/xlog.c
index 683ded7f7c741a6469adb4a5806947d62435a4d4..976ac1786ac5183345f3de1afaf37363a90d2ab8 100644
(file)
--- a/
src/backend/access/transam/xlog.c
+++ b/
src/backend/access/transam/xlog.c
@@
-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)));