error during pg_dump - Mailing list pgsql-general

From Akash Garg
Subject error during pg_dump
Date
Msg-id 89058be205062013132036481f@mail.gmail.com
Whole thread Raw
Responses Error during pg_dump
Re: error during pg_dump
List pgsql-general
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
pg_dump: SQL command to dump the contents of table "users" failed:
PQendcopy() failed.
pg_dump: Error message from server: ERROR:  invalid memory alloc
request size 18446744073709551613
pg_dump: The command was: COPY public.users (id, "password", email,
firstname, lastname, dob, gender, timecreated, lastmodified,
pageviews, status, address, city, zip, country, state, phone,
lovestatus, interests, highschool, college, company, description,
matchdescription, hideage, hideprofile, hidepicture, hidejournal,
lastlogin, newsletter, offer, specialoffer, listpage, listpage2,
permissions, randomid, nextpage, whosinviewed, yahooviewed,
hotmailviewed, outlookviewed, loginid, numcontacts, inviteid,
inviterid, numlogins, lastoffertime, hidelocation, hidestatus,
emailpref) TO stdout;

Thanks,
Akash

pgsql-general by date:

Previous
From: Bart Grantham
Date:
Subject: Odd performance issue
Next
From: Akash Garg
Date:
Subject: Error during pg_dump