|
7 | 7 | * Portions Copyright (c) 1996-2006, 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.255 2006/11/10 22:32:20 tgl Exp $ |
| 10 | + * $PostgreSQL: pgsql/src/backend/access/transam/xlog.c,v 1.256 2006/11/16 14:28:41 petere Exp $ |
11 | 11 | * |
12 | 12 | *------------------------------------------------------------------------- |
13 | 13 | */ |
@@ -6595,7 +6595,7 @@ pg_xlogfile_name(PG_FUNCTION_ARGS) |
6595 | 6595 | if (sscanf(locationstr,"%X/%X",&uxlogid,&uxrecoff)!=2) |
6596 | 6596 | ereport(ERROR, |
6597 | 6597 | (errcode(ERRCODE_INVALID_PARAMETER_VALUE), |
6598 | | -errmsg("could not parsexlog location \"%s\"", |
| 6598 | +errmsg("could not parsetransaction log location \"%s\"", |
6599 | 6599 | locationstr))); |
6600 | 6600 |
|
6601 | 6601 | locationpoint.xlogid=uxlogid; |
|