Re: non-bulk inserts and tuple routing

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: non-bulk inserts and tuple routing
Дата
Msg-id CA+TgmoZYBc7HO6CfCTaksD40UyeM8+6_ShXs6XrYu5H0UC4SLQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: non-bulk inserts and tuple routing  (Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>)
Ответы Re: non-bulk inserts and tuple routing
Re: non-bulk inserts and tuple routing
Re: non-bulk inserts and tuple routing
Re: non-bulk inserts and tuple routing
Список pgsql-hackers
On Tue, Feb 20, 2018 at 8:06 PM, Amit Langote
<Langote_Amit_f8@lab.ntt.co.jp> wrote:
>> Attached is an updated version for that.
>
> Thanks for updating the patch.

Committed with a few changes.  The big one was that I got rid of the
local variable is_update in ExecSetupPartitionTupleRouting.  That
saved a level of indentation on a substantial chunk of code, and it
turns out that test was redundant anyway.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


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

Предыдущее
От: Andrey Borodin
Дата:
Сообщение: Re: Online enabling of checksums
Следующее
От: Nikolay Shaplov
Дата:
Сообщение: [PATCH] get rid of StdRdOptions, use individual binary reloptions representation for each relation kind instead