diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml
index f569aa20154..2227ae33c8f 100644
--- a/doc/src/sgml/config.sgml
+++ b/doc/src/sgml/config.sgml
@@ -2471,7 +2471,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
diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml
index 622c73d37a5..f63988865f9 100644
--- a/doc/src/sgml/monitoring.sgml
+++ b/doc/src/sgml/monitoring.sgml
@@ -1457,11 +1457,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
@@ -1485,11 +1485,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
@@ -1501,7 +1501,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
@@ -1521,7 +1521,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
@@ -1533,7 +1533,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
@@ -1545,11 +1545,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
@@ -1557,7 +1557,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
@@ -1573,7 +1573,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
@@ -1597,11 +1597,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
@@ -1609,7 +1609,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
@@ -1617,7 +1617,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
@@ -1629,7 +1629,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
@@ -1637,7 +1637,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
@@ -1649,7 +1649,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
@@ -1661,7 +1661,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
@@ -1669,7 +1669,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
@@ -1681,7 +1681,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
@@ -1689,7 +1689,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
@@ -1705,7 +1705,7 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
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