Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a3f76a3

Browse filesBrowse 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 457428d commit a3f76a3
Copy full SHA for a3f76a3

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

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

Copy file name to clipboardExpand all lines: src/bin/pgbench/t/001_pgbench_with_server.pl
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -878,7 +878,7 @@ sub check_data_state
878878

879879
# Working \startpipeline in prepared query mode with serializable
880880
$node->pgbench(
881-
'-c4 -j2 -t 10 -n -M prepared',
881+
'-c4 -t 10 -n -M prepared',
882882
0,
883883
[
884884
qr{type: .*/001_pgbench_pipeline_serializable},

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.