Re: C LIBRARY EXTENSION SEGFAULT - Mailing list pgsql-interfaces

From Tom Lane
Subject Re: C LIBRARY EXTENSION SEGFAULT
Date
Msg-id 5042.1164126114@sss.pgh.pa.us
Whole thread Raw
In response to C LIBRARY EXTENSION SEGFAULT  ("James M Doherty" <jim@jdoherty.net>)
Responses Re: C LIBRARY EXTENSION SEGFAULT  (Eric March <sales@ebmpl.com.au>)
List pgsql-interfaces
"James M Doherty" <jim@jdoherty.net> writes:
>                                 pfree(myRDate);
>                         PG_RETURN_TEXT_P(myRDate);

Egad.
        regards, tom lane


pgsql-interfaces by date:

Previous
From: "James M Doherty"
Date:
Subject: C LIBRARY EXTENSION SEGFAULT
Next
From: "Doherty EMAIL ACCOUNT"
Date:
Subject: Tom I Take it I should not free before the function returns ?