Skip to content

Commit 851e0f0

Browse files
committed
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
1 parent 58eb176 commit 851e0f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/config.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2122,7 +2122,7 @@ include_dir 'conf.d'
21222122
until a reply from the current synchronous standby indicates it has
21232123
received the commit record of the transaction and written it out to
21242124
the standby's operating system, but the data has not necessarily
2125-
reached stable storage on the standby. This setting is sufficient to
2125+
reached durable storage on the standby. This setting is sufficient to
21262126
ensure data preservation even if the standby instance of
21272127
<productname>PostgreSQL</> were to crash, but not if the standby
21282128
suffers an operating-system-level crash.

0 commit comments

Comments
 (0)