mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Update release notes to mention need for ALTER EXTENSION UPDATE.
Maybe we ought to make pg_upgrade do this for you, but it won't happen in 9.6, so call out the need for it as a migration consideration.
This commit is contained in:
@ -303,6 +303,26 @@ This commit is also listed under libpq and psql
|
|||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<!--
|
||||||
|
2016-06-07 [a89b4b1be] Update citext extension for parallel query.
|
||||||
|
and many others in the same vein
|
||||||
|
-->
|
||||||
|
<para>
|
||||||
|
Update extension functions to be marked parallel-safe where
|
||||||
|
appropriate (Andreas Karlsson)
|
||||||
|
</para>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
Many of the standard extensions have been updated to allow their
|
||||||
|
functions to be executed within parallel query worker processes.
|
||||||
|
These changes will not take effect in
|
||||||
|
databases <application>pg_upgrade</>'d from prior versions unless
|
||||||
|
you apply <command>ALTER EXTENSION UPDATE</> to each such extension
|
||||||
|
(in each database of a cluster).
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
Reference in New Issue
Block a user