heap_form_tuple crashing

Поиск
Список
Период
Сортировка
От Atri Sharma
Тема heap_form_tuple crashing
Дата
Msg-id CAOeZVid=h99PugcipXevWYg59Ar7W0b5aEPzP9odUCyUDi8Y0A@mail.gmail.com
обсуждение исходный текст
Ответы Re: heap_form_tuple crashing  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
Re: heap_form_tuple crashing  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Hi all,

I am trying to call heap_form_tuple to create a tuple from a datum.

My call to heap_form_tuple looks like:


val1=0;
tupledesc1=BlessTupleDesc(node->ss.ss_currentRelation->rd_att);
tuple=heap_form_tuple(tupledesc1,p1,&val1);


p1 is a pointer to a Datum instance which is created from a char array.

When I am running the code,the system is crashing.

Please let me know what can the problem be and also what I should do
to rectify it.

Atri
-- 
Regards,

Atri
l'apprenant


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

Предыдущее
От: Alexander Korotkov
Дата:
Сообщение: Re: GiST buffering build, bug in levelStep calculation
Следующее
От: "Dickson S. Guedes"
Дата:
Сообщение: Re: patch: avoid heavyweight locking on hash metapage