Memory Allocation error using pg_dump on 7.4

From: frank church <pgsql(at)adontendev(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: Memory Allocation error using pg_dump on 7.4
Date: 2006-01-22 13:49:38
Message-ID: 1137937778.43d38d724674e@webmail.adontendev.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I repeatedly get this error whenever I try to backup a database

The command used is:

pg_dump -Fc -O -U username tablename > tablename.20060122

pg_dump: ERROR: invalid memory alloc request size 4294967290
pg_dump: SQL command to dump the contents of table "cc_ratecard" failed:
PQendcopy() failed.
pg_dump: Error message from server: ERROR: invalid memory alloc request size
4294967290
pg_dump: The command was: COPY public.tablename(id, ...

Is there a bug somewhere in there.

----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.

Browse pgsql-general by date

  From Date Subject
Next Message Bob Pawley 2006-01-22 18:52:12 Numbers
Previous Message Doug McNaught 2006-01-22 13:39:25 Re: numeric data type?