Skip to content

Commit 7c432ce

Browse files
authored
Merge pull request #437 from 1ightDance/master
fix:typo in mvcc.sgml and create_conversion.sgml
2 parents f75b64f + 9d46647 commit 7c432ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

postgresql/doc/src/sgml/mvcc.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1276,7 +1276,7 @@ ____________________________________________________________________________-->
12761276
</para>
12771277
____________________________________________________________________________-->
12781278
<para>
1279-
当依赖可序列化事务进行并发控制时,为了最佳性能应该考虑一下问题
1279+
当依赖可序列化事务进行并发控制时,为了最佳性能应该考虑以下问题
12801280

12811281
<itemizedlist>
12821282
<listitem>

postgresql/doc/src/sgml/ref/create_conversion.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ conv_proc(
219219
</para>
220220
____________________________________________________________________________-->
221221
<para>
222-
该函数必须具有一下的特征
222+
该函数必须具有以下的特征
223223

224224
<programlisting>
225225
conv_proc(

0 commit comments

Comments
 (0)