Bug #698: Error haciendo Backup con pg_dump!!

PostgreSQL Bugs List <pgsql-bugs@postgresql.org>

From: pgsql-bugs@postgresql.org
To: pgsql-bugs@postgresql.org
Date: 2002-06-25T18:42:01Z
Lists: 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 table contents 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