aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFujii Masao <fujii@postgresql.org>2016-02-16 14:49:47 +0900
committerFujii Masao <fujii@postgresql.org>2016-02-16 14:58:37 +0900
commit2f66e29db40d24c201094c2921411f894692635e (patch)
tree51dfcb539f2f959c75498deb143000700ef4c137 /src
parentccbb01ff4a4cac8622930ef6475ed3cf8281e4c7 (diff)
downloadpostgresql-2f66e29db40d24c201094c2921411f894692635e.tar.gz
postgresql-2f66e29db40d24c201094c2921411f894692635e.zip
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
Diffstat (limited to 'src')
0 files changed, 0 insertions, 0 deletions