index e5455c666bd1ecc65e21d794f1aa84fe55ba668c..a1a56b391c74a2b947fbfdd7d1316a4534c243f5 100644 (file)
* 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 $
*
*-------------------------------------------------------------------------
*/
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;