Inconsistency in Output function of MergeJoin - Mailing list pgsql-hackers

From Amit Kapila
Subject Inconsistency in Output function of MergeJoin
Date
Msg-id CAA4eK1JX+43hJe0VFOUPEoctUxZPB0aZGJx_s4RUNqkG+=710g@mail.gmail.com
Whole thread Raw
Responses Re: Inconsistency in Output function of MergeJoin  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
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 not apparent
from code or comments?


Attached patch makes _outMergeJoin() consistent with other _out
functions which appends boolean to string.
Attachment

pgsql-hackers by date:

Previous
From: "Shulgin, Oleksandr"
Date:
Subject: Re: Calculage avg. width when operator = is missing
Next
From: Amit Kapila
Date:
Subject: Re: Parallel Seq Scan