pgsql: Correct the formulas for System V IPC parameters SEMMNI and SEMM

Поиск
Список
Период
Сортировка
От Fujii Masao
Тема pgsql: Correct the formulas for System V IPC parameters SEMMNI and SEMM
Дата
Msg-id E1aVYm4-0004E4-4q@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Correct the formulas for System V IPC parameters SEMMNI and SEMMNS in docs.

In runtime.sgml, the old formulas for calculating the reasonable
values of SEMMNI and SEMMNS were incorrect. They have forgotten to
count the number of semaphores which both the checkpointer process
(introduced in 9.2) and the background worker processes (introduced
in 9.3) need.

This commit fixes those formulas so that they count the number of
semaphores which the checkpointer process and the background worker
processes need.

Report and patch by Kyotaro Horiguchi. Only the patch for 9.3 was
modified by me. Back-patch to 9.2 where the checkpointer process was
added and the number of needed semaphores was increased.

Author: Kyotaro Horiguchi
Reviewed-by: Fujii Masao
Backpatch: 9.2
Discussion: http://www.postgresql.org/message-id/20160203.125119.66820697.horiguchi.kyotaro@lab.ntt.co.jp

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/597f7e3a6ec393cf9ff3e11552faf69ff0ab652b

Modified Files
--------------
doc/src/sgml/runtime.sgml | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)


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

Предыдущее
От: Fujii Masao
Дата:
Сообщение: pgsql: Correct the formulas for System V IPC parameters SEMMNI and SEMM
Следующее
От: Fujii Masao
Дата:
Сообщение: pgsql: Correct the formulas for System V IPC parameters SEMMNI and SEMM