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

Commit1a6ad66

Browse files
committed
Fix comment typo.
1 parentd8b1bf4 commit1a6ad66

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Portions Copyright (c) 1996-2005, 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.186 2005/04/15 22:19:48 tgl Exp $
10+
* $PostgreSQL: pgsql/src/backend/access/transam/xlog.c,v 1.187 2005/04/17 03:04:29 momjian Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -5194,7 +5194,7 @@ assign_xlog_sync_method(const char *method, bool doit, GucSource source)
51945194
#ifndefFSYNC_IS_WRITE_THROUGH
51955195
if (pg_strcasecmp(method,"fsync")==0)
51965196
#else
5197-
/* Win32 fsync() == _commit(0, which writes through a write cache */
5197+
/* Win32 fsync() == _commit(), which writes through a write cache */
51985198
if (pg_strcasecmp(method,"fsync_writethrough")==0)
51995199
#endif
52005200
{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp