pgsql: Fix documentation for POSIX semaphores.

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: E1sExME-0008gy-Bi@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
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
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8111e80c5d39451c0cbff91d5a6b69fd87c3928c

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

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2024-06-05 23:49:14 pgsql: Prevent inconsistent use of stats entry for replication slots
Previous Message Peter Eisentraut 2024-06-05 18:25:28 pgsql: Move new SLRU buffers GUCs to a better place in postgresql.conf.