]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Exercise parallel GIN builds in regression tests
authorTomas Vondra <tomas.vondra@postgresql.org>
Mon, 26 Jan 2026 17:54:12 +0000 (18:54 +0100)
committerTomas Vondra <tomas.vondra@postgresql.org>
Mon, 26 Jan 2026 19:05:17 +0000 (20:05 +0100)
commitf6e5d21bf73f9928b878e301805b8184c82e0463
tree603afa9f7382192a7db64507390bd53a18fa0ea2
parentdb14dcdec69d560013b326ca3dea45b83a07ccd6
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
src/test/regress/expected/jsonb.out
src/test/regress/expected/tsearch.out
src/test/regress/sql/jsonb.sql
src/test/regress/sql/tsearch.sql