Re: Unsupported effective_io_concurrency platforms

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Unsupported effective_io_concurrency platforms
Дата
Msg-id 49C9FBD6.4060800@gmx.net
обсуждение исходный текст
Ответ на Re: Unsupported effective_io_concurrency platforms  ("Joshua D. Drake" <jd@commandprompt.com>)
Ответы Re: Unsupported effective_io_concurrency platforms
Список pgsql-hackers
Joshua D. Drake wrote:
> On Mon, 2009-03-23 at 16:21 -0400, Bruce Momjian wrote:
>> If a platform doesn't have posix_fadvise(), we don't allow
>> effective_io_concurrency to be set to anything but zero:
>>
>>     test=> set  effective_io_concurrency = 1;
>>     ERROR:  1 is outside the valid range for parameter "effective_io_concurrency" (0 .. 0)
>>     test=> set  effective_io_concurrency = 0;
>>     SET
>>
>> Do we want to give a more informative error message, like "not supported
>> on this platform?"
> 
> I would say so.

The trick will be to fit this into the GUC framework.


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Fujii Masao
Дата:
Сообщение: Re: New trigger option of pg_standby
Следующее
От: Gurjeet Singh
Дата:
Сообщение: Re: display previous query string of idle-in-transaction