diff options
author | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2023-12-04 14:00:51 +0100 |
---|---|---|
committer | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2023-12-04 14:00:51 +0100 |
commit | a3f76a3f7e3a670728e2e2bed45499c11acb2936 (patch) | |
tree | 44e84eb152076338452e46969ae37631cb0ba387 /src | |
parent | 457428d9e99b6bed6f3aabd596cb882564d1e207 (diff) | |
download | postgresql-a3f76a3f7e3a670728e2e2bed45499c11acb2936.tar.gz postgresql-a3f76a3f7e3a670728e2e2bed45499c11acb2936.zip |
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
Diffstat (limited to 'src')
-rw-r--r-- | src/bin/pgbench/t/001_pgbench_with_server.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pgbench/t/001_pgbench_with_server.pl b/src/bin/pgbench/t/001_pgbench_with_server.pl index 96be529d6bb..85e6520007e 100644 --- a/src/bin/pgbench/t/001_pgbench_with_server.pl +++ b/src/bin/pgbench/t/001_pgbench_with_server.pl @@ -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}, |