Re: adding support for posix_fadvise()

From: Neil Conway <neilc(at)samurai(dot)com>
To: Hannu Krosing <hannu(at)tm(dot)ee>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: adding support for posix_fadvise()
Date: 2003-11-03 18:46:46
Message-ID: 1067885206.3089.476.camel@tokyo
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Manfred Spraul 2003-11-03 19:24:59 Re: adding support for posix_fadvise()
Previous Message Josh Berkus 2003-11-03 18:44:46 Re: Annotated release notes