pgsql: Remove incorrect statement about IPC configuration on OpenBSD - Mailing list pgsql-committers

From Magnus Hagander
Subject pgsql: Remove incorrect statement about IPC configuration on OpenBSD
Date
Msg-id E1fMBQg-00067u-3U@gemulon.postgresql.org
Whole thread Raw
List 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@yesql.se>

Branch
------
REL9_6_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/de1593d45587988f6e2450e78d623718df3e085e

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


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Update non-default collation tests for getObjectDescription()ch
Next
From: Tom Lane
Date:
Subject: pgsql: Fix misidentification of SQL statement type in plpgsql'sexec_st