effective_io_concurrency documentation

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема effective_io_concurrency documentation
Дата
Msg-id 542999D2.6070909@gmx.net
обсуждение исходный текст
Ответы Re: effective_io_concurrency documentation  (Peter Geoghegan <pg@heroku.com>)
Список pgsql-hackers
The documentation of effective_io_concurrency says

    Asynchronous I/O depends on an effective <function>posix_fadvise</>
    function, which some operating systems lack.  If the function is not
    present then setting this parameter to anything but zero will result
    in an error.

This is not correct, because on unsupported systems, it is an error to
set this parameter to anything, including zero, because it is set to
PGC_INTERNAL.

I think this is a mistake.  For example, we allow setting ssl to false
even if SSL support is not compiled in.

I propose the attached patch to correct this.

Вложения

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

Предыдущее
От: Peter Geoghegan
Дата:
Сообщение: Re: INSERT ... ON CONFLICT {UPDATE | IGNORE}
Следующее
От: Peter Geoghegan
Дата:
Сообщение: Re: INSERT ... ON CONFLICT {UPDATE | IGNORE}