Re: Run-time pruning for ModifyTable

Поиск
Список
Период
Сортировка
От David Rowley
Тема Re: Run-time pruning for ModifyTable
Дата
Msg-id CAKJS1f9j8r6ap963qrgPdCxkTtj2Kr=tmNm_w9eZ1+Nyf=ksAA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Run-time pruning for ModifyTable  (Amit Langote <amitlangote09@gmail.com>)
Ответы Re: Run-time pruning for ModifyTable  (Amit Langote <amitlangote09@gmail.com>)
Список pgsql-hackers
On Wed, 3 Jul 2019 at 17:27, Amit Langote <amitlangote09@gmail.com> wrote:
> A cursory look at the patch suggests that most of its changes will be
> for nothing if [1] materializes.  What do you think about that?

Yeah, I had this in mind when writing the patch, but kept going
anyway.  I think it's only really a small patch of this patch that
would get wiped out with that change. Just the planner.c stuff.
Everything else is still required, as far as I understand.

> [1] https://www.postgresql.org/message-id/357.1550612935%40sss.pgh.pa.us

-- 
 David Rowley                   http://www.2ndQuadrant.com/
 PostgreSQL Development, 24x7 Support, Training & Services



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

Предыдущее
От: Oleksandr Shulgin
Дата:
Сообщение: Re: POC: converting Lists into arrays
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: Custom table AMs need to include heapam.h because ofBulkInsertState