|
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.435 2010/09/1510:35:05 heikki Exp $ |
| 10 | + * $PostgreSQL: pgsql/src/backend/access/transam/xlog.c,v 1.436 2010/09/1513:58:22 heikki Exp $ |
11 | 11 | * |
12 | 12 | *------------------------------------------------------------------------- |
13 | 13 | */ |
@@ -5824,7 +5824,7 @@ StartupXLOG(void) |
5824 | 5824 | } |
5825 | 5825 |
|
5826 | 5826 | /* |
5827 | | - * Take ownership of thewakup latch if we're going to sleep during |
| 5827 | + * Take ownership of thewakeup latch if we're going to sleep during |
5828 | 5828 | * recovery. |
5829 | 5829 | */ |
5830 | 5830 | if (StandbyMode) |
@@ -6292,7 +6292,7 @@ StartupXLOG(void) |
6292 | 6292 |
|
6293 | 6293 | /* |
6294 | 6294 | * We don't need the latch anymore. It's not strictly necessary to disown |
6295 | | - * it, but let's do it for the sake oftidyness. |
| 6295 | + * it, but let's do it for the sake oftidiness. |
6296 | 6296 | */ |
6297 | 6297 | if (StandbyMode) |
6298 | 6298 | DisownLatch(&XLogCtl->recoveryWakeupLatch); |
|