diff options
author | Bruce Momjian <bruce@momjian.us> | 2004-10-07 15:21:58 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2004-10-07 15:21:58 +0000 |
commit | a5d7ba773dff04d700afca6cf86bff64dc663b4f (patch) | |
tree | b772d1e2f500d927ab2e0d42ba12ec91c6b03769 /src/backend/access/transam/xlog.c | |
parent | 9da50e1f53f47671f571d75725a093af30bf0623 (diff) | |
download | postgresql-a5d7ba773dff04d700afca6cf86bff64dc663b4f.tar.gz postgresql-a5d7ba773dff04d700afca6cf86bff64dc663b4f.zip |
Adjust comments previously moved to column 1 by pgident.
Diffstat (limited to 'src/backend/access/transam/xlog.c')
-rw-r--r-- | src/backend/access/transam/xlog.c | 4 |
1 files changed, 2 insertions, 2 deletions
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"))); } |