MemoryContextAlloc: invalid request size
Hi,
I have this error message during (I think) a simple select. (I think only
because the user is far from me and I cannot reproduce the error.) I found a
mail like this in the archive at 2002 august but there was no really
solution for this. Is there any? Can the vacuum or dump/restore be one?
Thanks, Attila
Sorry, it runs on Win98, Cygwin and the version is 7.2.
Show quoted text
-----Original Message-----
From: pgsql-general-owner@postgresql.org
[mailto:pgsql-general-owner@postgresql.org]On Behalf Of Ken�z Attila
Sent: Monday, June 30, 2003 2:49 PM
To: Psql_General (E-mail)
Subject: [GENERAL] MemoryContextAlloc: invalid request sizeHi,
I have this error message during (I think) a simple select.
(I think only
because the user is far from me and I cannot reproduce the
error.) I found a
mail like this in the archive at 2002 august but there was no really
solution for this. Is there any? Can the vacuum or
dump/restore be one?Thanks, Attila
---------------------------(end of
broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to
majordomo@postgresql.org
=?ISO-8859-1?Q?Ken=E9z_Attila?= <akenez@energo-szoft.hu> writes:
I have this error message during (I think) a simple select. (I think only
because the user is far from me and I cannot reproduce the error.)
It might be caused by corrupted data on disk (specifically, a bad length
word in a variable-length field). Hard to tell with so little info.
regards, tom lane