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

Commit1bb41c6

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 parent8006ac1 commit1bb41c6

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
@@ -2689,7 +2689,7 @@ include_dir 'conf.d'
26892689
ensure data preservation even if a standby instance of
26902690
<productname>PostgreSQL</productname> were to crash, but not if the standby
26912691
suffers an operating-system-level crash, since the data has not
2692-
necessarily reachedstable storage on the standby.
2692+
necessarily reacheddurable storage on the standby.
26932693
Finally, the setting <literal>local</literal> causes commits to wait for
26942694
local flush to disk, but not for replication. This is not usually
26952695
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
@@ -1206,12 +1206,12 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
12061206
<row>
12071207
<entry><literal>ControlFileSync</literal></entry>
12081208
<entry>Waiting for the <filename>pg_control</filename> file to reach
1209-
stable storage.</entry>
1209+
durable storage.</entry>
12101210
</row>
12111211
<row>
12121212
<entry><literal>ControlFileSyncUpdate</literal></entry>
12131213
<entry>Waiting for an update to the <filename>pg_control</filename> file
1214-
to reachstable storage.</entry>
1214+
to reachdurable storage.</entry>
12151215
</row>
12161216
<row>
12171217
<entry><literal>ControlFileWrite</literal></entry>
@@ -1242,12 +1242,12 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
12421242
</row>
12431243
<row>
12441244
<entry><literal>DataFileFlush</literal></entry>
1245-
<entry>Waiting for a relation data file to reachstable storage.</entry>
1245+
<entry>Waiting for a relation data file to reachdurable storage.</entry>
12461246
</row>
12471247
<row>
12481248
<entry><literal>DataFileImmediateSync</literal></entry>
12491249
<entry>Waiting for an immediate synchronization of a relation data file to
1250-
stable storage.</entry>
1250+
durable storage.</entry>
12511251
</row>
12521252
<row>
12531253
<entry><literal>DataFilePrefetch</literal></entry>
@@ -1260,7 +1260,7 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
12601260
</row>
12611261
<row>
12621262
<entry><literal>DataFileSync</literal></entry>
1263-
<entry>Waiting for changes to a relation data file to reachstable storage.</entry>
1263+
<entry>Waiting for changes to a relation data file to reachdurable storage.</entry>
12641264
</row>
12651265
<row>
12661266
<entry><literal>DataFileTruncate</literal></entry>
@@ -1277,7 +1277,7 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
12771277
</row>
12781278
<row>
12791279
<entry><literal>LockFileAddToDataDirSync</literal></entry>
1280-
<entry>Waiting for data to reachstable storage while adding a line to the
1280+
<entry>Waiting for data to reachdurable storage while adding a line to the
12811281
data directory lock file.</entry>
12821282
</row>
12831283
<row>
@@ -1292,7 +1292,7 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
12921292
</row>
12931293
<row>
12941294
<entry><literal>LockFileCreateSync</literal></entry>
1295-
<entry>Waiting for data to reachstable storage while creating the data
1295+
<entry>Waiting for data to reachdurable storage while creating the data
12961296
directory lock file.</entry>
12971297
</row>
12981298
<row>
@@ -1307,12 +1307,12 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
13071307
</row>
13081308
<row>
13091309
<entry><literal>LogicalRewriteCheckpointSync</literal></entry>
1310-
<entry>Waiting for logical rewrite mappings to reachstable storage
1310+
<entry>Waiting for logical rewrite mappings to reachdurable storage
13111311
during a checkpoint.</entry>
13121312
</row>
13131313
<row>
13141314
<entry><literal>LogicalRewriteMappingSync</literal></entry>
1315-
<entry>Waiting for mapping data to reachstable storage during a logical
1315+
<entry>Waiting for mapping data to reachdurable storage during a logical
13161316
rewrite.</entry>
13171317
</row>
13181318
<row>
@@ -1322,7 +1322,7 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
13221322
</row>
13231323
<row>
13241324
<entry><literal>LogicalRewriteSync</literal></entry>
1325-
<entry>Waiting for logical rewrite mappings to reachstable
1325+
<entry>Waiting for logical rewrite mappings to reachdurable
13261326
storage.</entry>
13271327
</row>
13281328
<row>
@@ -1340,7 +1340,7 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
13401340
</row>
13411341
<row>
13421342
<entry><literal>RelationMapSync</literal></entry>
1343-
<entry>Waiting for the relation map file to reachstable storage.</entry>
1343+
<entry>Waiting for the relation map file to reachdurable storage.</entry>
13441344
</row>
13451345
<row>
13461346
<entry><literal>RelationMapWrite</literal></entry>
@@ -1365,12 +1365,12 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
13651365
</row>
13661366
<row>
13671367
<entry><literal>ReplicationSlotRestoreSync</literal></entry>
1368-
<entry>Waiting for a replication slot control file to reachstable storage
1368+
<entry>Waiting for a replication slot control file to reachdurable storage
13691369
while restoring it to memory.</entry>
13701370
</row>
13711371
<row>
13721372
<entry><literal>ReplicationSlotSync</literal></entry>
1373-
<entry>Waiting for a replication slot control file to reachstable
1373+
<entry>Waiting for a replication slot control file to reachdurable
13741374
storage.</entry>
13751375
</row>
13761376
<row>
@@ -1379,7 +1379,7 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
13791379
</row>
13801380
<row>
13811381
<entry><literal>SLRUFlushSync</literal></entry>
1382-
<entry>Waiting for SLRU data to reachstable storage during a checkpoint
1382+
<entry>Waiting for SLRU data to reachdurable storage during a checkpoint
13831383
or database shutdown.</entry>
13841384
</row>
13851385
<row>
@@ -1388,7 +1388,7 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
13881388
</row>
13891389
<row>
13901390
<entry><literal>SLRUSync</literal></entry>
1391-
<entry>Waiting for SLRU data to reachstable storage following a page
1391+
<entry>Waiting for SLRU data to reachdurable storage following a page
13921392
write.</entry>
13931393
</row>
13941394
<row>
@@ -1403,7 +1403,7 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
14031403
<row>
14041404
<entry><literal>SnapbuildSync</literal></entry>
14051405
<entry>Waiting for a serialized historical catalog snapshot to reach
1406-
stable storage.</entry>
1406+
durable storage.</entry>
14071407
</row>
14081408
<row>
14091409
<entry><literal>SnapbuildWrite</literal></entry>
@@ -1413,7 +1413,7 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
14131413
<row>
14141414
<entry><literal>TimelineHistoryFileSync</literal></entry>
14151415
<entry>Waiting for a timeline history file received via streaming
1416-
replication to reachstable storage.</entry>
1416+
replication to reachdurable storage.</entry>
14171417
</row>
14181418
<row>
14191419
<entry><literal>TimelineHistoryFileWrite</literal></entry>
@@ -1426,7 +1426,7 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
14261426
</row>
14271427
<row>
14281428
<entry><literal>TimelineHistorySync</literal></entry>
1429-
<entry>Waiting for a newly created timeline history file to reachstable
1429+
<entry>Waiting for a newly created timeline history file to reachdurable
14301430
storage.</entry>
14311431
</row>
14321432
<row>
@@ -1440,15 +1440,15 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
14401440
</row>
14411441
<row>
14421442
<entry><literal>TwophaseFileSync</literal></entry>
1443-
<entry>Waiting for a two phase state file to reachstable storage.</entry>
1443+
<entry>Waiting for a two phase state file to reachdurable storage.</entry>
14441444
</row>
14451445
<row>
14461446
<entry><literal>TwophaseFileWrite</literal></entry>
14471447
<entry>Waiting for a write of a two phase state file.</entry>
14481448
</row>
14491449
<row>
14501450
<entry><literal>WALBootstrapSync</literal></entry>
1451-
<entry>Waiting for WAL to reachstable storage during
1451+
<entry>Waiting for WAL to reachdurable storage during
14521452
bootstrapping.</entry>
14531453
</row>
14541454
<row>
@@ -1463,7 +1463,7 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
14631463
<row>
14641464
<entry><literal>WALCopySync</literal></entry>
14651465
<entry>Waiting for a new WAL segment created by copying an existing one to
1466-
reachstable storage.</entry>
1466+
reachdurable storage.</entry>
14671467
</row>
14681468
<row>
14691469
<entry><literal>WALCopyWrite</literal></entry>
@@ -1472,7 +1472,7 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
14721472
</row>
14731473
<row>
14741474
<entry><literal>WALInitSync</literal></entry>
1475-
<entry>Waiting for a newly initialized WAL file to reachstable
1475+
<entry>Waiting for a newly initialized WAL file to reachdurable
14761476
storage.</entry>
14771477
</row>
14781478
<row>
@@ -1490,11 +1490,11 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
14901490
</row>
14911491
<row>
14921492
<entry><literal>WALSync</literal></entry>
1493-
<entry>Waiting for a WAL file to reachstable storage.</entry>
1493+
<entry>Waiting for a WAL file to reachdurable storage.</entry>
14941494
</row>
14951495
<row>
14961496
<entry><literal>WALSyncMethodAssign</literal></entry>
1497-
<entry>Waiting for data to reachstable storage while assigning a new
1497+
<entry>Waiting for data to reachdurable storage while assigning a new
14981498
WAL sync method.</entry>
14991499
</row>
15001500
<row>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp