Re: missing tuplestore_gettuple

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: missing tuplestore_gettuple
Дата
Msg-id 5104.1153241301@sss.pgh.pa.us
обсуждение исходный текст
Ответ на missing tuplestore_gettuple  (Tzahi Fadida <Tzahi.ML@gmail.com>)
Список pgsql-hackers
Tzahi Fadida <Tzahi.ML@gmail.com> writes:
> In 8.2 the function tuplestore_gettuple in tuplestore.h is either missing or 
> deprecated? can someone shed some light on this?

You need to switch to using tuplestore_gettupleslot.  Note that what
comes back won't have any system columns, because the sort code now
stores MinimalTuples instead of complete HeapTuples.
        regards, tom lane


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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: [PATCHES] Proposed patch for contrib/cube
Следующее
От: Tom Lane
Дата:
Сообщение: Re: CSStorm occurred again by postgreSQL8.2. (Re: poor performance with Context Switch Storm at TPC-W.)