pgsql: doc: rewrite random_page_cost description - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: doc: rewrite random_page_cost description
Date
Msg-id E1vEboa-004JPP-2x@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
doc:  rewrite random_page_cost description

This removes some of the specifics of how the default was set, and adds
a mention of latency as a reason the value is lower than the storage
hardware might suggest.  It still mentions caching.

Discussion: https://postgr.es/m/CAKAnmmK_nSPYr53LobUwQD59a-8U9GEC3XGJ43oaTYJq5nAOkw@mail.gmail.com

Backpatch-through: 13

Branch
------
REL_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/4c0b7bdd5e9d02e1a8fcdb6a8f269ab9daa14d89

Modified Files
--------------
doc/src/sgml/config.sgml | 36 ++++++++++++++++++------------------
1 file changed, 18 insertions(+), 18 deletions(-)


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: ci: macos: Upgrade to Sequoia
Next
From: Michael Paquier
Date:
Subject: pgsql: Add test tracking WAL receiver shutdown for primary_conninfo upd