File tree 2 files changed +4
-2
lines changed 2 files changed +4
-2
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: Thu Jun 23 17:28:04 EDT 2005
5
+ Last updated: Thu Jun 23 22:07:20 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.
@@ -710,6 +710,7 @@ Fsync
710
710
* Determine optimal fdatasync/fsync, O_SYNC/O_DSYNC options
711
711
* Allow multiple blocks to be written to WAL with one write()
712
712
* Add an option to sync() before fsync()'ing checkpoint files
713
+ * Add program to test if fsync has a delay compared to non-fsync
713
714
714
715
715
716
Cache
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: Thu Jun 23 17:28:04 EDT 2005
11
+ Last updated: Thu Jun 23 22:07:20 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 > .
@@ -656,6 +656,7 @@ <h1><a name="section_12">Fsync</a></h1>
656
656
</ li > < li > Determine optimal fdatasync/fsync, O_SYNC/O_DSYNC options
657
657
</ li > < li > Allow multiple blocks to be written to WAL with one write()
658
658
</ 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
659
660
</ li > </ ul >
660
661
< h1 > < a name ="section_13 "> Cache</ a > </ h1 >
661
662
You can’t perform that action at this time.
0 commit comments