pgsql: Use posix_fadvise() to avoid kernel caching of WAL contents on

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Use posix_fadvise() to avoid kernel caching of WAL contents on
Date: 2006-06-15 19:15:00
Message-ID: 20060615191500.841B39FA5BE@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Use posix_fadvise() to avoid kernel caching of WAL contents on WAL file
close.

ITAGAKI Takahiro

Modified Files:
--------------
pgsql/src/backend/access/transam:
xlog.c (r1.237 -> r1.238)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/transam/xlog.c.diff?r1=1.237&r2=1.238)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2006-06-15 19:18:05 Re: Remove the limit on the number of entries allowed in catcaches,
Previous Message Bruce Momjian 2006-06-15 18:02:22 pgsql: Add STRICT to PL/pgSQL SELECT INTO, so exceptions are thrown if