Skip to content

Commit d22a372

Browse files
committed
Remove, now have GUC:
< * Turn off full page writes if fsync is disabled < < If fsync is off, there is no purpose in writing full pages to WAL <
1 parent 3bf4e41 commit d22a372

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

doc/TODO

Lines changed: 1 addition & 5 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: Tue Jul 5 15:37:49 EDT 2005
5+
Last updated: Tue Jul 5 18:59:32 EDT 2005
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -938,10 +938,6 @@ Write-Ahead Log
938938

939939
* Reduce WAL traffic so only modified values are written rather than
940940
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-
945941
* Add WAL index reliability improvement to non-btree indexes
946942
* Allow the pg_xlog directory location to be specified during initdb
947943
with a symlink back to the /data location

doc/src/FAQ/TODO.html

Lines changed: 1 addition & 4 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: Tue Jul 5 15:37:49 EDT 2005
11+
Last updated: Tue Jul 5 18:59:32 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>.
@@ -846,9 +846,6 @@ <h1><a name="section_19">Write-Ahead Log</a></h1>
846846
</p>
847847
</li><li>Reduce WAL traffic so only modified values are written rather than
848848
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>
852849
</li><li>Add WAL index reliability improvement to non-btree indexes
853850
</li><li>Allow the pg_xlog directory location to be specified during initdb
854851
with a symlink back to the /data location

0 commit comments

Comments
 (0)