String fix
authorPeter Eisentraut <[email protected]>
Thu, 16 Nov 2006 14:28:41 +0000 (14:28 +0000)
committerPeter Eisentraut <[email protected]>
Thu, 16 Nov 2006 14:28:41 +0000 (14:28 +0000)
src/backend/access/transam/xlog.c

index 476457bc3acf3c1d9155b4e1491c49aad822e9ef..f1eccb0ec4dcdb93022d91f4f6331d33e36c276a 100644 (file)
@@ -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;