Mention GIN indexes support parallel builds.

Fujii Masao <masao.fujii@oss.nttdata.com>

From: Fujii Masao <masao.fujii@oss.nttdata.com>
To: pgsql-docs@lists.postgresql.org
Date: 2025-06-18T07:54:59Z
Lists: pgsql-docs

Attachments

Hi,

Commit 8492feb98f6 added support for parallel CREATE INDEX on GIN indexes.
However, there are still two places in the docs and two in the source code
comments that mention only B-tree and BRIN as supporting parallel builds.

These references should be updated to include GIN indexes as well. Patch attached.

Regards,

-- 
Fujii Masao
NTT DATA Japan Corporation

Commits

  1. doc: Mention GIN indexes support parallel builds.

  2. Allow parallel CREATE INDEX for GIN indexes