Re: ERROR: invalid memory alloc request size <a_big_number_here>

From: Matteo Beccati <php(at)beccati(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>, Martijn van Oosterhout <kleptog(at)svana(dot)org>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: ERROR: invalid memory alloc request size <a_big_number_here>
Date: 2005-10-27 16:36:42
Message-ID: 4361021A.3000204@beccati.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tom, Alvaro

>> The remaining question for me is, how do we sleep until the correct
>> offset has been stored?
>
> I was thinking of just pg_usleep for some nominal time (1ms maybe)
> and try to read the offsets page again. This is a corner case so
> the performance doesn't have to be great.

Let me know if you need to test some other patches.

Again, thank you

Best regards
--
Matteo Beccati
http://phpadsnew.com
http://phppgads.com

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jim C. Nasby 2005-10-27 16:44:24 Re: Ideas for easier debugging of backend problems
Previous Message Jim C. Nasby 2005-10-27 16:29:32 Problems with gdb