File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/backend/access/transam Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 77 * Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
88 * Portions Copyright (c) 1994, Regents of the University of California
99 *
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 $
1111 *
1212 *-------------------------------------------------------------------------
1313 */
@@ -5824,7 +5824,7 @@ StartupXLOG(void)
58245824 }
58255825
58265826 /*
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
58285828 * recovery.
58295829 */
58305830 if (StandbyMode )
@@ -6292,7 +6292,7 @@ StartupXLOG(void)
62926292
62936293 /*
62946294 * 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 .
62966296 */
62976297 if (StandbyMode )
62986298 DisownLatch (& XLogCtl -> recoveryWakeupLatch );
You can’t perform that action at this time.
0 commit comments