Re: [HACKERS] Inconsistency in Output function of MergeJoin

2015-09-23 Thread Robert Haas
On Wed, Sep 23, 2015 at 5:56 AM, Amit Kapila wrote: > While working on read functions for plan nodes (required for > parallelism), it has been observed [1] by KaiGai and separately > by me that function _outMergeJoin(), appends boolean in a > slightly different way as compare to other out function

[HACKERS] Inconsistency in Output function of MergeJoin

2015-09-23 Thread Amit Kapila
While working on read functions for plan nodes (required for parallelism), it has been observed [1] by KaiGai and separately by me that function _outMergeJoin(), appends boolean in a slightly different way as compare to other out functions like _outSort(). Is there a reason of doing so which is is