We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6dbbaa commit 8111e80Copy full SHA for 8111e80
doc/src/sgml/runtime.sgml
@@ -884,7 +884,8 @@ psql: error: connection to server on socket "/tmp/.s.PGSQL.5432" failed: No such
884
When using POSIX semaphores, the number of semaphores needed is the
885
same as for System V, that is one semaphore per allowed connection
886
(<xref linkend="guc-max-connections"/>), allowed autovacuum worker process
887
- (<xref linkend="guc-autovacuum-max-workers"/>) and allowed background
+ (<xref linkend="guc-autovacuum-max-workers"/>), allowed WAL sender process
888
+ (<xref linkend="guc-max-wal-senders"/>), and allowed background
889
process (<xref linkend="guc-max-worker-processes"/>).
890
On the platforms where this option is preferred, there is no specific
891
kernel limit on the number of POSIX semaphores.
0 commit comments