mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-18 18:44:06 +08:00
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 <
This commit is contained in:
parent
3bf4e4120d
commit
d22a3727a5
6
doc/TODO
6
doc/TODO
@ -2,7 +2,7 @@
|
||||
PostgreSQL TODO List
|
||||
====================
|
||||
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
||||
Last updated: Tue Jul 5 15:37:49 EDT 2005
|
||||
Last updated: Tue Jul 5 18:59:32 EDT 2005
|
||||
|
||||
The most recent version of this document can be viewed at
|
||||
http://www.postgresql.org/docs/faqs.TODO.html.
|
||||
@ -938,10 +938,6 @@ Write-Ahead Log
|
||||
|
||||
* Reduce WAL traffic so only modified values are written rather than
|
||||
entire rows?
|
||||
* Turn off full page writes if fsync is disabled
|
||||
|
||||
If fsync is off, there is no purpose in writing full pages to WAL
|
||||
|
||||
* Add WAL index reliability improvement to non-btree indexes
|
||||
* Allow the pg_xlog directory location to be specified during initdb
|
||||
with a symlink back to the /data location
|
||||
|
@ -8,7 +8,7 @@
|
||||
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
|
||||
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
|
||||
<p>Current maintainer: Bruce Momjian (<a href="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
|
||||
Last updated: Tue Jul 5 15:37:49 EDT 2005
|
||||
Last updated: Tue Jul 5 18:59:32 EDT 2005
|
||||
</p>
|
||||
<p>The most recent version of this document can be viewed at<br/>
|
||||
<a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
|
||||
@ -846,9 +846,6 @@ first.
|
||||
</p>
|
||||
</li><li>Reduce WAL traffic so only modified values are written rather than
|
||||
entire rows?
|
||||
</li><li>Turn off full page writes if fsync is disabled
|
||||
<p> If fsync is off, there is no purpose in writing full pages to WAL
|
||||
</p>
|
||||
</li><li>Add WAL index reliability improvement to non-btree indexes
|
||||
</li><li>Allow the pg_xlog directory location to be specified during initdb
|
||||
with a symlink back to the /data location
|
||||
|
Loading…
Reference in New Issue
Block a user