Search Postgresql Archives

Re: error during pg_dump

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Akash Garg <akash.garg@xxxxxxxxx> 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

---------------------------(end of broadcast)---------------------------
TIP 7: don't forget to increase your free space map settings

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux