From: Alvaro Herrera Date: Mon, 4 Dec 2023 13:00:51 +0000 (+0100) Subject: Don't use pgbench -j in tests X-Git-Tag: REL_15_6~76 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=25f2a43756443031239a5d212a63ae9b183e4502;p=thirdparty%2Fpostgresql.git 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 Discussion: https://postgr.es/m/ZW2G9Ix4nBKLcSSO@paquier.xyz --- diff --git a/src/bin/pgbench/t/001_pgbench_with_server.pl b/src/bin/pgbench/t/001_pgbench_with_server.pl index 027c51317f7..c1e7cffb7b8 100644 --- a/src/bin/pgbench/t/001_pgbench_with_server.pl +++ b/src/bin/pgbench/t/001_pgbench_with_server.pl @@ -843,7 +843,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},