Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit37d6930

Browse files
committed
Minor adjustment of message style.
1 parent2fa36d7 commit37d6930

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

Lines changed: 3 additions & 3 deletions
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/1702:22:54 neilc Exp $
10+
* $PostgreSQL: pgsql/src/backend/access/transam/xlog.c,v 1.178 2004/11/1716: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 notconfigured"),
5273+
(errmsg("WAL archiving is notactive"),
52745274
(errhint("archive_command must be defined before "
5275-
"online backups can besafelymade.")))));
5275+
"online backups can be made safely.")))));
52765276

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp