Re: error during pg_dump

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Akash Garg <akash(dot)garg(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: error during pg_dump
Date: 2005-06-21 00:03:29
Message-ID: 29573.1119312209@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Akash Garg <akash(dot)garg(at)gmail(dot)com> writes:
> I got this error while doing a pg_dump on one of my tables -- any ideas?
> pg_dump: ERROR: invalid memory alloc request size 18446744073709551613

Did you really transcribe that accurately? The number's an order of
magnitude too large to fit in even an int64, and it's quite hard to see
how a value wider than int32 could arrive at palloc anyway.

In any case, I suppose this is a corrupted-data issue; you need to find
and delete the corrupted row (or rows). There are past discussions in
the archives that might help.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Teunis Peters 2005-06-21 00:17:57 users, address record restrictions
Previous Message Tom Lane 2005-06-21 00:00:17 Re: Odd performance issue