Skip to content

Commit a176d2a

Browse files
committed
fix 编译错误
1 parent 5afc76b commit a176d2a

File tree

5 files changed

+2
-4
lines changed

5 files changed

+2
-4
lines changed

postgresql/doc/src/sgml/json.sgml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1193,6 +1193,7 @@ ____________________________________________________________________________-->
11931193
<para>
11941194
PL/Python的扩展被称作<literal>jsonb_plpythonu</literal>、<literal>jsonb_plpython2u</literal>和<literal>jsonb_plpython3u</literal>(PL/Python命名习惯请见<xref linkend="plpython-python23"/>)。如果使用它们,<type>jsonb</type>值会视情况被映射为Python的词典、列表和标量。
11951195
</para>
1196+
</sect2>
11961197

11971198
<sect2 id="datatype-jsonpath">
11981199
<!--==========================orignal english content==========================

postgresql/doc/src/sgml/plpgsql.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4310,7 +4310,7 @@ BEGIN
43104310
ORDER BY 1
43114311
LOOP
43124312

4313-
-- Now "mviews" has one record with information about the materialized view
4313+
-&minus; Now "mviews" has one record with information about the materialized view
43144314

43154315
RAISE NOTICE 'Refreshing materialized view %.% (owner: %)...',
43164316
quote_ident(mviews.mv_schema),

postgresql/doc/src/sgml/ref/alter_table.sgml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1500,7 +1500,6 @@ ____________________________________________________________________________-->
15001500
<para>
15011501
对fillfactor、toast以及autovacuum存储参数,将会拿取<literal>SHARE UPDATE EXCLUSIVE</literal>锁,就像计划器参数 <varname>parallel_workers</varname>。
15021502
</para>
1503-
</note>
15041503
</listitem>
15051504
</varlistentry>
15061505

postgresql/doc/src/sgml/ref/createdb.sgml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,6 @@ ____________________________________________________________________________-->
598598
</para>
599599
</listitem>
600600
</varlistentry>
601-
</variablelist>
602601

603602
<varlistentry>
604603
<!--==========================orignal english content==========================

postgresql/doc/src/sgml/ref/createuser.sgml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -744,7 +744,6 @@ ____________________________________________________________________________-->
744744
</para>
745745
</listitem>
746746
</varlistentry>
747-
</variablelist>
748747

749748
<varlistentry>
750749
<!--==========================orignal english content==========================

0 commit comments

Comments
 (0)