docs: replace "stable storage" with "durable" in descriptions
authorBruce Momjian
Mon, 31 Aug 2020 19:23:19 +0000 (15:23 -0400)
committerBruce Momjian
Mon, 31 Aug 2020 19:23:19 +0000 (15:23 -0400)
For PG, "durable storage" has a clear meaning, while "stable storage"
does not, so use the former.

Discussion: https://postgr.es/m/20200817165222[email protected]

Backpatch-through: 9.5

doc/src/sgml/config.sgml
doc/src/sgml/monitoring.sgml

index 89f1ce330587289cbfb3104fc1149a5863a1f0de..a03544edce8b8d6d741d7f7fae1c794085cb737f 100644 (file)
@@ -2610,7 +2610,7 @@ include_dir 'conf.d'
         ensure data preservation even if a standby instance of
         PostgreSQL were to crash, but not if the standby
         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 local causes commits to wait for
         local flush to disk, but not for replication.  This is not usually
         desirable when synchronous replication is in use, but is provided for
index 0de92cd1dd81537fd6545484f2736b4076561bbf..82097d29b400402c27feaf59598fe01777f7b4e1 100644 (file)
@@ -1510,11 +1510,11 @@ postgres   27093  0.0  0.0  30096  2752 ?        Ss   11:34   0:00 postgres: ser
         
         
          ControlFileSync
-         Waiting for the control file to reach stable storage.
+         Waiting for the control file to reach durable storage.
         
         
          ControlFileSyncUpdate
-         Waiting for an update to the control file to reach stable storage.
+         Waiting for an update to the control file to reach durable storage.
         
         
          ControlFileWrite
@@ -1538,11 +1538,11 @@ postgres   27093  0.0  0.0  30096  2752 ?        Ss   11:34   0:00 postgres: ser
         
         
          DataFileFlush
-         Waiting for a relation data file to reach stable storage.
+         Waiting for a relation data file to reach durable storage.
         
         
          DataFileImmediateSync
-         Waiting for an immediate synchronization of a relation data file to stable storage.
+         Waiting for an immediate synchronization of a relation data file to durable storage.
         
         
          DataFilePrefetch
@@ -1554,7 +1554,7 @@ postgres   27093  0.0  0.0  30096  2752 ?        Ss   11:34   0:00 postgres: ser
         
         
          DataFileSync
-         Waiting for changes to a relation data file to reach stable storage.
+         Waiting for changes to a relation data file to reach durable storage.
         
         
          DataFileTruncate
@@ -1574,7 +1574,7 @@ postgres   27093  0.0  0.0  30096  2752 ?        Ss   11:34   0:00 postgres: ser
         
         
          LockFileAddToDataDirSync
-         Waiting for data to reach stable storage while adding a line to the data directory lock file.
+         Waiting for data to reach durable storage while adding a line to the data directory lock file.
         
         
          LockFileAddToDataDirWrite
@@ -1586,7 +1586,7 @@ postgres   27093  0.0  0.0  30096  2752 ?        Ss   11:34   0:00 postgres: ser
         
         
          LockFileCreateSync
-         Waiting for data to reach stable storage while creating the data directory lock file.
+         Waiting for data to reach durable storage while creating the data directory lock file.
         
         
          LockFileCreateWrite
@@ -1598,11 +1598,11 @@ postgres   27093  0.0  0.0  30096  2752 ?        Ss   11:34   0:00 postgres: ser
         
         
          LogicalRewriteCheckpointSync
-         Waiting for logical rewrite mappings to reach stable storage during a checkpoint.
+         Waiting for logical rewrite mappings to reach durable storage during a checkpoint.
         
         
          LogicalRewriteMappingSync
-         Waiting for mapping data to reach stable storage during a logical rewrite.
+         Waiting for mapping data to reach durable storage during a logical rewrite.
         
         
          LogicalRewriteMappingWrite
@@ -1610,7 +1610,7 @@ postgres   27093  0.0  0.0  30096  2752 ?        Ss   11:34   0:00 postgres: ser
         
         
          LogicalRewriteSync
-         Waiting for logical rewrite mappings to reach stable storage.
+         Waiting for logical rewrite mappings to reach durable storage.
         
         
          LogicalRewriteTruncate
@@ -1626,7 +1626,7 @@ postgres   27093  0.0  0.0  30096  2752 ?        Ss   11:34   0:00 postgres: ser
         
         
          RelationMapSync
