|
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.413 2010/05/15 20:01:32 rhaas Exp $ |
| 10 | + * $PostgreSQL: pgsql/src/backend/access/transam/xlog.c,v 1.414 2010/05/27 00:38:39 heikki Exp $ |
11 | 11 | * |
12 | 12 | *------------------------------------------------------------------------- |
13 | 13 | */ |
@@ -7531,7 +7531,7 @@ CreateRestartPoint(int flags) |
7531 | 7531 | * restartpoint, we can't perform a new restart point. We still update |
7532 | 7532 | * minRecoveryPoint in that case, so that if this is a shutdown restart |
7533 | 7533 | * point, we won't start up earlier than before. That's not strictly |
7534 | | - * necessary, but whenwe gethot standbycapability, it would be rather |
| 7534 | + * necessary, but when hot standbyis enabled, it would be rather |
7535 | 7535 | * weird if the database opened up for read-only connections at a |
7536 | 7536 | * point-in-time before the last shutdown. Such time travel is still |
7537 | 7537 | * possible in case of immediate shutdown, though. |
|