Re: O_NOATIME

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Ron Mayer <rm_pg(at)cheapcomplexdevices(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: O_NOATIME
Date: 2006-08-03 20:38:24
Message-ID: 25468.1154637504@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Ron Mayer <rm_pg(at)cheapcomplexdevices(dot)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

In response to

  • O_NOATIME at 2006-08-03 20:35:14 from Ron Mayer

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Martijn van Oosterhout 2006-08-03 20:49:54 Re: User-defined typle similar to char(length) varchar(length)
Previous Message Ron Mayer 2006-08-03 20:35:14 O_NOATIME