Re: Oracle SGA like feature??? - Mailing list pgsql-general

From Tom Lane
Subject Re: Oracle SGA like feature???
Date
Msg-id 4060.1033653308@sss.pgh.pa.us
Whole thread Raw
In response to Re: Oracle SGA like feature???  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: Oracle SGA like feature???
List pgsql-general
Bruce Momjian <pgman@candle.pha.pa.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).

            regards, tom lane

pgsql-general by date:

Previous
From: Chris
Date:
Subject: schemas in 7.3b1
Next
From: "Shridhar Daithankar"
Date:
Subject: Re: Large databases, performance