aboutsummaryrefslogtreecommitdiff
path: root/doc/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'doc/TODO')
-rw-r--r--doc/TODO10
1 files changed, 1 insertions, 9 deletions
diff --git a/doc/TODO b/doc/TODO
index 2fc5bcabc8a..2fdce435dad 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,7 +1,7 @@
PostgreSQL TODO List
====================
Current maintainer: Bruce Momjian (bruce@momjian.us)
-Last updated: Fri Jun 1 14:41:49 EDT 2007
+Last updated: Fri Jun 1 22:46:01 EDT 2007
The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1090,14 +1090,6 @@ Fsync
Cache Usage
===========
-* Allow free-behind capability for large sequential scans, perhaps using
- posix_fadvise()
-
- Posix_fadvise() can control both sequential/random file caching and
- free-behind behavior, but it is unclear how the setting affects other
- backends that also have the file open, and the feature is not supported
- on all operating systems.
-
* Speed up COUNT(*)
We could use a fixed row count and a +/- count to follow MVCC