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
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.