Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit70e791f

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.usBackpatch-through: 9.5
1 parent1e0512f commit70e791f

File tree

2 files changed

+25
-25
lines changed

2 files changed

+25
-25
lines changed

‎doc/src/sgml/config.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2740,7 +2740,7 @@ include_dir 'conf.d'
27402740
ensure data preservation even if a standby instance of
27412741
<productname>PostgreSQL</productname> were to crash, but not if the standby
27422742
suffers an operating-system-level crash, since the data has not
2743-
necessarily reachedstable storage on the standby.
2743+
necessarily reacheddurable storage on the standby.
27442744
Finally, the setting <literal>local</literal> causes commits to wait for
27452745
local flush to disk, but not for replication. This is not usually
27462746
desirable when synchronous replication is in use, but is provided for

‎doc/src/sgml/monitoring.sgml

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1214,12 +1214,12 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
12141214
<row>
12151215
<entry><literal>ControlFileSync</literal></entry>
12161216
<entry>Waiting for the <filename>pg_control</filename> file to reach
1217-
stable storage.</entry>
1217+
durable storage.</entry>
12181218
</row>
12191219
<row>
12201220
<entry><literal>ControlFileSyncUpdate</literal></entry>
12211221
<entry>Waiting for an update to the <filename>pg_control</filename> file
1222-
to reachstable storage.</entry>
1222+
to reachdurable storage.</entry>
12231223
</row>
12241224
<row>
12251225
<entry><literal>ControlFileWrite</literal></entry>
@@ -1250,12 +1250,12 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
12501250
</row>
12511251
<row>
12521252
<entry><literal>DataFileFlush</literal></entry>
1253-
<entry>Waiting for a relation data file to reachstable storage.</entry>
1253+
<entry>Waiting for a relation data file to reachdurable storage.</entry>
12541254
</row>
12551255
<row>
12561256
<entry><literal>DataFileImmediateSync</literal></entry>
12571257
<entry>Waiting for an immediate synchronization of a relation data file to
1258-
stable storage.</entry>
1258+
durable storage.</entry>
12591259
</row>
12601260
<row>
12611261
<entry><literal>DataFilePrefetch</literal></entry>
@@ -1268,7 +1268,7 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
12681268
</row>
12691269
<row>
12701270
<entry><literal>DataFileSync</literal></entry>
1271-
<entry>Waiting for changes to a relation data file to reachstable storage.</entry>
1271+
<entry>Waiting for changes to a relation data file to reachdurable storage.</entry>
12721272
</row>
12731273
<row>
12741274
<entry><literal>DataFileTruncate</literal></entry>
@@ -1285,7 +1285,7 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
12851285
</row>
12861286
<row>
12871287
<entry><literal>LockFileAddToDataDirSync</literal></entry>
1288-
<entry>Waiting for data to reachstable storage while adding a line to the
1288+
<entry>Waiting for data to reachdurable storage while adding a line to the
12891289
data directory lock file.</entry>
12901290
</row>
12911291
<row>
@@ -1300,7 +1300,7 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
13001300
</row>
13011301
<row>
13021302
<entry><literal>LockFileCreateSync</literal></entry>
1303-
<entry>Waiting for data to reachstable storage while creating the data
1303+
<entry>Waiting for data to reachdurable storage while creating the data
13041304
directory lock file.</entry>
13051305
</row>
13061306
<row>
@@ -1315,12 +1315,12 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
13151315
</row>
13161316
<row>
13171317
<entry><literal>LogicalRewriteCheckpointSync</literal></entry>
1318-
<entry>Waiting for logical rewrite mappings to reachstable storage
1318+
<entry>Waiting for logical rewrite mappings to reachdurable storage
13191319
during a checkpoint.</entry>
13201320
</row>
13211321
<row>
13221322
<entry><literal>LogicalRewriteMappingSync</literal></entry>
1323-
<entry>Waiting for mapping data to reachstable storage during a logical
1323+
<entry>Waiting for mapping data to reachdurable storage during a logical
13241324
rewrite.</entry>
13251325
</row>
13261326
<row>
@@ -1330,7 +1330,7 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
13301330
</row>
13311331
<row>
13321332
<entry><literal>LogicalRewriteSync</literal></entry>
1333-
<entry>Waiting for logical rewrite mappings to reachstable
1333+
<entry>Waiting for logical rewrite mappings to reachdurable
13341334
storage.</entry>
13351335
</row>
13361336
<row>
@@ -1348,7 +1348,7 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
13481348
</row>
13491349
<row>
13501350
<entry><literal>RelationMapSync</literal></entry>
1351-
<entry>Waiting for the relation map file to reachstable storage.</entry>
1351+
<entry>Waiting for the relation map file to reachdurable storage.</entry>
13521352
</row>
13531353
<row>
13541354
<entry><literal>RelationMapWrite</literal></entry>
@@ -1373,12 +1373,12 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
13731373
</row>
13741374
<row>
13751375
<entry><literal>ReplicationSlotRestoreSync</literal></entry>
1376-
<entry>Waiting for a replication slot control file to reachstable storage
1376+
<entry>Waiting for a replication slot control file to reachdurable storage
13771377
while restoring it to memory.</entry>
13781378
</row>
13791379
<row>
13801380
<entry><literal>ReplicationSlotSync</literal></entry>
1381-
<entry>Waiting for a replication slot control file to reachstable
1381+
<entry>Waiting for a replication slot control file to reachdurable
13821382
storage.</entry>
13831383
</row>
13841384
<row>
@@ -1387,7 +1387,7 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
13871387
</row>
13881388
<row>
13891389
<entry><literal>SLRUFlushSync</literal></entry>
1390-
<entry>Waiting for SLRU data to reachstable storage during a checkpoint
1390+
<entry>Waiting for SLRU data to reachdurable storage during a checkpoint
13911391
or database shutdown.</entry>
13921392
</row>
13931393
<row>
@@ -1396,7 +1396,7 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
13961396
</row>
13971397
<row>
13981398
<entry><literal>SLRUSync</literal></entry>
1399-
<entry>Waiting for SLRU data to reachstable storage following a page
1399+
<entry>Waiting for SLRU data to reachdurable storage following a page
14001400
write.</entry>
14011401
</row>
14021402
<row>
@@ -1411,7 +1411,7 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
14111411
<row>
14121412
<entry><literal>SnapbuildSync</literal></entry>
14131413
<entry>Waiting for a serialized historical catalog snapshot to reach
1414-
stable storage.</entry>
1414+
durable storage.</entry>
14151415
</row>
14161416
<row>
14171417
<entry><literal>SnapbuildWrite</literal></entry>
@@ -1421,7 +1421,7 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
14211421
<row>
14221422
<entry><literal>TimelineHistoryFileSync</literal></entry>
14231423
<entry>Waiting for a timeline history file received via streaming
1424-
replication to reachstable storage.</entry>
1424+
replication to reachdurable storage.</entry>
14251425
</row>
14261426
<row>
14271427
<entry><literal>TimelineHistoryFileWrite</literal></entry>
@@ -1434,7 +1434,7 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
14341434
</row>
14351435
<row>
14361436
<entry><literal>TimelineHistorySync</literal></entry>
1437-
<entry>Waiting for a newly created timeline history file to reachstable
1437+
<entry>Waiting for a newly created timeline history file to reachdurable
14381438
storage.</entry>
14391439
</row>
14401440
<row>
@@ -1448,15 +1448,15 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
14481448
</row>
14491449
<row>
14501450
<entry><literal>TwophaseFileSync</literal></entry>
1451-
<entry>Waiting for a two phase state file to reachstable storage.</entry>
1451+
<entry>Waiting for a two phase state file to reachdurable storage.</entry>
14521452
</row>
14531453
<row>
14541454
<entry><literal>TwophaseFileWrite</literal></entry>
14551455
<entry>Waiting for a write of a two phase state file.</entry>
14561456
</row>
14571457
<row>
14581458
<entry><literal>WALBootstrapSync</literal></entry>
1459-
<entry>Waiting for WAL to reachstable storage during
1459+
<entry>Waiting for WAL to reachdurable storage during
14601460
bootstrapping.</entry>
14611461
</row>
14621462
<row>
@@ -1471,7 +1471,7 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
14711471
<row>
14721472
<entry><literal>WALCopySync</literal></entry>
14731473
<entry>Waiting for a new WAL segment created by copying an existing one to
1474-
reachstable storage.</entry>
1474+
reachdurable storage.</entry>
14751475
</row>
14761476
<row>
14771477
<entry><literal>WALCopyWrite</literal></entry>
@@ -1480,7 +1480,7 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
14801480
</row>
14811481
<row>
14821482
<entry><literal>WALInitSync</literal></entry>
1483-
<entry>Waiting for a newly initialized WAL file to reachstable
1483+
<entry>Waiting for a newly initialized WAL file to reachdurable
14841484
storage.</entry>
14851485
</row>
14861486
<row>
@@ -1498,11 +1498,11 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
14981498
</row>
14991499
<row>
15001500
<entry><literal>WALSync</literal></entry>
1501-
<entry>Waiting for a WAL file to reachstable storage.</entry>
1501+
<entry>Waiting for a WAL file to reachdurable storage.</entry>
15021502
</row>
15031503
<row>
15041504
<entry><literal>WALSyncMethodAssign</literal></entry>
1505-
<entry>Waiting for data to reachstable storage while assigning a new
1505+
<entry>Waiting for data to reachdurable storage while assigning a new
15061506
WAL sync method.</entry>
15071507
</row>
15081508
<row>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp