pgsql: Update user docs for switch to POSIX semaphores.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Update user docs for switch to POSIX semaphores.
Date: 2016-10-10 20:59:42
Message-ID: E1bthfi-00078m-Df@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Update user docs for switch to POSIX semaphores.

Since commit ecb0d20a9 hasn't crashed and burned, here's the promised
docs update for it.

In addition to explaining that Linux and FreeBSD ports now use POSIX
semaphores, I did some wordsmithing on pre-existing wording; in
particular trying to clarify which SysV parameters need to be set with
an eye to total usage across all applications.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/3d21f08bccd316c3850a1943c1ee1e381dab1588

Modified Files
--------------
doc/src/sgml/runtime.sgml | 83 ++++++++++++++++++++++++++++-------------------
1 file changed, 50 insertions(+), 33 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-10-11 14:09:32 pgsql: Improve documentation for CREATE RECURSIVE VIEW.
Previous Message Andres Freund 2016-10-10 20:45:35 pgsql: Make regression tests less dependent on hash table order.