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 ------ 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(-)
