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

Commit1d5c5ae

Browse files
Fix documentation for System V semaphores.
The formulas for SEMMNI and SEMMNS do not include the archiverprocess, which was converted to an auxiliary process in v14, andthe WAL summarizer process, which was introduced in v17. Thiscommit corrects these formulas and adds a missing reference tomax_wal_senders nearby. Since this section of the documentationtends to be incorrect quite often, we should likely give up ondocumenting the exact formulas in favor of something less fragile,but that is left as a future exercise.Reported-by: Sami ImseihReviewed-by: Sami ImseihDiscussion:https://postgr.es/m/20240517164452.GA1914161%40nathanxps13Backpatch-through: 12
1 parent2e062b6 commit1d5c5ae

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
@@ -836,7 +836,8 @@ psql: could not connect to server: No such file or directory
836836
When using System V semaphores,
837837
<productname>PostgreSQL</productname> uses one semaphore per allowed connection
838838
(<xref linkend="guc-max-connections"/>), allowed autovacuum worker process
839-
(<xref linkend="guc-autovacuum-max-workers"/>) and allowed background
839+
(<xref linkend="guc-autovacuum-max-workers"/>), allowed WAL sender process
840+
(<xref linkend="guc-max-wal-senders"/>), and allowed background
840841
process (<xref linkend="guc-max-worker-processes"/>), in sets of 16.
841842
Each such set will
842843
also contain a 17th semaphore which contains a <quote>magic

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp