doc: Mention BRIN indexes support parallel builds

Tomas Vondra <tomas.vondra@postgresql.org>

Commit: 0cc7da4e234c3027cc1f96ffcb1365bf96301587
Author: Tomas Vondra <tomas.vondra@postgresql.org>
Date: 2024-12-16T18:17:58Z
Releases: 18.0
doc: Mention BRIN indexes support parallel builds

Two places in the documentation suggest B-tree is the only index access
method allowing parallel builds. Commit b4375717 added parallel builds
for BRIN too, but failed to update the docs. So fix that, and backpatch
to 17, where parallel BRIN builds were introduced.

Author: Egor Rogov
Backpatch-through: 17
Discussion: https://postgr.es/m/114e2d5d-125e-07d8-94aa-5ad175fb7443@postgrespro.ru

Files

PathChange+/−
doc/src/sgml/config.sgml modified +1 −1
doc/src/sgml/ref/create_index.sgml modified +1 −1

Documentation touched

Discussion