Re: unchecked out of memory in postmaster.c - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: unchecked out of memory in postmaster.c
Date
Msg-id 20090504022540.GD8098@alvh.no-ip.org
Whole thread Raw
In response to Re: unchecked out of memory in postmaster.c  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Tom Lane wrote:
> Alvaro Herrera <alvherre@commandprompt.com> writes:
> > Tom Lane wrote:
> >> If you're really intent on doing something about this, my inclination
> >> would be to get rid of the dependence on DLNewElem altogether.  Add
> >> a Dlelem field to the Backend struct and use DLInitElem (compare
> >> the way catcache uses that module).
> 
> > Hmm, yeah, I had seen that code.  So it looks like this instead.
> 
> Huh, didn't you commit this yet?

Sorry, I just did.

-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: windows shared memory error
Next
From: Jaime Casanova
Date:
Subject: Re: ALTER TABLE ... ALTER COLUMN ... SET DISTINCT