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

Commit ffbfa6c

Browse files
author
Liudmila Mantrova
committed
DOC: reviewed RNs for PGPRO 9.6.8.2
1 parent 0aa430e commit ffbfa6c

File tree

1 file changed

+8
-24
lines changed

1 file changed

+8
-24
lines changed

doc/src/sgml/release-pro-9.6.sgml

Lines changed: 8 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -21,20 +21,17 @@
2121
the <link linkend="app-pgprobackup"><application>pg_probackup</application></link>
2222
utility from version 2.0.11 to 2.0.16, which includes the following new features:</para>
2323
<itemizedlist>
24-
<listitem>
25-
<para>Infinite loop while page validation has been fixed.</para>
26-
</listitem>
2724
<listitem>
28-
<para>Fixed segfault for the case of parallel ptrack connections.</para>
25+
<para>Fixed an infinite loop that could happen during page validation.</para>
2926
</listitem>
3027
<listitem>
31-
<para>Allowed to use delete-wal option wihtout delete-expired.</para>
28+
<para>Fixed segfault for the case of parallel <literal>PTRACK</literal> connections.</para>
3229
</listitem>
3330
<listitem>
34-
<para>Allowed to use pg_ptrack_get_block if it is available and page is invalid.</para>
31+
<para>Allowed to use the <literal>delete-wal</literal> option without <literal>delete-expired</literal>.</para>
3532
</listitem>
3633
<listitem>
37-
<para>Fixed CVE-2018-1058. Schema name explicitly used on the every function call.</para>
34+
<para>Fixed CVE-2018-1058. Schema name is now explicitly used on every function call.</para>
3835
</listitem>
3936
</itemizedlist>
4037
<!--
@@ -43,16 +40,16 @@
4340
</listitem>
4441
<listitem>
4542
<para>
46-
Reverted incorrect replacement of <function>pgpro_build</function>
47-
with <function>pgpro_source_id</function> function.
43+
You can now use <function>pgpro_build</function> function
44+
to get the latest commit ID for this release.
4845
</para>
4946
<!--
5047
f26daaf0d3257d4bc8ed8b59d7e560d37a61117e
5148
-->
5249
</listitem>
5350
<listitem>
54-
<para>Fixed problem with sort order of some russian letters in the
55-
mchar module.
51+
<para>Fixed an issue with sort ordering of some Russian letters in the
52+
<filename>mchar</filename> module.
5653
Use <command>REINDEX DATABASE</command> command to update indexes.</para>
5754
<!-- e3b18fa73987222f1847ecc01cf792dc34bd37a5 -->
5855
</listitem>
@@ -119,19 +116,6 @@
119116
and <productname>Postgres Pro Standard</productname> 9.6.7.1. All improvements
120117
inherited from <productname>PostgreSQL</productname> 9.6.8 are listed
121118
in <link linkend="release-9-6-8"><productname>PostgreSQL</productname> 9.6.8 Release Notes</link>.</para>
122-
<para>Major enhancements over <productname>Postgres Pro Standard</productname>
123-
9.6.7.1 include:</para>
124-
<itemizedlist>
125-
<listitem>
126-
<para>
127-
The <function>pgpro_build</function> function has been renamed
128-
to <function>pgpro_source_id</function>.
129-
</para>
130-
<!--
131-
4328669d24cf070a12b585d1bcbfb0fc06c1b707
132-
-->
133-
</listitem>
134-
</itemizedlist>
135119
</sect2>
136120
<sect2>
137121
<title>Migration to Version 9.6.8.1</title>

0 commit comments

Comments
 (0)