Doc: prefer sysctl to /proc/sys in docs and comments.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 384497f34de5435921ed2c32d29874f4f7532c3a
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2022-08-23T13:42:10Z
Releases: 13.9
Doc: prefer sysctl to /proc/sys in docs and comments.

sysctl is more portable than Linux's /proc/sys file tree, and
often easier to use too.  That's why most of our docs refer to
sysctl when talking about how to adjust kernel parameters.
Bring the few stragglers into line.

Discussion: https://postgr.es/m/361175.1661187463@sss.pgh.pa.us

Files

PathChange+/−
doc/src/sgml/runtime.sgml modified +6 −5
src/backend/postmaster/postmaster.c modified +1 −1

Documentation touched

Discussion