pgsql: Allow setting effective_io_concurrency even on unsupported syste

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Allow setting effective_io_concurrency even on unsupported syste
Дата
Msg-id E1XffSV-0001gm-6s@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Allow setting effective_io_concurrency even on unsupported systems

This matches the behavior of other parameters that are unsupported on
some systems (e.g., ssl).

Also document the default value.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/7feaccc21791d9d745bac013e5e0396bdde2d81c

Modified Files
--------------
doc/src/sgml/config.sgml     |    4 ++++
src/backend/utils/misc/guc.c |    4 ----
src/bin/initdb/initdb.c      |    6 ++++++
3 files changed, 10 insertions(+), 4 deletions(-)


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: pgsql: Shorten warning about hash creation
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: psql: Improve \pset without arguments