]> git.ipfire.org Git - thirdparty/postgresql.git/commit
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 13:42:02 +0000 (09:42 -0400)
commiteb0097c6f3eeb559e33369066be7279f540d05db
treed48e224451a403eaca6c4472ceeab74748028342
parent6d05d575bec5ef9a05f8d62f1c872b71dde32a01
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