Age | Commit message (Collapse) | Author |
|
|
|
would sometimes generate a plan that omitted a sort step before merge.
|
|
so remove them from MergeJoin node. Hack together a partial
solution for commuted mergejoin operators --- yesterday
a mergejoin int4 = int8 would crash if the planner decided to
commute it, today it works. The planner's representation of
mergejoins really needs a rewrite though.
Also, further testing of mergejoin ops in opr_sanity regress test.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
it is now only mergejoin.
|
|
|
|
|
|
|
|
indenting. Also static variable indenting.
|
|
|
|
|