Skip to content

Commit 11554b5

Browse files
committed
校验 maintenance.sgml:
- sig_en=1a1a9ed99b22a350353e3ab7e703709c `具有具有` 改成 `具有`
1 parent 5728b61 commit 11554b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

postgresql/doc/src/sgml/maintenance.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -832,7 +832,7 @@ ________________________________________________________-->
832832
________________________________________________________-->
833833
<para>
834834
<command>VACUUM</command>使用<link linkend="storage-vm">可见性映射</link>来确定必须扫描哪些表页。
835-
通常,即使这些页可能仍然具有具有旧XID值的行版本,也会跳过没有任何死行版本的页。
835+
通常,即使这些页可能仍然具有旧XID值的行版本,也会跳过没有任何死行版本的页。
836836
因此,通常的<command>VACUUM</command>不会总是冻结表中的每个旧行版本。
837837
当发生这种情况时,<command>VACUUM</command>最终需要执行<firstterm>积极的清理</firstterm>,
838838
这将冻结所有符合条件的未冻结XID和MXID值,包括所有可见但未全部冻结的页。

0 commit comments

Comments
 (0)