Doc: prefer sysctl to /proc/sys in docs and comments.
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 23 Aug 2022 13:41:37 +0000 (09:41 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 23 Aug 2022 14:15:06 +0000 (10:15 -0400)
commit4ee6740167b6a311660a1e8752447a496dd0d235
tree1cf1401792ef68cb1873d44063316462fa5c71f5
parentbd67b7e01031b688f2f19f657ece4aa2322dbcc8
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
doc/src/sgml/runtime.sgml
src/backend/postmaster/postmaster.c