pgsql: Update comments about index parallel builds - Mailing list pgsql-committers

From Tomas Vondra
Subject pgsql: Update comments about index parallel builds
Date
Msg-id E1tNYsw-0002xH-EP@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
REL_17_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/42eae257cfcaa1d20e4f555d14934388ac434c61

Modified Files
--------------
src/backend/catalog/index.c          | 2 +-
src/backend/optimizer/plan/planner.c | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Tomas Vondra
Date:
Subject: pgsql: Update comments about index parallel builds
Next
From: Tomas Vondra
Date:
Subject: pgsql: Detect version mismatch in brin_page_items