pgsql: Fix documentation for System V semaphores.

Поиск
Список
Период
Сортировка
От Nathan Bossart
Тема pgsql: Fix documentation for System V semaphores.
Дата
Msg-id E1sEBEL-002pY6-8I@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix documentation for System V semaphores.

The formulas for SEMMNI and SEMMNS do not include the archiver
process, which was converted to an auxiliary process in v14, and
the WAL summarizer process, which was introduced in v17.  This
commit corrects these formulas and adds a missing reference to
max_wal_senders nearby.  Since this section of the documentation
tends to be incorrect quite often, we should likely give up on
documenting the exact formulas in favor of something less fragile,
but that is left as a future exercise.

Reported-by: Sami Imseih
Reviewed-by: Sami Imseih
Discussion: https://postgr.es/m/20240517164452.GA1914161%40nathanxps13
Backpatch-through: 12

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/4ebe51a5fbc3e08861db85fe3868c31c6bc8ed59

Modified Files
--------------
doc/src/sgml/runtime.sgml | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: pgsql: doc PG 17 relnotes: adjust IN wording
Следующее
От: Michael Paquier
Дата:
Сообщение: pgsql: Improve assertion in mdwritev()