Doc: fix misstatement in v13 release notes.
Parallel vacuuming isn't restricted to b-tree indexes. Noted by Peter Eisentraut. Discussion: https://postgr.es/m/f1c43223-3987-a23f-2063-18fd0aa4f0d4@2ndquadrant.com
This commit is contained in:
parent
efea2b85fa
commit
001d2c5f15
@ -37,7 +37,7 @@
|
|||||||
</listitem>
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Parallelized vacuuming of B-tree indexes
|
Parallelized vacuuming of indexes
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
@ -1417,7 +1417,7 @@ Author: Amit Kapila <akapila@postgresql.org>
|
|||||||
|
|
||||||
<para>
|
<para>
|
||||||
Allow <link linkend="sql-vacuum"><command>VACUUM</command></link>
|
Allow <link linkend="sql-vacuum"><command>VACUUM</command></link>
|
||||||
to process indexes in parallel (Masahiko Sawada, Amit Kapila)
|
to process a table's indexes in parallel (Masahiko Sawada, Amit Kapila)
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user