From 7ce9b3683ea76233c33e550110c5a63ecd8add89 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Thu, 31 May 2007 15:13:06 +0000 Subject: Make some messages more consistent --- src/backend/access/transam/xlog.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/backend/access/transam/xlog.c') diff --git a/src/backend/access/transam/xlog.c b/src/backend/access/transam/xlog.c index afbd8ae4346..74f92e3ef4a 100644 --- a/src/backend/access/transam/xlog.c +++ b/src/backend/access/transam/xlog.c @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/backend/access/transam/xlog.c,v 1.271 2007/05/31 07:36:12 petere Exp $ + * $PostgreSQL: pgsql/src/backend/access/transam/xlog.c,v 1.272 2007/05/31 15:13:01 petere Exp $ * *------------------------------------------------------------------------- */ @@ -2933,7 +2933,7 @@ ReadRecord(XLogRecPtr *RecPtr, int emode) { ereport(emode, (errcode_for_file_access(), - errmsg("could not read from log file %u, segment %u at offset %u: %m", + errmsg("could not read from log file %u, segment %u, offset %u: %m", readId, readSeg, readOff))); goto next_record_is_invalid; } -- cgit v1.2.3