Re: O_NOATIME - Mailing list pgsql-hackers

From Tom Lane
Subject Re: O_NOATIME
Date
Msg-id 25468.1154637504@sss.pgh.pa.us
Whole thread Raw
In response to O_NOATIME  (Ron Mayer <rm_pg@cheapcomplexdevices.com>)
Responses Re: O_NOATIME
List pgsql-hackers
Ron Mayer <rm_pg@cheapcomplexdevices.com> writes:
> Would people be interested in a trivial patch that adds O_NOATIME
> to open() for platforms that support it?  (apparently Linux 2.6.8
> and better).

Isn't that usually, and more portably, handled in the filesystem
mount options?
        regards, tom lane


pgsql-hackers by date:

Previous
From: Ron Mayer
Date:
Subject: O_NOATIME
Next
From: Martijn van Oosterhout
Date:
Subject: Re: User-defined typle similar to char(length) varchar(length)