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:34
Message-ID: E1vkSGI-002owf-0J@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
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/f6e5d21bf73f9928b878e301805b8184c82e0463

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 Tomas Vondra 2026-01-26 19:28:46 pgsql: Lookup the correct ordering for parallel GIN builds
Previous Message Robert Haas 2026-01-26 18:08:34 pgsql: Reduce length of TAP test file name.