Re: Oracle SGA like feature???

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Jeff Davis <list-pgsql-general(at)empires(dot)org>, pgsql-general(at)postgresql(dot)org
Subject: Re: Oracle SGA like feature???
Date: 2002-10-03 16:01:17
Message-ID: 200210031601.g93G1Hr06704@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Tom Lane wrote:
> Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
> > Out of memory throws FATAL, which just exits the backend.
>
> Au contraire --- in most places it just throws ERROR.
>
> There are a few poorly-coded spots that throw FATAL if malloc fails.
> That should be cleaned up someday, at least for the ones that are likely
> to occur while running (startup code I think isn't an issue).

Oh, I knew some threw fatal, but yes, the common ones just throw an
error on the query. Once malloc gives an error, any attempt to increase
our memory will fail, but we continue with the memory we have already
allocated.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Bruce Momjian 2002-10-03 16:06:26 Re: schemas in 7.3b1
Previous Message Thomas F.O'Connell 2002-10-03 15:57:45 Re: Anyone want to assist with the translation of the Advocacy site?