Re: Query Failed, out of memory - Mailing list pgsql-hackers

From Benny Amorsen
Subject Re: Query Failed, out of memory
Date
Msg-id m3fye2tz88.fsf@ursa.amorsen.dk
Whole thread Raw
In response to Query Failed, out of memory  ("Mark Woodward" <pgsql@mohawksoft.com>)
List pgsql-hackers
>>>>> "MW" == Mark Woodward <pgsql@mohawksoft.com> writes:

MW> Yea, I've been toying with the idea of that setting lately, I
MW> can't for the life of me understand why it isn't the default
MW> behavior.

Lots of programs handle malloc() failures very badly. Including
daemons. Often it's better in practice to just keep going a little
longer and see if you can squeeze by -- and then perhaps kill the
memory hog, rather than some daemon getting a NULL and crashing.


/Benny




pgsql-hackers by date:

Previous
From: "Magnus Hagander"
Date:
Subject: Re: Win XP SP2 SMP locking (8.1.4)
Next
From: Neil Conway
Date:
Subject: Re: Query Failed, out of memory