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

Commit934c798

Browse files
committed
Tweak parallel hash join test case in hopes of improving stability.
This seems to make things better on gaur, let's see what the restof the buildfarm thinks.Thomas MunroDiscussion:https://postgr.es/m/CAEepm=1uuT8iJxMEsR=jL+3zEi87DB2v0+0H9o_rUXXCZPZT3A@mail.gmail.com
1 parent47c6772 commit934c798

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎src/test/regress/expected/join.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6073,7 +6073,7 @@ rollback to settings;
60736073
-- parallel with parallel-aware hash join
60746074
savepoint settings;
60756075
set local max_parallel_workers_per_gather = 2;
6076-
set local work_mem = '128kB';
6076+
set local work_mem = '192kB';
60776077
set local enable_parallel_hash = on;
60786078
explain (costs off)
60796079
select count(*) from simple r join simple s using (id);

‎src/test/regress/sql/join.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2116,7 +2116,7 @@ rollback to settings;
21162116
-- parallel with parallel-aware hash join
21172117
savepoint settings;
21182118
set local max_parallel_workers_per_gather=2;
2119-
set local work_mem='128kB';
2119+
set local work_mem='192kB';
21202120
set local enable_parallel_hash=on;
21212121
explain (costs off)
21222122
selectcount(*)from simple rjoin simple s using (id);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp