diff options
author | Bruce Momjian <bruce@momjian.us> | 2005-07-05 22:59:36 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2005-07-05 22:59:36 +0000 |
commit | d22a3727a5f8bd19f4443713b19908367e4181b8 (patch) | |
tree | b97a4efaddbd9f398894ec1068ea1193e1a8ac83 /doc/src | |
parent | 3bf4e4120d9e05124e5dcbbe860604a75c2b1855 (diff) | |
download | postgresql-d22a3727a5f8bd19f4443713b19908367e4181b8.tar.gz postgresql-d22a3727a5f8bd19f4443713b19908367e4181b8.zip |
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
<
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/FAQ/TODO.html | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index 0c09aaff248..1ae083d167f 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -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 |