Re: ERROR: invalid memory alloc request size - Mailing list pgsql-hackers

From Matteo Beccati
Subject Re: ERROR: invalid memory alloc request size
Date
Msg-id 4361021A.3000204@beccati.com
Whole thread Raw
In response to Re: ERROR: invalid memory alloc request size  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: ERROR: invalid memory alloc request size
List 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


pgsql-hackers by date:

Previous
From: "Jim C. Nasby"
Date:
Subject: Problems with gdb
Next
From: "Jim C. Nasby"
Date:
Subject: Re: Ideas for easier debugging of backend problems