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 ef1454c commit b6d45deCopy full SHA for b6d45de
expected/pathman_mergejoin_0.out
@@ -84,3 +84,8 @@ WHERE j1.dt < '2015-03-01' AND j2.dt >= '2015-02-01' ORDER BY j2.dt;
84
-> Index Scan using num_range_rel_4_pkey on num_range_rel_4 j3_3
85
(20 rows)
86
87
+SET enable_hashjoin = ON;
88
+SET enable_nestloop = ON;
89
+DROP SCHEMA test CASCADE;
90
+NOTICE: drop cascades to 12 other objects
91
+DROP EXTENSION pg_pathman;
0 commit comments