pgsql: Fix documentation for POSIX semaphores.

Lists: pgsql-committers
From: Nathan Bossart <nathan(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix documentation for POSIX semaphores.
Date: 2024-06-05 20:35:43
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Lists: pgsql-committers

Fix documentation for POSIX semaphores.

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

Branch
------
REL_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/78fe33742dccc23d4b8a4a1cc7a311e7be0403d1

Modified Files
--------------
doc/src/sgml/runtime.sgml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)