From: | yogvinder <yogvinder(at)newgen(dot)co(dot)in> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | RCA for MemoryContextAlloc: invalid request size(Known Issue) |
Date: | 2009-01-07 14:07:02 |
Message-ID: | 21331952.post@talk.nabble.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Hi All,
I am having multiple postgresql 7.3(pretty old version now) on rhel4
servers.
I am getting the error MemoryContextAlloc: invalid request size on many of
these servers from time to time.
On crawling through net, I have found that its because of some bad word
value in a variable length field which implies database corruption. A
possible solution to recover database is by deleting the corrupted row and
then continuing till all the bad rows are deleted.
My Queries:
1) What is the root cause? Why database is getting corrupted.
2) Is any newer version or patch can take care of this issue.
3) Any other solution for the same that can update the corrupted data.
Regards,
Yogvinder Singh
--
View this message in context: http://www.nabble.com/RCA-for-MemoryContextAlloc%3A-invalid-request-size%28Known-Issue%29-tp21331952p21331952.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.
From | Date | Subject | |
---|---|---|---|
Next Message | Richard Huxton | 2009-01-07 14:59:50 | Re: RCA for MemoryContextAlloc: invalid request size(Known Issue) |
Previous Message | A. Kretschmer | 2009-01-07 12:47:23 | Re: How do I 'include' a stored procedure in a SQL script file |