Re: 2018-03 Commitfest Summary (Andres #3)

Поиск
Список
Период
Сортировка
От Amit Langote
Тема Re: 2018-03 Commitfest Summary (Andres #3)
Дата
Msg-id 33098109-9ef1-9594-e7d5-0977a50f8cfa@lab.ntt.co.jp
обсуждение исходный текст
Ответ на Re: 2018-03 Commitfest Summary (Andres #3)  (Andres Freund <andres@anarazel.de>)
Список pgsql-hackers
Hi Andres.

On 2018/03/02 13:34, Andres Freund wrote:
> - reorganize partitioning code
> 
>   NR. Created recently, but split off an older patch.
> 
>   Seems like a generally reasonable idea. Wonder if it conflicts with
>   some other partition related patches?

It actually does.  There are at least a few other functionality patches
that touch same files and it may not be a good idea for them to have to
worry about conflicts with this.

I gave up on rebasing this patch yesterday as I couldn't finish it in 5
minutes, but maybe I will try later this month.  Gotta focus on the faster
pruning stuff for now...

> - Add support for tuple routing to foreign partitions
> 
>   NR. Patch is still evolving, the latest versions haven't gotten a lot
>   of review.
> 
>   It seems a bit ambitious to try to get this into v11.

I've looked at this a bit yesterday and plan to do review it sometime this
month.  Having skimmed it, the new FDW API added by the patch looks well
documented and seems to do the very specific job assigned to it well
enough, but then again I haven't done a full review yet.

Thanks,
Amit



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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: Add default role 'pg_access_server_files'
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: PATCH: Unlogged tables re-initialization tests