On Wed, Sep 23, 2015 at 5:56 AM, Amit Kapila <[email protected]> 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 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.
Seems right to me. I'll go commit this. -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
