From a5d7ba773dff04d700afca6cf86bff64dc663b4f Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 7 Oct 2004 15:21:58 +0000 Subject: Adjust comments previously moved to column 1 by pgident. --- 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 d46a3e543d8..66704551038 100644 --- a/src/backend/access/transam/xlog.c +++ b/src/backend/access/transam/xlog.c @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/backend/access/transam/xlog.c,v 1.170 2004/09/16 16:58:26 tgl Exp $ + * $PostgreSQL: pgsql/src/backend/access/transam/xlog.c,v 1.171 2004/10/07 15:21:51 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -4306,7 +4306,7 @@ StartupXLOG(void) ereport(FATAL, (errmsg("requested recovery stop point is before end time of backup dump"))); else -/* ran off end of WAL */ + /* ran off end of WAL */ ereport(FATAL, (errmsg("WAL ends before end time of backup dump"))); } -- cgit v1.2.3