doc: Mention GIN indexes support parallel builds.
authorFujii Masao <fujii@postgresql.org>
Thu, 19 Jun 2025 00:12:34 +0000 (09:12 +0900)
committerFujii Masao <fujii@postgresql.org>
Thu, 19 Jun 2025 00:12:34 +0000 (09:12 +0900)
commitdb0c93f172a41515734a774f0412ff9557eca8ed
tree9d0f3973905ac9dda532c4e4c82e83b8525a546a
parentb57d707708181f988fd1fa697976059510fc4f76
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: http://postgr.es/m/7d27d068-90e2-4022-9bd7-09b0fd3d4f47@oss.nttdata.com
doc/src/sgml/config.sgml
doc/src/sgml/ref/create_index.sgml
src/backend/catalog/index.c
src/backend/optimizer/plan/planner.c