Re: PortalHeapMemoryFree...in diskless client - Mailing list pgsql-bugs

From Karla Peralta
Subject Re: PortalHeapMemoryFree...in diskless client
Date
Msg-id 3A24F2B3.F67C94CB@elrosado.com
Whole thread Raw
In response to PortalHeapMemoryFree...in diskless client  (Karla Peralta <karlaper@elrosado.com>)
List pgsql-bugs
Tom Lane wrote:

> 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

The problem looks like is done.
I changed to postgresql-7.0.3-2.
I changed the postmaster's options in the file postmaster.opts.default,
now I'm using -i -B 128 -N 64.
I changed the group of the users for permissions.

 It's working ok, but I'm still testing.

Thanks

Karla

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: Join Problem in Postgres 7.0.2
Next
From: Vit Pavlik
Date:
Subject: LIKE on index bug