Skip to content

Commit 913e727

Browse files
author
Alena Rybakina
committed
Fix result look-a-like test after rebase.
1 parent ba9380b commit 913e727

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

expected/look_a_like.out

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -135,17 +135,17 @@ WHERE str NOT LIKE 'Query Identifier%' and str NOT LIKE '%Memory%';
135135
Hash Join (actual rows=70000 loops=1)
136136
AQO not used
137137
Output: a.x1, b.y1
138-
Hash Cond: (b.y1 = a.x1)
139-
-> Seq Scan on public.b (actual rows=1000 loops=1)
140-
AQO: rows=1000, error=0%
141-
Output: b.y1, b.y2, b.y3
142-
-> Hash (actual rows=700 loops=1)
143-
Output: a.x1
144-
-> Seq Scan on public.a (actual rows=700 loops=1)
145-
AQO not used
146-
Output: a.x1
147-
Filter: ((a.x1 > 2) AND (a.x2 > 2))
148-
Rows Removed by Filter: 300
138+
Hash Cond: (a.x1 = b.y1)
139+
-> Seq Scan on public.a (actual rows=700 loops=1)
140+
AQO not used
141+
Output: a.x1, a.x2, a.x3
142+
Filter: ((a.x1 > 2) AND (a.x2 > 2))
143+
Rows Removed by Filter: 300
144+
-> Hash (actual rows=1000 loops=1)
145+
Output: b.y1
146+
-> Seq Scan on public.b (actual rows=1000 loops=1)
147+
AQO: rows=1, error=-99900%
148+
Output: b.y1
149149
Using aqo: true
150150
AQO mode: LEARN
151151
JOINS: 0

0 commit comments

Comments
 (0)