File tree 2 files changed +4
-4
lines changed 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
PostgreSQL TODO List
3
3
====================
4
4
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
6
6
7
7
The most recent version of this document can be viewed at
8
8
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -799,7 +799,7 @@ Fsync
799
799
800
800
* Improve commit_delay handling to reduce fsync()
801
801
* 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()
803
803
* Add an option to sync() before fsync()'ing checkpoint files
804
804
* Add program to test if fsync has a delay compared to non-fsync
805
805
Original file line number Diff line number Diff line change 8
8
< body bgcolor ="#FFFFFF " text ="#000000 " link ="#FF0000 " vlink ="#A00000 " alink ="#0000FF ">
9
9
< h1 > < a name ="section_1 "> PostgreSQL TODO List</ a > </ h1 >
10
10
< 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
12
12
</ p >
13
13
< p > The most recent version of this document can be viewed at< br />
14
14
< 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>
720
720
< ul >
721
721
< li > Improve commit_delay handling to reduce fsync()
722
722
</ 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 >
724
724
</ li > < li > Add an option to sync() before fsync()'ing checkpoint files
725
725
</ li > < li > Add program to test if fsync has a delay compared to non-fsync
726
726
</ li > </ ul >
You can’t perform that action at this time.
0 commit comments