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/[email protected] Branch ------ REL_11_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/d0371f190a1f58f233febeee347ea18790786e84 Modified Files -------------- doc/src/sgml/runtime.sgml | 11 ++++++----- src/backend/postmaster/postmaster.c | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-)
