pgsql: Exercise parallel GIN builds in regression tests

From: Tomas Vondra <tomas(dot)vondra(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Exercise parallel GIN builds in regression tests
Date: 2026-01-26 19:28:46
Message-ID: E1vkSGT-002oxQ-2s@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Exercise parallel GIN builds in regression tests

Modify two places creating GIN indexes in regression tests, so that the
build is parallel. This provides a basic test coverage, even if the
amounts of data are fairly small.

Reported-by: Kirill Reshke <reshkekirill(at)gmail(dot)com>
Backpatch-through: 18
Discussion: https://postgr.es/m/CALdSSPjUprTj+vYp1tRKWkcLYzdy=N=O4Cn4y_HoxNSqQwBttg@mail.gmail.com

Branch
------
REL_18_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/32593394ee439703db558fc4be83de2cb249ded8

Modified Files
--------------
src/test/regress/expected/jsonb.out | 3 ++-
src/test/regress/expected/tsearch.out | 1 +
src/test/regress/sql/jsonb.sql | 3 ++-
src/test/regress/sql/tsearch.sql | 1 +
4 files changed, 6 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Melanie Plageman 2026-01-26 21:05:26 pgsql: Combine visibilitymap_set() cases in lazy_scan_prune()
Previous Message Tomas Vondra 2026-01-26 19:28:34 pgsql: Exercise parallel GIN builds in regression tests