Re: Run-time posix_fallocate failures - Mailing list pgsql-hackers

From Jeff Davis
Subject Re: Run-time posix_fallocate failures
Date
Msg-id 1373134163.15065.1.camel@jdavis
Whole thread Raw
In response to Run-time posix_fallocate failures  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Run-time posix_fallocate failures
List pgsql-hackers
On Sat, 2013-07-06 at 10:33 -0400, Tom Lane wrote:
> Apparently OmniOS has a version of posix_fallocate that doesn't actually
> work, or at least doesn't work on the specific filesystem rover_firefly
> is using.  The Single Unix Spec says that that is the correct error to
> return if the filesystem doesn't provide support:

Thank you.

> I think you'd better rejigger that patch so that it falls through to the
> old implementation if posix_fallocate() fails.

Do you mean "fails at all" or "fails with EINVAL"?

Regards,Jeff Davis





pgsql-hackers by date:

Previous
From: Pavel Stehule
Date:
Subject: Re: planner not choosing fastest estimated plan
Next
From: Szymon Guz
Date:
Subject: Re: [PATCH] Fix conversion for Decimal arguments in plpython functions