BUG #5769: Problem with SPI_getvalue - Mailing list pgsql-bugs

From Helmar Spangenberg
Subject BUG #5769: Problem with SPI_getvalue
Date
Msg-id 201011251145.oAPBjweK020676@wwwmaster.postgresql.org
Whole thread Raw
Responses Re: BUG #5769: Problem with SPI_getvalue  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
Re: BUG #5769: Problem with SPI_getvalue  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
The following bug has been logged online:

Bug reference:      5769
Logged by:          Helmar Spangenberg
Email address:      hspangenberg@frey.de
PostgreSQL version: 9.0.1
Operating system:   Linux
Description:        Problem with SPI_getvalue
Details:

Referring to the manual, I can pfree the result returned by SPI_getvalue.
However the backend crashes as soon as I use pfree.

No example uses pfree. Could it be possible, there is a bug in the
documentation?

Thanks,
Helmar

pgsql-bugs by date:

Previous
From: "Pavel Arnost"
Date:
Subject: BUG #5768: Inefficiency of large offsets should be mentioned on SELECT documentation page
Next
From: Heikki Linnakangas
Date:
Subject: Re: BUG #5769: Problem with SPI_getvalue