Re: BUG #5769: Problem with SPI_getvalue

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #5769: Problem with SPI_getvalue
Дата
Msg-id 13535.1290702038@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #5769: Problem with SPI_getvalue  ("Helmar Spangenberg" <hspangenberg@frey.de>)
Список pgsql-bugs
"Helmar Spangenberg" <hspangenberg@frey.de> writes:
> Referring to the manual, I can pfree the result returned by SPI_getvalue.

Well, the result is the output of a datatype output function.  I think
that's palloc'd by all standard datatypes, but maybe you're working with
a custom datatype that tries to return a constant string?

            regards, tom lane

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

Предыдущее
От: Helmar Spangenberg
Дата:
Сообщение: Re: BUG #5769: Problem with SPI_getvalue
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #5770: Foreign key violation after insert