Sorted Merge with t1.size ~= t2.size
max=# explain select * from t1 join t2 on t1.col1 = t2.col1;
QUERY PLAN
------------------------------------------------------------------
Merge Join (cost=359.57..860.00 rows=32512 width=8)
Merge Cond: (t1.col1 = t2.col1)