pgsql: Remove incorrect statement about IPC configuration on OpenBSD

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove incorrect statement about IPC configuration on OpenBSD
Date: 2018-05-25 12:02:42
Message-ID: E1fMBQg-00067z-3r@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove incorrect statement about IPC configuration on OpenBSD

kern.ipc.shm_use_phys is not a sysctl on OpenBSD, and SEMMAP is not
a kernel configuration option. These were probably copy pasteos from
when the documentation had a single paragraph for *BSD.

Author: Daniel Gustafsson <daniel(at)yesql(dot)se>

Branch
------
REL9_3_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/60242ebcfeae015462d5539d41c12b40fcad3045

Modified Files
--------------
doc/src/sgml/runtime.sgml | 7 -------
1 file changed, 7 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2018-05-25 18:31:29 pgsql: Fix misidentification of SQL statement type in plpgsql's exec_st
Previous Message Tom Lane 2018-05-24 21:41:57 pgsql: Update non-default collation tests for getObjectDescription() ch