Don't use pgbench -j in tests

Alvaro Herrera <alvherre@alvh.no-ip.org>

Commit: a3f76a3f7e3a670728e2e2bed45499c11acb2936
Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
Date: 2023-12-04T13:00:51Z
Releases: 17.0
Don't use pgbench -j in tests

It draws an unnecessary error in builds compiled without thread support.

Added by commit 038f586d5f1d, which was backpatched to 14; though in
branch master we no longer support such builds, there's no reason to
have this there, so remove it in all branches since 14.

Reported-by: Michael Paquier <michael@paquier.xyz>
Discussion: https://postgr.es/m/ZW2G9Ix4nBKLcSSO@paquier.xyz

Files

PathChange+/−
src/bin/pgbench/t/001_pgbench_with_server.pl modified +1 −1

Discussion