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

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: This item was fixed in a different way, so has been removed: <
Date: 2007-12-12 06:59:56
Message-ID: 20071212065956.9F9D57540F0@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2007-12-12 07:06:27 pgsql: Add random I/O URL: >
Previous Message Bruce Momjian 2007-12-12 06:58:34 pgsql: Adjust release notes for HISTORY.html generation.