Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit ebb3995

Browse files
committed
Add:
> * Add program to test if fsync has a delay compared to non-fsync
1 parent 76aa6d2 commit ebb3995

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

doc/TODO

Lines changed: 2 additions & 1 deletion
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: Thu Jun 23 17:28:04 EDT 2005
5+
Last updated: Thu Jun 23 22:07:20 EDT 2005
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -710,6 +710,7 @@ Fsync
710710
* Determine optimal fdatasync/fsync, O_SYNC/O_DSYNC options
711711
* Allow multiple blocks to be written to WAL with one write()
712712
* Add an option to sync() before fsync()'ing checkpoint files
713+
* Add program to test if fsync has a delay compared to non-fsync
713714

714715

715716
Cache

doc/src/FAQ/TODO.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
99
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
1010
<p>Current maintainer: Bruce Momjian (<a href="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
11-
Last updated: Thu Jun 23 17:28:04 EDT 2005
11+
Last updated: Thu Jun 23 22:07:20 EDT 2005
1212
</p>
1313
<p>The most recent version of this document can be viewed at<br/>
1414
<a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
@@ -656,6 +656,7 @@ <h1><a name="section_12">Fsync</a></h1>
656656
</li><li>Determine optimal fdatasync/fsync, O_SYNC/O_DSYNC options
657657
</li><li>Allow multiple blocks to be written to WAL with one write()
658658
</li><li>Add an option to sync() before fsync()'ing checkpoint files
659+
</li><li>Add program to test if fsync has a delay compared to non-fsync
659660
</li></ul>
660661
<h1><a name="section_13">Cache</a></h1>
661662

0 commit comments

Comments
 (0)