|
13 | 13 | 9.6.3.1 include:</para>
|
14 | 14 | <itemizedlist>
|
15 | 15 | <listitem>
|
16 |
| - <para>RUM index</para> |
17 |
| - <para> |
18 |
| - Updated to version 1.1 (See <xref linkend="rum">.) |
19 |
| - </para> |
| 16 | + <para>Updated RUM index to version 1.1 (See <xref linkend="rum">.)</para> |
20 | 17 | </listitem>
|
21 | 18 | <listitem>
|
22 |
| - <para>Compressed File System (CFS)</para> |
23 | 19 | <para>
|
24 |
| - Fixed a bug caused by invalid merge, as well as included many other fixes. |
| 20 | + In Compressed File System (CFS), fixed a bug caused by invalid merge, |
| 21 | + as well as included many other fixes. |
25 | 22 | </para>
|
26 | 23 | </listitem>
|
27 | 24 | <listitem>
|
28 |
| - <para><application>multimaster</application></para> |
29 |
| - <para> |
30 |
| - Fixed replication issues and other issues caused by running the |
31 |
| - <function>mtm.make_table_local</function> function. |
32 |
| - </para> |
33 |
| - <para> |
34 |
| - Added the <varname>multimaster.major_node</varname> variable. |
35 |
| - With this variable set to <literal>true</literal> the cluster |
36 |
| - node can continue working even if connection to the majority |
37 |
| - of the nodes is lost. |
38 |
| - </para> |
| 25 | + <para>Improved <application>multimaster</application> extension:</para> |
| 26 | + <itemizedlist> |
| 27 | + <listitem> |
| 28 | + <para> |
| 29 | + Fixed replication issues and other issues caused by running the |
| 30 | + <function>mtm.make_table_local</function> function. |
| 31 | + </para> |
| 32 | + </listitem> |
| 33 | + <listitem> |
| 34 | + <para> |
| 35 | + Added the <varname>multimaster.major_node</varname> variable. |
| 36 | + With this variable set to <literal>true</literal> the cluster |
| 37 | + node can continue working even if connection to the majority |
| 38 | + of the nodes is lost. |
| 39 | + </para> |
| 40 | + </listitem> |
| 41 | + </itemizedlist> |
39 | 42 | </listitem>
|
40 | 43 | <listitem>
|
41 |
| - <para><application>pgpro_scheduler</application></para> |
42 |
| - <para>Fixed background worker blocking at the scheduled job |
43 |
| - startup for cases when one of the critical tables is locked.</para> |
| 44 | + <para>Fixed an issue with <application>pgpro_scheduler</application> background worker |
| 45 | + hanging at the scheduled job startup for cases when one of the critical tables is locked.</para> |
44 | 46 | </listitem>
|
45 | 47 | <listitem>
|
46 |
| - <para>PL/TCL</para> |
47 |
| - <para>Fixed pltcl function drop.</para> |
| 48 | + <para>Fixed an issue with deleting functions declared in languages that do not have the |
| 49 | + <literal>validate</literal> method (for example, in <literal>PL/TCL</literal>).</para> |
48 | 50 | </listitem>
|
49 | 51 | </itemizedlist>
|
50 | 52 | </sect2>
|
|
0 commit comments