Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 9bf5abb

Browse files
author
Liudmila Mantrova
committed
DOC: style changes in release notes for PGPROEE10
1 parent 2f48cae commit 9bf5abb

File tree

1 file changed

+23
-8
lines changed

1 file changed

+23
-8
lines changed

doc/src/sgml/release-proee-10.sgml

Lines changed: 23 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,51 +14,66 @@
1414
<itemizedlist>
1515
<listitem>
1616
<para>
17-
In the <application>multimaster</application> extension:
17+
Improved the <application>multimaster</application> extension:
1818
<itemizedlist>
1919
<listitem>
2020
<para>Fixed GUC escaping rules.</para>
2121
<!-- 9c3fdb949d2f6bc5aef727172915342f83efb756 -->
2222
</listitem>
2323
<listitem>
24-
<para>Fixed bug in mtm-proto. The positive value of <literal>MtmIsFilteredTxn</literal> flag
25-
is only valid for prepare phase, but not for precommit.</para>
24+
<para>Fixed a bug in replication protocol.</para>
2625
<!-- bae149f190c451d33cb9af1c65938d15c3b1e440 -->
2726
</listitem>
2827
<listitem>
29-
<para>Fixed 2PC decoding.</para>
28+
<para>Fixed two-phase commit (2PC) decoding.</para>
3029
<!-- 105010670352aed60dc4d40dcc9083586bc4cf40 -->
3130
</listitem>
3231
<listitem>
3332
<para>
3433
Corrected the behavior of the autonomous transactions when used in
35-
conjunction with <application>multimaster</application> extension.
34+
conjunction with the <application>multimaster</application> extension.
3635
</para>
3736
<!-- 67b733ffc280a8bae76540dd4c8f5fb51f096511 -->
3837
</listitem>
3938
</itemizedlist>
4039
</para>
4140
</listitem>
4241
<listitem>
43-
<para>Fixed a problem that occurs when using INCLUDED INDEXES and data recovery from WAL.</para>
42+
<para>Fixed a bug in replication for B-tree indexes with
43+
the <command>INCLUDE</command> clause.</para>
4444
<!-- 777cceec423ec1e9f4ffc3aad95e15655fdcdef0 -->
4545
</listitem>
4646
<listitem>
4747
<para>
48-
Unsafe <function>memcpy</function> calls replaced by <function>strcpy</function> in
48+
Replaced unsafe <function>memcpy</function> calls by <function>strcpy</function> in
4949
the <application>pgpro_scheduler</application> extension.
5050
</para>
5151
<!-- 2aeb94523d92df1ff87a5d73a825e0cb702f5fa4 -->
5252
</listitem>
5353
<listitem>
5454
<para>
55-
Fixed xact callback handling in the <application>in_memory</application>
55+
Fixed transaction callback handling in the <application>in_memory</application>
5656
extension.
5757
</para>
5858
<!-- cdaa94905cefcded9695ed4596e6fc9fe7cd6d21 -->
5959
</listitem>
6060
</itemizedlist>
6161
</sect2>
62+
<sect2>
63+
<title>Migration to Version 10.2.1</title>
64+
65+
<para>If you are upgrading from a <productname>Postgres Pro Enterprise</productname> version
66+
based on the same <productname>PostgreSQL</productname> major release,
67+
it is enough to install the new version into your current installation directory.
68+
</para>
69+
<para>To migrate from <productname>PostgreSQL</productname>,
70+
<productname>Postgres Pro</productname>, or
71+
<productname>Postgres Pro Enterprise</productname> versions based on
72+
any previous <productname>PostgreSQL</productname> major release, see the instructions
73+
in <link linkend="release-proee-10-1-1">Postgres Pro 10.1.1 Release Notes</link>.
74+
</para>
75+
76+
</sect2>
6277
</sect1>
6378
<sect1 id="release-proee-10-1-1">
6479
<title>&productname; 10.1.1</title>

0 commit comments

Comments
 (0)