Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commitbe7b4d9

Browse files
committed
Don't use pgbench -j in tests
It draws an unnecessary error in builds compiled without thread support.Added by commit038f586, which was backpatched to 14; though inbranch master we no longer support such builds, there's no reason tohave 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 parent04d7eac commitbe7b4d9

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
@@ -830,7 +830,7 @@
830830

831831
# Working \startpipeline in prepared query mode with serializable
832832
$node->pgbench(
833-
'-c4 -j2 -t 10 -n -M prepared',
833+
'-c4 -t 10 -n -M prepared',
834834
0,
835835
[
836836
qr{type: .*/001_pgbench_pipeline_serializable},

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp