Re: Parallel index build for BRIN
Tomas Vondra <tomas@vondra.me>
From: Tomas Vondra <tomas@vondra.me>
To: Egor Rogov <e.rogov@postgrespro.ru>, pgsql-docs@lists.postgresql.org
Date: 2024-12-16T18:24:42Z
Lists: pgsql-docs
On 12/9/24 19:54, Tomas Vondra wrote: > On 12/8/24 16:00, Egor Rogov wrote: >> Hi, >> >> ... >> >> I've spotted another mention of B-tree being the only AM that supports >> parallel builds: comment in src/backend/catalog/index.c. As this mention >> is not visible to the users, I'd propose removing it altogether rather >> than fixing it. Updated patch is attached. >> > > Thanks for noticing this and the patches. You're right, this should have > been updated with the BRIN parallel builds. I'll get this committed > sometime the week. > I've pushed the doc fix, and backpatched it to PG 17. Thanks for the patience! -- Tomas Vondra
Commits
-
Update comments about index parallel builds
- 42eae257cfca 17.3 landed
- 8cd44db42a40 18.0 landed
-
doc: Mention BRIN indexes support parallel builds
- f5dec4e86152 17.3 landed
- 0cc7da4e234c 18.0 landed
-
Allow parallel CREATE INDEX for BRIN indexes
- b43757171470 17.0 cited