Re: Skip partition tuple routing with constant partition key

Поиск
Список
Период
Сортировка
От Zhihong Yu
Тема Re: Skip partition tuple routing with constant partition key
Дата
Msg-id CALNJ-vQ5n=N-Jk0auA9eReF-K7St+Cf6X2x=42Bh001BR0sbCQ@mail.gmail.com
обсуждение исходный текст
Ответ на RE: Skip partition tuple routing with constant partition key  ("houzj.fnst@fujitsu.com" <houzj.fnst@fujitsu.com>)
Ответы Re: Skip partition tuple routing with constant partition key  (Amit Langote <amitlangote09@gmail.com>)
Список pgsql-hackers
Hi, Amit:

For ConvertTupleToPartition() in 0001-ExecFindPartition-cache-last-used-partition-v3.patch:

+       if (tempslot != NULL)
+           ExecClearTuple(tempslot);

If tempslot and parent_slot point to the same slot, should ExecClearTuple() still be called ?

Cheers

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: CALL versus procedures with output-only arguments
Следующее
От: Robert Haas
Дата:
Сообщение: Re: storing an explicit nonce