Skip to content

Commit 001d2c5

Browse files
committed
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
1 parent efea2b8 commit 001d2c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/release-13.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
</listitem>
3838
<listitem>
3939
<para>
40-
Parallelized vacuuming of B-tree indexes
40+
Parallelized vacuuming of indexes
4141
</para>
4242
</listitem>
4343
<listitem>
@@ -1417,7 +1417,7 @@ Author: Amit Kapila <akapila@postgresql.org>
14171417

14181418
<para>
14191419
Allow <link linkend="sql-vacuum"><command>VACUUM</command></link>
1420-
to process indexes in parallel (Masahiko Sawada, Amit Kapila)
1420+
to process a table's indexes in parallel (Masahiko Sawada, Amit Kapila)
14211421
</para>
14221422

14231423
<para>

0 commit comments

Comments
 (0)