Don't use pgbench -j in tests

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

Added by commit 038f586d5f, 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
This commit is contained in:
Alvaro Herrera 2023-12-04 14:00:51 +01:00
parent 457428d9e9
commit a3f76a3f7e
No known key found for this signature in database
GPG Key ID: 1C20ACB9D5C564AE
1 changed files with 1 additions and 1 deletions

View File

@ -878,7 +878,7 @@ select 1 \gset f
# Working \startpipeline in prepared query mode with serializable
$node->pgbench(
'-c4 -j2 -t 10 -n -M prepared',
'-c4 -t 10 -n -M prepared',
0,
[
qr{type: .*/001_pgbench_pipeline_serializable},