pgsql: This item was fixed in a different way, so has been removed: < - Mailing list pgsql-committers

From momjian@postgresql.org (Bruce Momjian)
Subject pgsql: This item was fixed in a different way, so has been removed: <
Date
Msg-id 20071212065956.9F9D57540F0@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
This item was fixed in a different way, so has been removed:

<
< * Allow free-behind capability for large sequential scans to avoid
<   kernel cache spoiling
<
<   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.2228 -> r1.2229)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO?r1=1.2228&r2=1.2229)
    pgsql/doc/src/FAQ:
        TODO.html (r1.737 -> r1.738)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html?r1=1.737&r2=1.738)

pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Adjust release notes for HISTORY.html generation.
Next
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Add random I/O URL: >