Mention GIN indexes support parallel builds.

Started by Fujii Masao10 months ago3 messagesdocs
Jump to latest
#1Fujii Masao
masao.fujii@gmail.com

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

Attachments:

v1-0001-doc-Mention-GIN-indexes-support-parallel-builds.patchtext/plain; charset=UTF-8; name=v1-0001-doc-Mention-GIN-indexes-support-parallel-builds.patchDownload+5-5
#2Robert Treat
xzilla@users.sourceforge.net
In reply to: Fujii Masao (#1)
Re: Mention GIN indexes support parallel builds.

On Wed, Jun 18, 2025 at 3:55 AM Fujii Masao <masao.fujii@oss.nttdata.com> wrote:

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.

Makes sense, +1 from me.

Robert Treat
https://xzilla.net

#3Fujii Masao
masao.fujii@gmail.com
In reply to: Robert Treat (#2)
Re: Mention GIN indexes support parallel builds.

On 2025/06/19 4:50, Robert Treat wrote:

On Wed, Jun 18, 2025 at 3:55 AM Fujii Masao <masao.fujii@oss.nttdata.com> wrote:

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.

Makes sense, +1 from me.

Thanks for the review! I've pushed the patch.

Regards,

--
Fujii Masao
NTT DATA Japan Corporation