mirror of
https://github.com/postgres/postgres.git
synced 2025-11-22 12:22:45 +03:00
Update comments about index parallel builds
Commit b437571714 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
This commit is contained in:
@@ -2989,7 +2989,7 @@ index_build(Relation heapRelation,
|
||||
|
||||
/*
|
||||
* Determine worker process details for parallel CREATE INDEX. Currently,
|
||||
* only btree has support for parallel builds.
|
||||
* only btree and BRIN have support for parallel builds.
|
||||
*
|
||||
* Note that planner considers parallel safety for us.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user