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

Commit 6a3021b

Browse files
committed
Done:
> * -Allow multiple blocks to be written to WAL with one write()
1 parent 487b757 commit 6a3021b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/TODO

Lines changed: 2 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: Mon Aug 8 16:26:45 EDT 2005
5+
Last updated: Tue Aug 9 00:51:13 EDT 2005
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -799,7 +799,7 @@ Fsync
799799

800800
* Improve commit_delay handling to reduce fsync()
801801
* Determine optimal fdatasync/fsync, O_SYNC/O_DSYNC options
802-
* Allow multiple blocks to be written to WAL with one write()
802+
* -Allow multiple blocks to be written to WAL with one write()
803803
* Add an option to sync() before fsync()'ing checkpoint files
804804
* Add program to test if fsync has a delay compared to non-fsync
805805

doc/src/FAQ/TODO.html

Lines changed: 2 additions & 2 deletions
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: Mon Aug 8 16:26:45 EDT 2005
11+
Last updated: Tue Aug 9 00:51:13 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>.
@@ -720,7 +720,7 @@ <h1><a name="section_14">Fsync</a></h1>
720720
<ul>
721721
<li>Improve commit_delay handling to reduce fsync()
722722
</li><li>Determine optimal fdatasync/fsync, O_SYNC/O_DSYNC options
723-
</li><li>Allow multiple blocks to be written to WAL with one write()
723+
</li><li>-<em>Allow multiple blocks to be written to WAL with one write()</em>
724724
</li><li>Add an option to sync() before fsync()'ing checkpoint files
725725
</li><li>Add program to test if fsync has a delay compared to non-fsync
726726
</li></ul>

0 commit comments

Comments
 (0)