File tree Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change 23
23
</listitem>
24
24
<listitem>
25
25
<para>
26
- In Compressed File System (CFS) , fixed a memory leak.
26
+ In Compressed File System implementation , fixed a memory leak.
27
27
</para>
28
28
</listitem>
29
29
<listitem>
30
30
<para>
31
31
Fixed potential data corruption in the online_analyze contrib module.
32
32
</para>
33
33
</listitem>
34
+ <listitem>
35
+ <para>
36
+ Fixed <command>ALTER COLUMN</command> operation for columns with an
37
+ index. <!-- PGPRO-818 -->
38
+ </para>
39
+ </listitem>
34
40
<listitem>
35
41
<para>Improved <application>multimaster</application> extension:</para>
36
42
<itemizedlist>
58
64
<application>pgpro_scheduler</application>. <!-- PGPRO-837 -->
59
65
</para>
60
66
</listitem>
61
-
62
- <!-- PGPRO-813 (pgpro_upgrade fixes) Std(9.6.4.1) EE (9.6.4.1) -->
63
-
64
67
</itemizedlist>
65
68
</sect2>
66
69
<sect2>
70
73
use of <xref linkend="pgupgrade">, is required for those
71
74
wishing to migrate data from any previous major release.</para>
72
75
76
+ <para>A dump/restore is required for those running
77
+ <productname>&productname;</productname> 9.6.3.2, because
78
+ catalog number format has been changed for better <productname>&productname;</productname>
79
+ identification.</para>
80
+
73
81
<para>Dump/restore is necessary when migrating from <productname>PostgreSQL</productname>,
74
82
<productname>Postgres Pro Standard</productname>, or <productname>Postgres Pro Enterprise</productname> edition.</para>
75
83
You can’t perform that action at this time.
0 commit comments