aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlog.c
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2006-11-16 14:28:41 +0000
committerPeter Eisentraut <peter_e@gmx.net>2006-11-16 14:28:41 +0000
commite138b809962f7697beefea11f7f89ee149d94d57 (patch)
tree96e5024584a7534e080f1dd916c47417b217a2e7 /src/backend/access/transam/xlog.c
parent2b7cef5fb3e51f6d4cb53ade75ab62d90dfeff12 (diff)
downloadpostgresql-e138b809962f7697beefea11f7f89ee149d94d57.tar.gz
postgresql-e138b809962f7697beefea11f7f89ee149d94d57.zip
String fix
Diffstat (limited to 'src/backend/access/transam/xlog.c')
-rw-r--r--src/backend/access/transam/xlog.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/access/transam/xlog.c b/src/backend/access/transam/xlog.c
index e5455c666bd..a1a56b391c7 100644
--- a/src/backend/access/transam/xlog.c
+++ b/src/backend/access/transam/xlog.c
@@ -7,7 +7,7 @@
* Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/backend/access/transam/xlog.c,v 1.255 2006/11/10 22:32:20 tgl Exp $
+ * $PostgreSQL: pgsql/src/backend/access/transam/xlog.c,v 1.256 2006/11/16 14:28:41 petere Exp $
*
*-------------------------------------------------------------------------
*/
@@ -6595,7 +6595,7 @@ pg_xlogfile_name(PG_FUNCTION_ARGS)
if (sscanf(locationstr, "%X/%X", &uxlogid, &uxrecoff) != 2)
ereport(ERROR,
(errcode(ERRCODE_INVALID_PARAMETER_VALUE),
- errmsg("could not parse xlog location \"%s\"",
+ errmsg("could not parse transaction log location \"%s\"",
locationstr)));
locationpoint.xlogid = uxlogid;