• T
    Executor no longer cares about mergejoinop, mergerightorder, mergeleftorder, · b204d10c
    Tom Lane 提交于
    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.
    b204d10c
plannodes.h 8.4 KB