Re: adding support for posix_fadvise() - Mailing list pgsql-hackers

From Neil Conway
Subject Re: adding support for posix_fadvise()
Date
Msg-id 1067885206.3089.476.camel@tokyo
Whole thread Raw
In response to Re: adding support for posix_fadvise()  (Hannu Krosing <hannu@tm.ee>)
List pgsql-hackers
On Mon, 2003-11-03 at 12:17, Hannu Krosing wrote:
> Can you use combinations like ( FADV_NOREUS | FADV_SEQUENTIAL )

You can do an fadvise() for FADV_SEQUENTIAL, and then another fadvise()
for FADV_NOREUSE.

-Neil




pgsql-hackers by date:

Previous
From: Josh Berkus
Date:
Subject: Re: [DOCS] Annotated release notes
Next
From: Jan Wieck
Date:
Subject: Experimental ARC implementation