File tree 2 files changed +2
-9
lines changed
2 files changed +2
-9
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: Tue Jul 5 15:37:49 EDT 2005
5
+ Last updated: Tue Jul 5 18:59:32 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.
@@ -938,10 +938,6 @@ Write-Ahead Log
938
938
939
939
* Reduce WAL traffic so only modified values are written rather than
940
940
entire rows?
941
- * Turn off full page writes if fsync is disabled
942
-
943
- If fsync is off, there is no purpose in writing full pages to WAL
944
-
945
941
* Add WAL index reliability improvement to non-btree indexes
946
942
* Allow the pg_xlog directory location to be specified during initdb
947
943
with a symlink back to the /data location
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: Tue Jul 5 15:37:49 EDT 2005
11
+ Last updated: Tue Jul 5 18:59:32 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 > .
@@ -846,9 +846,6 @@ <h1><a name="section_19">Write-Ahead Log</a></h1>
846
846
</ p >
847
847
</ li > < li > Reduce WAL traffic so only modified values are written rather than
848
848
entire rows?
849
- </ li > < li > Turn off full page writes if fsync is disabled
850
- < p > If fsync is off, there is no purpose in writing full pages to WAL
851
- </ p >
852
849
</ li > < li > Add WAL index reliability improvement to non-btree indexes
853
850
</ li > < li > Allow the pg_xlog directory location to be specified during initdb
854
851
with a symlink back to the /data location
You can’t perform that action at this time.
0 commit comments