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

From Robert Haas
Subject Re: Inconsistency in Output function of MergeJoin
Date
Msg-id CA+TgmoYc5Tgs71pMuo7vBWUfg7MZjsRh84qoWM3XRkG1Eq-dwQ@mail.gmail.com
Whole thread Raw
In response to Inconsistency in Output function of MergeJoin  (Amit Kapila <amit.kapila16@gmail.com>)
List pgsql-hackers
On Wed, Sep 23, 2015 at 5:56 AM, Amit Kapila <amit.kapila16@gmail.com> 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



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: [PATCH] Refactoring of LWLock tranches
Next
From: Robert Haas
Date:
Subject: Re: unclear about row-level security USING vs. CHECK