-         Waiting for the relation map file to reach stable storage.
+         Waiting for the relation map file to reach durable storage.
         
         
          RelationMapWrite
@@ -1650,11 +1650,11 @@ postgres   27093  0.0  0.0  30096  2752 ?        Ss   11:34   0:00 postgres: ser
         
         
          ReplicationSlotRestoreSync
-         Waiting for a replication slot control file to reach stable storage while restoring it to memory.
+         Waiting for a replication slot control file to reach durable storage while restoring it to memory.
         
         
          ReplicationSlotSync
-         Waiting for a replication slot control file to reach stable storage.
+         Waiting for a replication slot control file to reach durable storage.
         
         
          ReplicationSlotWrite
@@ -1662,7 +1662,7 @@ postgres   27093  0.0  0.0  30096  2752 ?        Ss   11:34   0:00 postgres: ser
         
         
          SLRUFlushSync
-         Waiting for SLRU data to reach stable storage during a checkpoint or database shutdown.
+         Waiting for SLRU data to reach durable storage during a checkpoint or database shutdown.
         
         
          SLRURead
@@ -1670,7 +1670,7 @@ postgres   27093  0.0  0.0  30096  2752 ?        Ss   11:34   0:00 postgres: ser
         
         
          SLRUSync
-         Waiting for SLRU data to reach stable storage following a page write.
+         Waiting for SLRU data to reach durable storage following a page write.
         
         
          SLRUWrite
@@ -1682,7 +1682,7 @@ postgres   27093  0.0  0.0  30096  2752 ?        Ss   11:34   0:00 postgres: ser
         
         
          SnapbuildSync
-         Waiting for a serialized historical catalog snapshot to reach stable storage.
+         Waiting for a serialized historical catalog snapshot to reach durable storage.
         
         
          SnapbuildWrite
@@ -1690,7 +1690,7 @@ postgres   27093  0.0  0.0  30096  2752 ?        Ss   11:34   0:00 postgres: ser
         
         
          TimelineHistoryFileSync
-         Waiting for a timeline history file received via streaming replication to reach stable storage.
+         Waiting for a timeline history file received via streaming replication to reach durable storage.
         
         
          TimelineHistoryFileWrite
@@ -1702,7 +1702,7 @@ postgres   27093  0.0  0.0  30096  2752 ?        Ss   11:34   0:00 postgres: ser
         
         
          TimelineHistorySync
-         Waiting for a newly created timeline history file to reach stable storage.
+         Waiting for a newly created timeline history file to reach durable storage.
         
         
          TimelineHistoryWrite
@@ -1714,7 +1714,7 @@ postgres   27093  0.0  0.0  30096  2752 ?        Ss   11:34   0:00 postgres: ser
         
         
          TwophaseFileSync
-         Waiting for a two phase state file to reach stable storage.
+         Waiting for a two phase state file to reach durable storage.
         
         
          TwophaseFileWrite
@@ -1722,7 +1722,7 @@ postgres   27093  0.0  0.0  30096  2752 ?        Ss   11:34   0:00 postgres: ser
         
         
          WALBootstrapSync
-         Waiting for WAL to reach stable storage during bootstrapping.
+         Waiting for WAL to reach durable storage during bootstrapping.
         
         
          WALBootstrapWrite
@@ -1734,7 +1734,7 @@ postgres   27093  0.0  0.0  30096  2752 ?        Ss   11:34   0:00 postgres: ser
         
         
          WALCopySync
-         Waiting a new WAL segment created by copying an existing one to reach stable storage.
+         Waiting a new WAL segment created by copying an existing one to reach durable storage.
         
         
          WALCopyWrite
@@ -1742,7 +1742,7 @@ postgres   27093  0.0  0.0  30096  2752 ?        Ss   11:34   0:00 postgres: ser
         
         
          WALInitSync
-         Waiting for a newly initialized WAL file to reach stable storage.
+         Waiting for a newly initialized WAL file to reach durable storage.
         
         
          WALInitWrite
@@ -1758,11 +1758,11 @@ postgres   27093  0.0  0.0  30096  2752 ?        Ss   11:34   0:00 postgres: ser
         
         
          WALSync
-         Waiting for a WAL file to reach stable storage.
+         Waiting for a WAL file to reach durable storage.
         
         
          WALSyncMethodAssign
-         Waiting for data to reach stable storage while assigning WAL sync method.
+         Waiting for data to reach durable storage while assigning WAL sync method.
         
         
          WALWrite