From ededa6dfc8f06c8fb3447513dc18b2d07b8a2c62 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sat, 2 Jun 2007 02:46:38 +0000 Subject: TODO item not needed anymore now that the buffer cache is scan-resistant: < < * 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. --- doc/src/FAQ/TODO.html | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'doc/src') diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index c08702392ac..a1d458e21b2 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -8,7 +8,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. @@ -971,14 +971,7 @@ first. There is also a developer's wiki at

Cache Usage