File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -8660,7 +8660,7 @@ ____________________________________________________________________________-->
8660
8660
<!--==========================orignal english content==========================
8661
8661
<title><acronym>pg_lsn Type</acronym></title>
8662
8662
____________________________________________________________________________-->
8663
- <title><acronym>pg_lsn Type </acronym></title>
8663
+ <title><acronym>pg_lsn 类型 </acronym></title>
8664
8664
8665
8665
<!--==========================orignal english content==========================
8666
8666
<indexterm zone="datatype-pg-lsn">
Original file line number Diff line number Diff line change @@ -997,7 +997,7 @@ ____________________________________________________________________________-->
997
997
</para>
998
998
____________________________________________________________________________-->
999
999
<para>
1000
- <firstterm>可序列化</firstterm>隔离级别提供了最严格的事务隔离。这个级别为所有已提交事务模拟序列事务执行;就好像事务被按照序列一个接着另一个被执行,而不是并行地被执行。但是,和可重复读级别相似,使用这个级别的应用必须准备好因为序列化失败而重试事务。事实上,这个给力级别完全像可重复读一样地工作 ,除了它会监视一些条件,这些条件可能导致一个可序列化事务的并发集合的执行产生的行为与这些事务所有可能的序列化(一次一个)执行不一致。这种监控不会引入超出可重复读之外的阻塞,但是监控会产生一些负荷,并且对那些可能导致<firstterm>序列化异常</firstterm>的条件的检测将触发一次<firstterm>序列化失败</firstterm>。
1000
+ <firstterm>可序列化</firstterm>隔离级别提供了最严格的事务隔离。这个级别为所有已提交事务模拟序列事务执行;就好像事务被按照序列一个接着另一个被执行,而不是并行地被执行。但是,和可重复读级别相似,使用这个级别的应用必须准备好因为序列化失败而重试事务。事实上,这个隔离级别完全像可重复读一样地工作 ,除了它会监视一些条件,这些条件可能导致一个可序列化事务的并发集合的执行产生的行为与这些事务所有可能的序列化(一次一个)执行不一致。这种监控不会引入超出可重复读之外的阻塞,但是监控会产生一些负荷,并且对那些可能导致<firstterm>序列化异常</firstterm>的条件的检测将触发一次<firstterm>序列化失败</firstterm>。
1001
1001
</para>
1002
1002
1003
1003
<!--==========================orignal english content==========================
@@ -2900,7 +2900,7 @@ ____________________________________________________________________________-->
2900
2900
</term>
2901
2901
<listitem>
2902
2902
<para>
2903
- 短期的页面级共享/排他锁被用于读/写访问。每个锁银行被取得或被插入后立即释放锁 。 这些索引类型提供了无死锁情况的最高并发性。
2903
+ 短期的页面级共享/排他锁被用于读/写访问。每个索引行被取得或被插入后立即释放锁 。 这些索引类型提供了无死锁情况的最高并发性。
2904
2904
</para>
2905
2905
</listitem>
2906
2906
</varlistentry>
Original file line number Diff line number Diff line change @@ -3091,7 +3091,7 @@ ____________________________________________________________________________-->
3091
3091
3092
3092
<listitem>
3093
3093
<para>
3094
- 关闭<xref linkend="guc-full-page-writes"/>;不许要警惕部分页面写入 。
3094
+ 关闭<xref linkend="guc-full-page-writes"/>;不需要警惕部分页面写入 。
3095
3095
</para>
3096
3096
</listitem>
3097
3097
Original file line number Diff line number Diff line change @@ -974,7 +974,7 @@ ____________________________________________________________________________-->
974
974
<!--==========================orignal english content==========================
975
975
<title>The <quote>random</quote> Test</title>
976
976
____________________________________________________________________________-->
977
- <title><quote>失败 </quote>测试</title>
977
+ <title><quote>随机 </quote>测试</title>
978
978
979
979
<!--==========================orignal english content==========================
980
980
<para>
@@ -989,7 +989,7 @@ diff results/random.out expected/random.out
989
989
</para>
990
990
____________________________________________________________________________-->
991
991
<para>
992
- <literal>失败 </literal>测试脚本用来产生随机结果。在非常少见的情况下,这会导致回归测试失败。输入:
992
+ <literal>随机 </literal>测试脚本用来产生随机结果。在非常少见的情况下,这会导致回归测试失败。输入:
993
993
<programlisting>
994
994
diff results/random.out expected/random.out
995
995
</programlisting>
@@ -1164,7 +1164,7 @@ ____________________________________________________________________________-->
1164
1164
<!--==========================orignal english content==========================
1165
1165
<title>TAP Tests</title>
1166
1166
____________________________________________________________________________-->
1167
- <title>TAP Tests </title>
1167
+ <title>TAP 测试 </title>
1168
1168
1169
1169
<!--==========================orignal english content==========================
1170
1170
<para>
Original file line number Diff line number Diff line change @@ -469,7 +469,7 @@ ____________________________________________________________________________-->
469
469
<!--==========================orignal english content==========================
470
470
<title>TOAST Considerations</title>
471
471
____________________________________________________________________________-->
472
- <title>TOAST Considerations </title>
472
+ <title>TOAST 考量 </title>
473
473
<!--==========================orignal english content==========================
474
474
<indexterm>
475
475
<primary>TOAST</primary>
You can’t perform that action at this time.
0 commit comments