Re: PortalHeapMemoryFree...in diskless client
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Karla Peralta <karlaper@elrosado.com>
Cc: pgsql-bugs@postgresql.org
Date: 2000-11-28T18:49:49Z
Lists: pgsql-bugs
Karla Peralta <karlaper@elrosado.com> writes: >> Show us a sequence of queries that causes these messages, and we'll >> fix it ... > The messages show ups in two queries It hardly seems likely that such simple queries would trigger a failure like this. I believe, for example, that you must be using a cursor declaration in there somewhere, else the portal code wouldn't get invoked. Please provide the *complete* sequence of commands that causes this. Also, the table declarations would be more useful if given as a schema dump (pg_dump -s). regards, tom lane