Skip to content

Commit 419cac0

Browse files
committed
Don't use pgbench -j in tests
It draws an unnecessary error in builds compiled without thread support. Added by commit 038f586, 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
1 parent 1486555 commit 419cac0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/pgbench/t/001_pgbench_with_server.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -843,7 +843,7 @@
843843

844844
# Working \startpipeline in prepared query mode with serializable
845845
$node->pgbench(
846-
'-c4 -j2 -t 10 -n -M prepared',
846+
'-c4 -t 10 -n -M prepared',
847847
0,
848848
[
849849
qr{type: .*/001_pgbench_pipeline_serializable},

0 commit comments

Comments
 (0)