Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit79b5481

Browse files
committed
Fix two typos in comments, spotted by Fujii Masao and Thom Brown
1 parent723d018 commit79b5481

File tree

1 file changed

+3
-3
lines changed
  • src/backend/access/transam

1 file changed

+3
-3
lines changed

‎src/backend/access/transam/xlog.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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/1510:35:05 heikki Exp $
10+
* $PostgreSQL: pgsql/src/backend/access/transam/xlog.c,v 1.436 2010/09/1513:58:22 heikki Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -5824,7 +5824,7 @@ StartupXLOG(void)
58245824
}
58255825

58265826
/*
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
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 oftidyness.
6295+
* it, but let's do it for the sake oftidiness.
62966296
*/
62976297
if (StandbyMode)
62986298
DisownLatch(&XLogCtl->recoveryWakeupLatch);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp