1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-28 05:21:27 +03:00

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
This commit is contained in:
Bruce Momjian 2020-08-31 15:23:18 -04:00
parent dd00de928c
commit aa02d352b5

View File

@ -2316,7 +2316,7 @@ include_dir 'conf.d'
ensure data preservation even if a standby instance of ensure data preservation even if a standby instance of
<productname>PostgreSQL</> were to crash, but not if the standby <productname>PostgreSQL</> were to crash, but not if the standby
suffers an operating-system-level crash, since the data has not suffers an operating-system-level crash, since the data has not
necessarily reached stable storage on the standby. necessarily reached durable storage on the standby.
Finally, the setting <literal>local</> causes commits to wait for Finally, the setting <literal>local</> causes commits to wait for
local flush to disk, but not for replication. This is not usually local flush to disk, but not for replication. This is not usually
desirable when synchronous replication is in use, but is provided for desirable when synchronous replication is in use, but is provided for