From: | Fujii Masao <fujii(at)postgresql(dot)org> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: doc: Mention GIN indexes support parallel builds. |
Date: | 2025-06-19 00:15:27 |
Message-ID: | [email protected] |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
doc: Mention GIN indexes support parallel builds.
Commit 8492feb98f6 added support for parallel CREATE INDEX on GIN indexes.
However, previously two places in the documentation and two in the source
code comments still stated that only B-tree and BRIN indexes support
parallel builds.
This commit updates those references to correctly include GIN indexes.
Author: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
Reviewed-by: Robert Treat <rob(at)xzilla(dot)net>
Discussion: https://postgr.es/m/[email protected]
Branch
------
master
Modified Files
--------------
doc/src/sgml/config.sgml | 3 ++-
doc/src/sgml/ref/create_index.sgml | 2 +-
src/backend/catalog/index.c | 2 +-
src/backend/optimizer/plan/planner.c | 2 +-
4 files changed, 5 insertions(+), 4 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2025-06-19 01:20:07 | pgsql: doc PG 18 relnotes: add links for server variables |
Previous Message | Fujii Masao | 2025-06-19 00:11:26 | pgsql: doc: Fix incorrect description of INCLUDING COMMENTS in CREATE F |