Re: Gather Merge - Mailing list pgsql-hackers

From Amit Kapila
Subject Re: Gather Merge
Date
Msg-id CAA4eK1Je2mLzXZ5ydkg-oZg4R5w_2dk8Qfgaoqubd6fHftm_PQ@mail.gmail.com
Whole thread Raw
In response to Re: Gather Merge  (Thomas Munro <thomas.munro@enterprisedb.com>)
List pgsql-hackers
On Fri, Nov 4, 2016 at 8:30 AM, Thomas Munro
<thomas.munro@enterprisedb.com> wrote:
> On Thu, Oct 27, 2016 at 10:50 PM, Rushabh Lathia
> <rushabh.lathia@gmail.com> wrote:
>> Please find attached latest patch which fix the review point as well as
>> additional clean-up.
>
> +/*
> + * Read the tuple for given reader into nowait mode, and form the tuple array.
> + */
> +static void
> +form_tuple_array(GatherMergeState *gm_state, int reader)
>
> This function is stangely named.  How about try_to_fill_tuple_buffer
> or something?
>

Hmm.  We have discussed upthread to name it as form_tuple_array.  Now,
you feel that is also not good, I think it is basically matter of
perspective, so why not leave it as it is for now and we will come
back to naming it towards end of patch review or may be we can leave
it for committer to decide.

-- 
With Regards,
Amit Kapila.
EnterpriseDB: http://www.enterprisedb.com



pgsql-hackers by date:

Previous
From: Shay Rojansky
Date:
Subject: Re: macaddr 64 bit (EUI-64) datatype support
Next
From: Etsuro Fujita
Date:
Subject: Re: Push down more full joins in postgres_fdw