]> 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:41:53 +0000 (09:41 -0400)
commitd53ff6a44b32c15dd150c383ffbe4b0f5dd13037
tree3fcce677fce0f2c6b95adabf2e1798a5e8486b37
parent42681dffafa2f9dea3e034d0c29a3f1a7b3b07e8
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