heap_form_tuple crashing - Mailing list pgsql-hackers

From Atri Sharma
Subject heap_form_tuple crashing
Date
Msg-id CAOeZVid=h99PugcipXevWYg59Ar7W0b5aEPzP9odUCyUDi8Y0A@mail.gmail.com
Whole thread Raw
Responses Re: heap_form_tuple crashing
Re: heap_form_tuple crashing
List 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 by date:

Previous
From: Alexander Korotkov
Date:
Subject: Re: GiST buffering build, bug in levelStep calculation
Next
From: "Dickson S. Guedes"
Date:
Subject: Re: patch: avoid heavyweight locking on hash metapage