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 <[email protected]>
Backpatch-through: 18
Discussion: 
https://postgr.es/m/CALdSSPjUprTj+vYp1tRKWkcLYzdy=N=o4cn4y_hoxnsqqwb...@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(-)

Reply via email to