Re: ERROR: MemoryContextAlloc: invalid request size - Mailing list pgsql-general

From Tom Lane
Subject Re: ERROR: MemoryContextAlloc: invalid request size
Date
Msg-id 11203.1007552156@sss.pgh.pa.us
Whole thread Raw
In response to ERROR: MemoryContextAlloc: invalid request size  ("Rich Ryan" <rich@usedcars.com>)
List pgsql-general
"Rich Ryan" <rich@usedcars.com> writes:
> I'm getting errors like the following when I do queries/copies/dumps on
> certain tables.
> ERROR:  MemoryContextAlloc: invalid request size 4294967293

A first guess is corrupted data: the length word of some variable-length
field contains garbage.  You could probably track down the affected
row(s) by seeing how much you can retrieve without error.  See past
discussions of similar problems.

            regards, tom lane

pgsql-general by date:

Previous
From: "Rich Ryan"
Date:
Subject: ERROR: MemoryContextAlloc: invalid request size
Next
From: "Raymond O'Donnell"
Date:
Subject: Re: Backends staying around