Re: asynchronous and vectorized execution

Поиск
Список
Период
Сортировка
От Haribabu Kommi
Тема Re: asynchronous and vectorized execution
Дата
Msg-id CAJrrPGfbWKjVsH4+=0LDQd578vfqDkK-2zVBuv1SU5=j6G8ktg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: asynchronous and vectorized execution  (Kyotaro HORIGUCHI <horiguchi.kyotaro@lab.ntt.co.jp>)
Список pgsql-hackers


On Mon, Oct 3, 2016 at 3:25 PM, Kyotaro HORIGUCHI <horiguchi.kyotaro@lab.ntt.co.jp> wrote:
At Mon, 3 Oct 2016 13:14:23 +0900, Michael Paquier <michael.paquier@gmail.com> wrote in <CAB7nPqSf8dBndoKT5DeR6FpzDUSuXN_g7uWNPQuN_A_sEwB-uw@mail.gmail.com>
> On Thu, Sep 29, 2016 at 5:50 PM, Kyotaro HORIGUCHI
> <horiguchi.kyotaro@lab.ntt.co.jp> wrote:
> > Sorry for no response, but, the answer is yes. We could be able
> > to avoid the problem by managing execution state for every
> > node. But it needs an additional flag in *State structs and
> > manipulating on the way shuttling up and down around the
> > execution tree.
>
> Moved to next CF.

Thank you.


Closed in 2016-11 commitfest with "returned with feedback" status.
This is as per my understanding of the recent mails on the thread.
Please feel free to update the status if the current status doesn't
reflect the exact status of the patch.

Regards,
Hari Babu
Fujitsu Australia

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Haribabu Kommi
Дата:
Сообщение: Re: WAL logging problem in 9.4.3?
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: Random number generation, take two