Re: Run-time posix_fallocate failures

Поиск
Список
Период
Сортировка
От Jeff Davis
Тема Re: Run-time posix_fallocate failures
Дата
Msg-id 1373134163.15065.1.camel@jdavis
обсуждение исходный текст
Ответ на Run-time posix_fallocate failures  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Run-time posix_fallocate failures  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Pavel Stehule
Дата:
Сообщение: Re: planner not choosing fastest estimated plan
Следующее
От: Szymon Guz
Дата:
Сообщение: Re: [PATCH] Fix conversion for Decimal arguments in plpython functions