File tree 1 file changed +20
-0
lines changed
1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -303,6 +303,26 @@ This commit is also listed under libpq and psql
303
303
</para>
304
304
</listitem>
305
305
306
+ <listitem>
307
+ <!--
308
+ 2016-06-07 [a89b4b1be] Update citext extension for parallel query.
309
+ and many others in the same vein
310
+ -->
311
+ <para>
312
+ Update extension functions to be marked parallel-safe where
313
+ appropriate (Andreas Karlsson)
314
+ </para>
315
+
316
+ <para>
317
+ Many of the standard extensions have been updated to allow their
318
+ functions to be executed within parallel query worker processes.
319
+ These changes will not take effect in
320
+ databases <application>pg_upgrade</>'d from prior versions unless
321
+ you apply <command>ALTER EXTENSION UPDATE</> to each such extension
322
+ (in each database of a cluster).
323
+ </para>
324
+ </listitem>
325
+
306
326
</itemizedlist>
307
327
308
328
</sect2>
You can’t perform that action at this time.
0 commit comments