Parallel index build for BRIN

Egor Rogov <e.rogov@postgrespro.ru>

From: Egor Rogov <e.rogov@postgrespro.ru>
To: pgsql-docs@lists.postgresql.org
Date: 2024-11-05T09:12:14Z
Lists: pgsql-docs

Attachments

Hi,

Commit b4375717 introduced parallel CREATE INDEX for BRIN. I've noticed 
that a couple of documentation pages need to be updated accordingly. A 
small patch is attached.

Thanks,
Egor

Commits

  1. Update comments about index parallel builds

  2. doc: Mention BRIN indexes support parallel builds

  3. Allow parallel CREATE INDEX for BRIN indexes