Re: heap_form_tuple crashing

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: heap_form_tuple crashing
Дата
Msg-id 4FC759B1.1040606@enterprisedb.com
обсуждение исходный текст
Ответ на Re: heap_form_tuple crashing  (Atri Sharma <atri.jiit@gmail.com>)
Ответы Re: heap_form_tuple crashing  (Atri Sharma <atri.jiit@gmail.com>)
Список pgsql-hackers
On 31.05.2012 14:42, Atri Sharma wrote:
> Another thing I wanted to ask was that would you recommend building
> tuples from strings directly or converting them to Datum first and
> then build the tuples from Datum instances?

It depends. If you have all the values in strings already, then 
BuildTupleFromCStrings() is probably the easiest. But if you have some 
attributes in Datum format already, then it's probably easier and faster 
to use heap_form_tuple().

--   Heikki Linnakangas  EnterpriseDB   http://www.enterprisedb.com


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

Предыдущее
От: Atri Sharma
Дата:
Сообщение: Re: heap_form_tuple crashing
Следующее
От: Atri Sharma
Дата:
Сообщение: Re: heap_form_tuple crashing