Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit771b1b0

Browse files
Fix documentation for POSIX semaphores.
The documentation for POSIX semaphores is missing a reference tomax_wal_senders. This commit fixes that in the same way thatcommit4ebe51a fixed the same issue in the documentation forSystem V semaphores.Discussion:https://postgr.es/m/20240517164452.GA1914161%40nathanxps13Backpatch-through: 12
1 parentdda633a commit771b1b0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎doc/src/sgml/runtime.sgml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -882,7 +882,8 @@ psql: could not connect to server: No such file or directory
882882
When using POSIX semaphores, the number of semaphores needed is the
883883
same as for System V, that is one semaphore per allowed connection
884884
(<xref linkend="guc-max-connections"/>), allowed autovacuum worker process
885-
(<xref linkend="guc-autovacuum-max-workers"/>) and allowed background
885+
(<xref linkend="guc-autovacuum-max-workers"/>), allowed WAL sender process
886+
(<xref linkend="guc-max-wal-senders"/>), and allowed background
886887
process (<xref linkend="guc-max-worker-processes"/>).
887888
On the platforms where this option is preferred, there is no specific
888889
kernel limit on the number of POSIX semaphores.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp