pgsql: Doc: prefer sysctl to /proc/sys in docs and comments. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Doc: prefer sysctl to /proc/sys in docs and comments.
Date
Msg-id E1oQUgX-000r5j-4F@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
REL_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/eb0097c6f3eeb559e33369066be7279f540d05db

Modified Files
--------------
doc/src/sgml/runtime.sgml           | 11 ++++++-----
src/backend/postmaster/postmaster.c |  2 +-
2 files changed, 7 insertions(+), 6 deletions(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Remove offsetof definition
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Remove further unwanted linker flags from perl_embed_ldflags