pgsql: Exercise parallel GIN builds in regression tests - Mailing list pgsql-committers

From Tomas Vondra
Subject pgsql: Exercise parallel GIN builds in regression tests
Date
Msg-id E1vkSGT-002oxQ-2s@gemulon.postgresql.org
Whole thread Raw
List 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@gmail.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(-)


pgsql-committers by date:

Previous
From: Tomas Vondra
Date:
Subject: pgsql: Lookup the correct ordering for parallel GIN builds
Next
From: Melanie Plageman
Date:
Subject: pgsql: Combine visibilitymap_set() cases in lazy_scan_prune()