We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38c268d commit cba0fe0Copy full SHA for cba0fe0
src/test/regress/expected/join_hash.out
@@ -4,6 +4,7 @@
4
begin;
5
set local min_parallel_table_scan_size = 0;
6
set local parallel_setup_cost = 0;
7
+set local enable_hashjoin = on;
8
-- Extract bucket and batch counts from an explain analyze plan. In
9
-- general we can't make assertions about how many batches (or
10
-- buckets) will be required because it can vary, but we can in some
src/test/regress/sql/join_hash.sql
@@ -6,6 +6,7 @@ begin;
11
12
0 commit comments