Re: Query Failed, out of memory

From: Benny Amorsen <benny+usenet(at)amorsen(dot)dk>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Query Failed, out of memory
Date: 2006-10-05 18:05:27
Message-ID: m3fye2tz88.fsf@ursa.amorsen.dk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

>>>>> "MW" == Mark Woodward <pgsql(at)mohawksoft(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Neil Conway 2006-10-05 18:34:32 Re: Query Failed, out of memory
Previous Message Magnus Hagander 2006-10-05 17:59:06 Re: Win XP SP2 SMP locking (8.1.4)