Exercise parallel GIN builds in regression tests
Tomas Vondra <tomas.vondra@postgresql.org>
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
Files
| Path | Change | +/− |
|---|---|---|
| src/test/regress/expected/jsonb.out | modified | +2 −1 |
| src/test/regress/expected/tsearch.out | modified | +1 −0 |
| src/test/regress/sql/jsonb.sql | modified | +2 −1 |
| src/test/regress/sql/tsearch.sql | modified | +1 −0 |
Discussion
- Parallel CREATE INDEX for GIN indexes 77 messages · 2024-05-02 → 2026-01-26