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

Commit10a2df2

Browse files
committed
Update:
< at initdb time or optionally later.> at initdb time or optionally later. Consider O_SYNC when> O_DIRECT exists.
1 parent6de1fef commit10a2df2

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

‎doc/TODO

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
PostgreSQL TODO List
33
====================
44
Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
5-
Last updated:Tue Dec6 15:46:51 EST 2005
5+
Last updated:Wed Dec7 12:29:08 EST 2005
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -827,7 +827,8 @@ Fsync
827827
* Determine optimal fdatasync/fsync, O_SYNC/O_DSYNC options
828828

829829
Ideally this requires a separate test program that can be run
830-
at initdb time or optionally later.
830+
at initdb time or optionally later. Consider O_SYNC when
831+
O_DIRECT exists.
831832

832833
* %Add an option to sync() before fsync()'ing checkpoint files
833834
* Add program to test if fsync has a delay compared to non-fsync

‎doc/src/FAQ/TODO.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<bodybgcolor="#FFFFFF"text="#000000"link="#FF0000"vlink="#A00000"alink="#0000FF">
99
<h1><aname="section_1">PostgreSQL TODO List</a></h1>
1010
<p>Current maintainer: Bruce Momjian (<ahref="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
11-
Last updated:Tue Dec6 15:46:51 EST 2005
11+
Last updated:Wed Dec7 12:29:08 EST 2005
1212
</p>
1313
<p>The most recent version of this document can be viewed at<br/>
1414
<ahref="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
@@ -751,7 +751,8 @@ <h1><a name="section_14">Fsync</a></h1>
751751
<li>Improve commit_delay handling to reduce fsync()
752752
</li><li>Determine optimal fdatasync/fsync, O_SYNC/O_DSYNC options
753753
<p> Ideally this requires a separate test program that can be run
754-
at initdb time or optionally later.
754+
at initdb time or optionally later. Consider O_SYNC when
755+
O_DIRECT exists.
755756
</p>
756757
</li><li>%Add an option to sync() before fsync()'ing checkpoint files
757758
</li><li>Add program to test if fsync has a delay compared to non-fsync

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp