Skip to content

Commit f6679e0

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 663292e commit f6679e0

File tree

2 files changed

+24
-24
lines changed

2 files changed

+24
-24
lines changed

doc/src/sgml/config.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2382,7 +2382,7 @@ include_dir 'conf.d'
23822382
ensure data preservation even if a standby instance of
23832383
<productname>PostgreSQL</> were to crash, but not if the standby
23842384
suffers an operating-system-level crash, since the data has not
2385-
necessarily reached stable storage on the standby.
2385+
necessarily reached durable storage on the standby.
23862386
Finally, the setting <literal>local</> causes commits to wait for
23872387
local flush to disk, but not for replication. This is not usually
23882388
desirable when synchronous replication is in use, but is provided for

doc/src/sgml/monitoring.sgml

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1375,11 +1375,11 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
13751375
</row>
13761376
<row>
13771377
<entry><literal>ControlFileSync</></entry>
1378-
<entry>Waiting for the control file to reach stable storage.</entry>
1378+
<entry>Waiting for the control file to reach durable storage.</entry>
13791379
</row>
13801380
<row>
13811381
<entry><literal>ControlFileSyncUpdate</></entry>
1382-
<entry>Waiting for an update to the control file to reach stable storage.</entry>
1382+
<entry>Waiting for an update to the control file to reach durable storage.</entry>
13831383
</row>
13841384
<row>
13851385
<entry><literal>ControlFileWrite</></entry>
@@ -1403,11 +1403,11 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
14031403
</row>
14041404
<row>
14051405
<entry><literal>DataFileFlush</></entry>
1406-
<entry>Waiting for a relation data file to reach stable storage.</entry>
1406+
<entry>Waiting for a relation data file to reach durable storage.</entry>
14071407
</row>
14081408
<row>
14091409
<entry><literal>DataFileImmediateSync</></entry>
1410-
<entry>Waiting for an immediate synchronization of a relation data file to stable storage.</entry>
1410+
<entry>Waiting for an immediate synchronization of a relation data file to durable storage.</entry>
14111411
</row>
14121412
<row>
14131413
<entry><literal>DataFilePrefetch</></entry>
@@ -1419,7 +1419,7 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
14191419
</row>
14201420
<row>
14211421
<entry><literal>DataFileSync</></entry>
1422-
<entry>Waiting for changes to a relation data file to reach stable storage.</entry>
1422+
<entry>Waiting for changes to a relation data file to reach durable storage.</entry>
14231423
</row>
14241424
<row>
14251425
<entry><literal>DataFileTruncate</></entry>
@@ -1439,7 +1439,7 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
14391439
</row>
14401440
<row>
14411441
<entry><literal>LockFileAddToDataDirSync</></entry>
1442-
<entry>Waiting for data to reach stable storage while adding a line to the data directory lock file.</entry>
1442+
<entry>Waiting for data to reach durable storage while adding a line to the data directory lock file.</entry>
14431443
</row>
14441444
<row>
14451445
<entry><literal>LockFileAddToDataDirWrite</></entry>
@@ -1451,7 +1451,7 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
14511451
</row>
14521452
<row>
14531453
<entry><literal>LockFileCreateSync</></entry>
1454-
<entry>Waiting for data to reach stable storage while creating the data directory lock file.</entry>
1454+
<entry>Waiting for data to reach durable storage while creating the data directory lock file.</entry>
14551455
</row>
14561456
<row>
14571457
<entry><literal>LockFileCreateWrite</></entry>
@@ -1463,19 +1463,19 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
14631463
</row>
14641464
<row>
14651465
<entry><literal>LogicalRewriteCheckpointSync</></entry>
1466-
<entry>Waiting for logical rewrite mappings to reach stable storage during a checkpoint.</entry>
1466+
<entry>Waiting for logical rewrite mappings to reach durable storage during a checkpoint.</entry>
14671467
</row>
14681468
<row>
14691469
<entry><literal>LogicalRewriteMappingSync</></entry>
1470-
<entry>Waiting for mapping data to reach stable storage during a logical rewrite.</entry>
1470+
<entry>Waiting for mapping data to reach durable storage during a logical rewrite.</entry>
14711471
</row>
14721472
<row>
14731473
<entry><literal>LogicalRewriteMappingWrite</></entry>
14741474
<entry>Waiting for a write of mapping data during a logical rewrite.</entry>
14751475
</row>
14761476
<row>
14771477
<entry><literal>LogicalRewriteSync</></entry>
1478-
<entry>Waiting for logical rewrite mappings to reach stable storage.</entry>
1478+
<entry>Waiting for logical rewrite mappings to reach durable storage.</entry>
14791479
</row>
14801480
<row>
14811481
<entry><literal>LogicalRewriteTruncate</></entry>
@@ -1491,7 +1491,7 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
14911491
</row>
14921492
<row>
14931493
<entry><literal>RelationMapSync</></entry>
1494-
<entry>Waiting for the relation map file to reach stable storage.</entry>
1494+
<entry>Waiting for the relation map file to reach durable storage.</entry>
14951495
</row>
14961496
<row>
14971497
<entry><literal>RelationMapWrite</></entry>
@@ -1515,27 +1515,27 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
15151515
</row>
15161516
<row>
15171517
<entry><literal>ReplicationSlotRestoreSync</></entry>
1518-
<entry>Waiting for a replication slot control file to reach stable storage while restoring it to memory.</entry>
1518+
<entry>Waiting for a replication slot control file to reach durable storage while restoring it to memory.</entry>
15191519
</row>
15201520
<row>
15211521
<entry><literal>ReplicationSlotSync</></entry>
1522-
<entry>Waiting for a replication slot control file to reach stable storage.</entry>
1522+
<entry>Waiting for a replication slot control file to reach durable storage.</entry>
15231523
</row>
15241524
<row>
15251525
<entry><literal>ReplicationSlotWrite</></entry>
15261526
<entry>Waiting for a write to a replication slot control file.</entry>
15271527
</row>
15281528
<row>
15291529
<entry><literal>SLRUFlushSync</></entry>
1530-
<entry>Waiting for SLRU data to reach stable storage during a checkpoint or database shutdown.</entry>
1530+
<entry>Waiting for SLRU data to reach durable storage during a checkpoint or database shutdown.</entry>
15311531
</row>
15321532
<row>
15331533
<entry><literal>SLRURead</></entry>
15341534
<entry>Waiting for a read of an SLRU page.</entry>
15351535
</row>
15361536
<row>
15371537
<entry><literal>SLRUSync</></entry>
1538-
<entry>Waiting for SLRU data to reach stable storage following a page write.</entry>
1538+
<entry>Waiting for SLRU data to reach durable storage following a page write.</entry>
15391539
</row>
15401540
<row>
15411541
<entry><literal>SLRUWrite</></entry>
@@ -1547,15 +1547,15 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
15471547
</row>
15481548
<row>
15491549
<entry><literal>SnapbuildSync</></entry>
1550-
<entry>Waiting for a serialized historical catalog snapshot to reach stable storage.</entry>
1550+
<entry>Waiting for a serialized historical catalog snapshot to reach durable storage.</entry>
15511551
</row>
15521552
<row>
15531553
<entry><literal>SnapbuildWrite</></entry>
15541554
<entry>Waiting for a write of a serialized historical catalog snapshot.</entry>
15551555
</row>
15561556
<row>
15571557
<entry><literal>TimelineHistoryFileSync</></entry>
1558-
<entry>Waiting for a timeline history file received via streaming replication to reach stable storage.</entry>
1558+
<entry>Waiting for a timeline history file received via streaming replication to reach durable storage.</entry>
15591559
</row>
15601560
<row>
15611561
<entry><literal>TimelineHistoryFileWrite</></entry>
@@ -1567,7 +1567,7 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
15671567
</row>
15681568
<row>
15691569
<entry><literal>TimelineHistorySync</></entry>
1570-
<entry>Waiting for a newly created timeline history file to reach stable storage.</entry>
1570+
<entry>Waiting for a newly created timeline history file to reach durable storage.</entry>
15711571
</row>
15721572
<row>
15731573
<entry><literal>TimelineHistoryWrite</></entry>
@@ -1579,15 +1579,15 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
15791579
</row>
15801580
<row>
15811581
<entry><literal>TwophaseFileSync</></entry>
1582-
<entry>Waiting for a two phase state file to reach stable storage.</entry>
1582+
<entry>Waiting for a two phase state file to reach durable storage.</entry>
15831583
</row>
15841584
<row>
15851585
<entry><literal>TwophaseFileWrite</></entry>
15861586
<entry>Waiting for a write of a two phase state file.</entry>
15871587
</row>
15881588
<row>
15891589
<entry><literal>WALBootstrapSync</></entry>
1590-
<entry>Waiting for WAL to reach stable storage during bootstrapping.</entry>
1590+
<entry>Waiting for WAL to reach durable storage during bootstrapping.</entry>
15911591
</row>
15921592
<row>
15931593
<entry><literal>WALBootstrapWrite</></entry>
@@ -1599,15 +1599,15 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
15991599
</row>
16001600
<row>
16011601
<entry><literal>WALCopySync</></entry>
1602-
<entry>Waiting a new WAL segment created by copying an existing one to reach stable storage.</entry>
1602+
<entry>Waiting a new WAL segment created by copying an existing one to reach durable storage.</entry>
16031603
</row>
16041604
<row>
16051605
<entry><literal>WALCopyWrite</></entry>
16061606
<entry>Waiting for a write when creating a new WAL segment by copying an existing one.</entry>
16071607
</row>
16081608
<row>
16091609
<entry><literal>WALInitSync</></entry>
1610-
<entry>Waiting for a newly initialized WAL file to reach stable storage.</entry>
1610+
<entry>Waiting for a newly initialized WAL file to reach durable storage.</entry>
16111611
</row>
16121612
<row>
16131613
<entry><literal>WALInitWrite</></entry>
@@ -1623,7 +1623,7 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
16231623
</row>
16241624
<row>
16251625
<entry><literal>WALSyncMethodAssign</></entry>
1626-
<entry>Waiting for data to reach stable storage while assigning WAL sync method.</entry>
1626+
<entry>Waiting for data to reach durable storage while assigning WAL sync method.</entry>
16271627
</row>
16281628
<row>
16291629
<entry><literal>WALWrite</></entry>

0 commit comments

Comments
 (0)