Re: FETCH FIRST clause PERCENT option

Поиск
Список
Период
Сортировка
От Surafel Temesgen
Тема Re: FETCH FIRST clause PERCENT option
Дата
Msg-id CALAY4q9BA6GEQmkhffnCAe-cqpGXqm+SrjeJkyGQm18qbsjBEg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: FETCH FIRST clause PERCENT option  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Список pgsql-hackers

Hi Alvaro,
On Wed, Jul 10, 2019 at 6:44 PM Alvaro Herrera <alvherre@2ndquadrant.com> wrote:
What's with the new tuplestore function for getting heap tuples?  That
looks really odd.
 

Previously I create new TTSOpsMinimalTuple type slots for every tuple returned in order to fetch it from tuplestore because tuplestore store tuple in MinimalTuple format and created slot format changes in subsequent operation. This case resource leak as Andres mention and I create this function to remove the need for creating new slot for every returned tuple because of form difference


regards

Surafel

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

Предыдущее
От: David Rowley
Дата:
Сообщение: Re: Index Skip Scan
Следующее
От: Kyotaro Horiguchi
Дата:
Сообщение: Re: shared-memory based stats collector