|
1 | 1 | <!-- doc/src/sgml/release-pro-9.6.sgml -->
|
2 | 2 | <!-- See header comment in release.sgml about typical markup -->
|
| 3 | +<sect1 id="release-pro-9-6-4-2"> |
| 4 | + <title>Postgres Pro 9.6.4.2</title> |
| 5 | + <note> |
| 6 | + <title>Release Date</title> |
| 7 | + <simpara>2017-08-27</simpara> |
| 8 | + </note> |
| 9 | + <sect2> |
| 10 | + <title>Overview</title> |
| 11 | + <para> |
| 12 | + This release is based on <productname>PostgreSQL</productname> |
| 13 | + release <link linkend="release-9-6-4">9.6.4</link>. |
| 14 | + </para> |
| 15 | + <para> |
| 16 | + Major improvements over <productname>&productname;</productname> |
| 17 | + <link linkend="release-pro-9-6-4-1">9.6.4.1</link> include:</para> |
| 18 | + <itemizedlist> |
| 19 | + <listitem> |
| 20 | + <para> |
| 21 | + pg_upgrade creates several directories in tablespace which |
| 22 | + corresponds to different postgres instances. CFS GC now |
| 23 | + traverse only directory of self instance and ignore other. |
| 24 | + </para> |
| 25 | + </listitem> |
| 26 | + <listitem> |
| 27 | + <para>transfer_compression_files now correctly append suffix to *.cfm |
| 28 | + files. |
| 29 | + </para> |
| 30 | + </listitem> |
| 31 | + </itemizedlist> |
| 32 | + </sect2> |
| 33 | +</sect1> |
| 34 | + |
3 | 35 | <sect1 id="release-pro-9-6-4-1">
|
4 | 36 | <title>Postgres Pro 9.6.4.1</title>
|
5 | 37 | <note>
|
|