From: Nathan Bossart Date: Wed, 5 Jun 2024 20:32:47 +0000 (-0500) Subject: Fix documentation for POSIX semaphores. X-Git-Tag: REL_16_4~105 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=da565f3a4a2e1f04fd85805cbe3965188b330587;p=postgresql.git Fix documentation for POSIX semaphores. The documentation for POSIX semaphores is missing a reference to max_wal_senders. This commit fixes that in the same way that commit 4ebe51a5fb fixed the same issue in the documentation for System V semaphores. Discussion: https://postgr.es/m/20240517164452.GA1914161%40nathanxps13 Backpatch-through: 12 --- diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml index 7f1dc091697..23f381d97cc 100644 --- a/doc/src/sgml/runtime.sgml +++ b/doc/src/sgml/runtime.sgml @@ -884,7 +884,8 @@ psql: error: connection to server on socket "/tmp/.s.PGSQL.5432" failed: No such When using POSIX semaphores, the number of semaphores needed is the same as for System V, that is one semaphore per allowed connection (), allowed autovacuum worker process - () and allowed background + (), allowed WAL sender process + (), and allowed background process (). On the platforms where this option is preferred, there is no specific kernel limit on the number of POSIX semaphores.