Re: inserts into partitioned table may cause crash

Поиск
Список
Период
Сортировка
От Etsuro Fujita
Тема Re: inserts into partitioned table may cause crash
Дата
Msg-id 5AA8DED7.7080207@lab.ntt.co.jp
обсуждение исходный текст
Ответ на Re: inserts into partitioned table may cause crash  (Etsuro Fujita <fujita.etsuro@lab.ntt.co.jp>)
Ответы Re: inserts into partitioned table may cause crash
Список pgsql-hackers
(2018/03/14 17:25), Etsuro Fujita wrote:
> (2018/03/14 14:54), Amit Langote wrote:
>> Sorry that this may be nitpicking that I should've brought up before, but
>> doesn't ExecPrepareTupleRouting do all the work that's needed for routing
>> a tuple and hence isn't the name a bit misleading? Maybe,
>> ExecPerformTupleRouting?
>
> Actually, I thought of that name as a candidate, too. But I used
> ExecPrepareTupleRouting because I didn't think it would actually perform
> all the work; because it wouldn't do the main work of routing, ie, route
> an inserted tuple to the target partition, which is ExecInsert()'s job.
> I agree that it would do all the work *needed for routing*, though.

One thing to add: having said that, I don't have any strong opinion 
about that.  How about leaving that for the committer?

Best regards,
Etsuro Fujita


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

Предыдущее
От: Aleksander Alekseev
Дата:
Сообщение: Re: [submit code] I develop a tool for pgsql, how can I submit it
Следующее
От: Amit Langote
Дата:
Сообщение: Re: inserts into partitioned table may cause crash