File tree 1 file changed +3
-3
lines changed
src/backend/access/transam
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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/15 10:35:05 heikki Exp $
10
+ * $PostgreSQL: pgsql/src/backend/access/transam/xlog.c,v 1.436 2010/09/15 13: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 the wakup latch if we're going to sleep during
5827
+ * Take ownership of the wakeup 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 of tidyness .
6295
+ * it, but let's do it for the sake of tidiness .
6296
6296
*/
6297
6297
if (StandbyMode )
6298
6298
DisownLatch (& XLogCtl -> recoveryWakeupLatch );
You can’t perform that action at this time.
0 commit comments