File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -884,7 +884,8 @@ psql: error: connection to server on socket "/tmp/.s.PGSQL.5432" failed: No such
884
884
When using POSIX semaphores, the number of semaphores needed is the
885
885
same as for System V, that is one semaphore per allowed connection
886
886
(<xref linkend="guc-max-connections"/>), allowed autovacuum worker process
887
- (<xref linkend="guc-autovacuum-max-workers"/>) and allowed background
887
+ (<xref linkend="guc-autovacuum-max-workers"/>), allowed WAL sender process
888
+ (<xref linkend="guc-max-wal-senders"/>), and allowed background
888
889
process (<xref linkend="guc-max-worker-processes"/>).
889
890
On the platforms where this option is preferred, there is no specific
890
891
kernel limit on the number of POSIX semaphores.
You can’t perform that action at this time.
0 commit comments