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. [1] - http://www.postgresql.org/message-id/9a28c8860f777e439aa12e8aea7694f801149...@bpxm15gp.gisp.nec.co.jp With Regards, Amit Kapila. EnterpriseDB: http://www.enterprisedb.com
fix_outMergeJoin_inconsistency_v1.patch
Description: Binary data
-- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers