Re: BUG #2277: Can't Open Relation when returning data from a stored procedure - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #2277: Can't Open Relation when returning data from a stored procedure
Date
Msg-id 16061.1140537400@sss.pgh.pa.us
Whole thread Raw
In response to BUG #2277: Can't Open Relation when returning data from a stored procedure  ("Andrew Nykolyn" <nykolyn@ngc.com>)
List pgsql-bugs
"Andrew Nykolyn" <nykolyn@ngc.com> writes:
> When running a stored procedure that loads data into a temporary table, the
> following error occurs when returning the result set through a composite
> data type.
>     Could not open relation with OID 443748

It looks to me like you're running into the same issue described here:
http://archives.postgresql.org/pgsql-general/2006-02/msg00172.php
namely that a toasted datum is still in memory after the owning table
has been dropped, and so subsequent attempts to expand the datum fail.

I'm not sure there is any really nice fix for that --- the easy fix
of forcibly detoasting everything before plpgsql stores it anyplace
would have very unpleasant performance implications.  Needs more thought.

Curious that this behavior has been there unremarked since 7.1 or so
and now two different people stumble across it within a couple of weeks
of each other.

            regards, tom lane

pgsql-bugs by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: BUG #2261: ILIKE seems to be buggy on koi8 input
Next
From: Tom Lane
Date:
Subject: Re: BUG #2274: Error in 'CREATE DOMAIN' SQL command in dump file