|
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.395 2010/04/14 10:29:07 sriggs Exp $ |
| 10 | + * $PostgreSQL: pgsql/src/backend/access/transam/xlog.c,v 1.396 2010/04/15 03:05:59 momjian 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 couldeffect you when |
| 5993 | + * simple, to avoid introducing bugs that couldaffect you when |
5994 | 5994 | * recovering after crash.
|
5995 | 5995 | *
|
5996 | 5996 | * After this point, we can no longer assume that we're the only
|
|