Update comments about index parallel builds
authorTomas Vondra <tomas.vondra@postgresql.org>
Tue, 17 Dec 2024 14:40:07 +0000 (15:40 +0100)
committerTomas Vondra <tomas.vondra@postgresql.org>
Tue, 17 Dec 2024 14:40:07 +0000 (15:40 +0100)
commit8cd44db42a40056a701a4ae03d73bf2cd05781b1
tree35d1738d395ecf801877e62379d744dc8910295d
parentfb1a18810f07fc3b722392103d67ce8ed188b63d
Update comments about index parallel builds

Commit b43757171470 allowed parallel builds for BRIN, but left behind
two comments claiming only btree indexes support parallel builds.

Reported by Egor Rogov, along with similar issues in SGML docs.
Backpatch to 17, where parallel builds for BRIN were introduced.

Reported-by: Egor Rogov
Backpatch-through: 17
Discussion: https://postgr.es/m/114e2d5d-125e-07d8-94aa-5ad175fb7443@postgrespro.ru
src/backend/catalog/index.c
src/backend/optimizer/plan/planner.c