pgsql: doc: Mention GIN indexes support parallel builds. - Mailing list pgsql-committers

From Fujii Masao
Subject pgsql: doc: Mention GIN indexes support parallel builds.
Date
Msg-id E1uS2wB-002Kcx-1A@gemulon.postgresql.org
Whole thread Raw
List 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.fujii@gmail.com>
Reviewed-by: Robert Treat <rob@xzilla.net>
Discussion: https://postgr.es/m/7d27d068-90e2-4022-9bd7-09b0fd3d4f47@oss.nttdata.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/db0c93f172a41515734a774f0412ff9557eca8ed

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(-)


pgsql-committers by date:

Previous
From: Fujii Masao
Date:
Subject: pgsql: doc: Fix incorrect description of INCLUDING COMMENTS in CREATE F
Next
From: Bruce Momjian
Date:
Subject: pgsql: doc PG 18 relnotes: add links for server variables