pgsql: TODO item not needed anymore now that the buffer cache is

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: TODO item not needed anymore now that the buffer cache is
Date: 2007-06-02 02:46:38
Message-ID: 20070602024638.2033B9FBA6C@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
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.

Modified Files:
--------------
pgsql/doc:
TODO (r1.2197 -> r1.2198)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.2197&r2=1.2198)
pgsql/doc/src/FAQ:
TODO.html (r1.698 -> r1.699)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html.diff?r1=1.698&r2=1.699)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message User Hinoue 2007-06-02 05:32:19 psqlodbc - psqlodbc: The version is now 8.2.0402.
Previous Message Andrew Dunstan 2007-06-02 02:03:42 pgsql: Improve efficiency of LIKE/ILIKE code, especially for multi-byte