pgsql: Doc: prefer sysctl to /proc/sys in docs and comments.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Doc: prefer sysctl to /proc/sys in docs and comments.
Дата
Msg-id E1oQUgX-000r5u-6F@gemulon.postgresql.org
обсуждение исходный текст
Список 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_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/384199ec505955ca1777b30f1ceea4b33ac82f4b

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


В списке pgsql-committers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Remove offsetof definition
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Remove further unwanted linker flags from perl_embed_ldflags