pgsql: docs: replace "stable storage" with "durable" in descriptions

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: docs: replace "stable storage" with "durable" in descriptions
Date: 2020-08-31 19:23:36
Message-ID: E1kCpOy-000864-K8@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

docs: replace "stable storage" with "durable" in descriptions

For PG, "durable storage" has a clear meaning, while "stable storage"
does not, so use the former.

Discussion: https://postgr.es/m/20200817165222.GA31806@momjian.us

Backpatch-through: 9.5

Branch
------
REL_10_STABLE

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

Modified Files
--------------
doc/src/sgml/config.sgml | 2 +-
doc/src/sgml/monitoring.sgml | 46 ++++++++++++++++++++++----------------------
2 files changed, 24 insertions(+), 24 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2020-08-31 20:21:20 pgsql: docs: clarify intermediate certificate creation instructions
Previous Message Bruce Momjian 2020-08-31 17:58:16 pgsql: C comment: remove mention of use of t_hoff WAL structure member