On Wed, Jul 27, 2016 at 12:25 AM, Andrew Gierth
<[email protected]> wrote:
>>>>>> "Robert" == Robert Haas <[email protected]> writes:
>  Robert> So I think we instead ought to fix it as in the attached.
>
>  Robert>                if (retval->paramMask != NULL &&
>  Robert> -                      !bms_is_member(i, retval->paramMask))
>  Robert> +                      !bms_is_member(i, from->paramMask))
>
> Need to change both references to retval->paramMask, not just one.

You are, of course, entirely correct.

-- 
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

Reply via email to