pgsql: Update our information about OS X shared memory configuration: - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Update our information about OS X shared memory configuration:
Date
Msg-id 20100430222451.0D7FE7541D2@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Update our information about OS X shared memory configuration: it's now
possible to set most of the SHM kernel parameters without a reboot.
Also, reorder the paragraph to explain the modern configuration method first.
There are probably not too many people who still care about how to do it on
OS X 10.3 or older.

Modified Files:
--------------
    pgsql/doc/src/sgml:
        runtime.sgml (r1.434 -> r1.435)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/runtime.sgml?r1=1.434&r2=1.435)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Improve COPY documentation to clarify that it doesn't copy data
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix leakage of proc-related storage in plpython's inline handler.