Skip to content

Commit d42e4e8

Browse files
author
zhangxing
committed
fix join
1 parent d3948c6 commit d42e4e8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/regress/expected/join.out

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3478,7 +3478,6 @@ where t1.unique2 < 42 and t1.stringu1 > t2.stringu2;
34783478
-> Broadcast Motion 1:3 (slice3; segments: 1)
34793479
-> Seq Scan on int4_tbl i1
34803480
Filter: ((11 < 42) AND (f1 = 0))
3481-
34823481
Optimizer: Postgres query optimizer
34833482
(17 rows)
34843483

0 commit comments

Comments
 (0)