- Notifications
You must be signed in to change notification settings - Fork4.9k
Commit2f66e29
committed
Correct the formulas for System V IPC parameters SEMMNI and SEMMNS in docs.
In runtime.sgml, the old formulas for calculating the reasonablevalues of SEMMNI and SEMMNS were incorrect. They have forgotten tocount the number of semaphores which both the checkpointer process(introduced in 9.2) and the background worker processes (introducedin 9.3) need.This commit fixes those formulas so that they count the number ofsemaphores which the checkpointer process and the background workerprocesses need.Report and patch by Kyotaro Horiguchi. Only the patch for 9.3 wasmodified by me. Back-patch to 9.2 where the checkpointer process wasadded and the number of needed semaphores was increased.Author: Kyotaro HoriguchiReviewed-by: Fujii MasaoBackpatch: 9.2Discussion:http://www.postgresql.org/message-id/20160203.125119.66820697.horiguchi.kyotaro@lab.ntt.co.jp1 parentccbb01f commit2f66e29
1 file changed
+8
-6
lines changedLines changed: 8 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
645 | 645 |
| |
646 | 646 |
| |
647 | 647 |
| |
648 |
| - | |
| 648 | + | |
649 | 649 |
| |
650 | 650 |
| |
651 | 651 |
| |
652 | 652 |
| |
653 | 653 |
| |
654 |
| - | |
| 654 | + | |
655 | 655 |
| |
656 | 656 |
| |
657 | 657 |
| |
| |||
699 | 699 |
| |
700 | 700 |
| |
701 | 701 |
| |
702 |
| - | |
703 |
| - | |
| 702 | + | |
| 703 | + | |
| 704 | + | |
704 | 705 |
| |
705 | 706 |
| |
706 | 707 |
| |
707 | 708 |
| |
708 | 709 |
| |
709 | 710 |
| |
710 |
| - | |
| 711 | + | |
| 712 | + | |
711 | 713 |
| |
712 | 714 |
| |
713 | 715 |
| |
714 | 716 |
| |
715 |
| - | |
| 717 | + | |
716 | 718 |
| |
717 | 719 |
| |
718 | 720 |
| |
|
0 commit comments
Comments
(0)