|
7 | 7 | * Portions Copyright (c) 1996-2010, 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.394 2010/04/13 14:17:46 heikki Exp $ |
| 10 | + * $PostgreSQL: pgsql/src/backend/access/transam/xlog.c,v 1.395 2010/04/14 10:29:07 sriggs Exp $ |
11 | 11 | * |
12 | 12 | *------------------------------------------------------------------------- |
13 | 13 | */ |
@@ -5990,7 +5990,7 @@ StartupXLOG(void) |
5990 | 5990 | * launch bgwriter to perform restartpoints. We don't bother |
5991 | 5991 | * during crash recovery as restartpoints can only be performed |
5992 | 5992 | * during archive recovery. And we'd like to keep crash recovery |
5993 | | - * simple, to avoid introducing bugs that could youfrom |
| 5993 | + * simple, to avoid introducing bugs that couldeffectyouwhen |
5994 | 5994 | * recovering after crash. |
5995 | 5995 | * |
5996 | 5996 | * After this point, we can no longer assume that we're the only |
|