On 9/15/20 5:22 AM, Masahiko Sawada wrote: > On Tue, 15 Sep 2020 at 13:56, Peter Eisentraut > <[email protected]> wrote: >> >> On 2020-09-09 22:57, Jonathan S. Katz wrote: >>> + <listitem> >>> + <para> >>> + Parallelized vacuuming of B-tree indexes >>> + </para> >>> + </listitem> >> >> I don't think B-tree indexes are relevant here. AFAICT, this feature >> applies to all indexes. >> > > Yes, parallel vacuum applies to all types of indexes provided by > PostgreSQL binary, and other types of indexes also can use it.
I'm not sure where I got B-tree from. I've attached a correction. Thanks, Jonathan
diff --git a/doc/src/sgml/release-13.sgml b/doc/src/sgml/release-13.sgml
index 0ca970e452..f7852c8618 100644
--- a/doc/src/sgml/release-13.sgml
+++ b/doc/src/sgml/release-13.sgml
@@ -37,7 +37,7 @@
</listitem>
<listitem>
<para>
- Parallelized vacuuming of B-tree indexes
+ Parallelized vacuuming of indexes
</para>
</listitem>
<listitem>
signature.asc
Description: OpenPGP digital signature
