Bug #698: Error haciendo Backup con pg_dump!! - Mailing list pgsql-bugs

From pgsql-bugs@postgresql.org
Subject Bug #698: Error haciendo Backup con pg_dump!!
Date
Msg-id 20020625184201.697B3476531@postgresql.org
Whole thread Raw
Responses Re: Bug #698: Error haciendo Backup con pg_dump!!
"Field is too small"
List pgsql-bugs
Christian Gonzalez (christiangda@cantv.net) reports a bug with a severity of 1
The lower the number the more severe it is.

Short Description
Error haciendo Backup con pg_dump!!

Long Description
[avl@bdserver avl]$  nohup pg_dump -R -O leemail2 | gzip -c > /tmp/resp.leemail2_25_6_2002_1_00_pm.sql.gz &
[avl@bdserver avl]$ jobs
[1]+  Running                 nohup pg_dump -R -O leemail2 | gzip -c >/tmp/resp.leemail2_25_6_2002_1_00_pm.sql.gz &
[avl@bdserver avl]$ ERROR:  MemoryContextAlloc: invalid request size 4294967293
PQendcopy: resetting connection
SQL query to dump the contents of Table 'datamailentrada_historico' did not execute correctly.  After we read all the
tablecontents from the backend, PQendcopy() failed.  Explanation from backend: ''. 
The query was: 'COPY "datamailentrada_historico" TO stdout;
'.

[1]+  Done                    nohup pg_dump -R -O leemail2 | gzip -c >/tmp/resp.leemail2_25_6_2002_1_00_pm.sql.gz
[avl@bdserver avl]$



Sample Code


No file was uploaded with this report

pgsql-bugs by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Bug #693: python interface doesn't handle int8 correctly.
Next
From: Tom Lane
Date:
Subject: Re: Bug #698: Error haciendo Backup con pg_dump!!