pgsql: Update comments about index parallel builds

From: Tomas Vondra <tomas(dot)vondra(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Update comments about index parallel builds
Date: 2024-12-17 14:49:08
Message-ID: E1tNYsm-0002wg-AN@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8cd44db42a40056a701a4ae03d73bf2cd05781b1

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tomas Vondra 2024-12-17 14:49:18 pgsql: Update comments about index parallel builds
Previous Message Peter Eisentraut 2024-12-17 13:19:32 pgsql: Remove ts_locale.c's lowerstr()