Re: BUG #15396: initdb emits wrong comment for range for effective_io_concurrency

Поиск
Список
Период
Сортировка
От Sergei Kornilov
Тема Re: BUG #15396: initdb emits wrong comment for range for effective_io_concurrency
Дата
Msg-id 15224851537727230@sas1-87f9feb8d943.qloud-c.yandex.net
обсуждение исходный текст
Ответ на BUG #15396: initdb emits wrong comment for range foreffective_io_concurrency  (PG Bug reporting form <noreply@postgresql.org>)
Ответы Re: BUG #15396: initdb emits wrong comment for range foreffective_io_concurrency
Список pgsql-bugs
Hello

effective_io_concurrency can not be set is your system does not support USE_POSIX_FADVISE. In this case only allowed
valuefor effective_io_concurrency is zero.
 
As far i know mac os does not support posix_fadvise.

Also this is documented behavior https://www.postgresql.org/docs/11/static/runtime-config-resource.html
> Asynchronous I/O depends on an effective posix_fadvise function, which some operating systems lack. If the function
isnot present then setting this parameter to anything but zero will result in an error. 
 

regards, Sergei


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BUG #15395: Assert failure when using CURRENT OF with inheritance
Следующее
От: James Robinson
Дата:
Сообщение: Re: BUG #15396: initdb emits wrong comment for range foreffective_io_concurrency