]> granicus.if.org Git - postgresql/commit
Doc: update our docs about kernel IPC parameters on *BSD.
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 8 Jan 2019 17:03:54 +0000 (12:03 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 8 Jan 2019 17:03:54 +0000 (12:03 -0500)
commitf3ff9cb0a3a71c321c79e28b4c63058a64590fe9
tree6f00feaed4bf0457b1bba4d2a62902e012b34dee
parentdd4143d06519344eaf35d7b23648461a33026f0b
Doc: update our docs about kernel IPC parameters on *BSD.

runtime.sgml said that you couldn't change SysV IPC parameters on OpenBSD
except by rebuilding the kernel.  That's definitely wrong in OpenBSD 6.x,
and excavation in their man pages says it changed in OpenBSD 3.3.

Update NetBSD and OpenBSD sections to recommend adjustment of the SEMMNI
and SEMMNS settings, which are painfully small by default on those
platforms.  (The discussion thread contemplated recommending that
people select POSIX semaphores instead, but the performance consequences
of that aren't really clear, so I'll refrain.)

Remove pointless discussion of SEMMNU and SEMMAP from the FreeBSD
section.  Minor other wordsmithing.

Discussion: https://postgr.es/m/27582.1546928073@sss.pgh.pa.us
doc/src/sgml/runtime.sgml