pgsql: Fix documentation for POSIX semaphores. - Mailing list pgsql-committers

From Nathan Bossart
Subject pgsql: Fix documentation for POSIX semaphores.
Date
Msg-id [email protected]
Whole thread Raw
List 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_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/030ea3961f26c602929c3b277d2f4e5f9fd4bd87

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


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Move new SLRU buffers GUCs to a better place in postgresql.conf.
Next
From: Michael Paquier
Date:
Subject: pgsql: Prevent inconsistent use of stats entry for replication slots