Re: Mention GIN indexes support parallel builds.

2025-06-18 Thread Fujii Masao
On 2025/06/19 4:50, Robert Treat wrote: On Wed, Jun 18, 2025 at 3:55 AM Fujii Masao 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

Re: Mention GIN indexes support parallel builds.

2025-06-18 Thread Robert Treat
On Wed, Jun 18, 2025 at 3:55 AM Fujii Masao 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. > > The

Mention GIN indexes support parallel builds.

2025-06-18 Thread Fujii Masao
. Patch attached. Regards, -- Fujii Masao NTT DATA Japan Corporation From 649b27e536194589c2bf85a05cb84e731dbfeac0 Mon Sep 17 00:00:00 2001 From: Fujii Masao Date: Wed, 18 Jun 2025 16:30:36 +0900 Subject: [PATCH v1] doc: Mention GIN indexes support parallel builds. Commit 8492feb98f6 added