From: | "Nirav Parikh" <nirav(dot)p(at)workskillsprofessionals(dot)com(dot)au> |
---|---|
To: | <pgsql-admin(at)postgresql(dot)org> |
Subject: | Urgent! |
Date: | 2005-10-13 01:18:21 |
Message-ID: | 221385EC3F18A44DB0925467A1D2395F38FB07@exsrv3.workskillsprofessionals.com.au |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
Hi,
I got this error message when I tried to do pg_dump on the database.
pg_dump: ERROR: invalid memory alloc request size 4294967293
pg_dump: SQL command to dump the contents of table "wordlist" failed:
PQendcopy() failed.
pg_dump: Error message from server: ERROR: invalid memory alloc request
size 4294967293
pg_dump: The command was: COPY public.wordlist (word_id, word,
count_word) TO stdout;
I went to phppgadmin and try to access the worldlist table and it also
gives me following error message:
ERROR: could not access status of transaction 6849340
DETAIL: could not open file "/var/lib/pgsql/data/pg_clog/0006": No such
file or directory
In statement:
SELECT COUNT(*) AS total FROM (SELECT "oid", * FROM "public"."wordlist")
AS sub
CPU was heating up so I turn off the computer and to fix the problem
and after that this occour. I don't know if this has anything to with
database corruption.
This is production server and I don't have latest backup does anyone how
to resolve this.
Please Help
Regards,
Nirav Parikh
From | Date | Subject | |
---|---|---|---|
Next Message | ashish srivastava | 2005-10-13 05:36:23 | Re: protecting database from internet access |
Previous Message | Walter Kaan | 2005-10-12 23:14:24 | Re: front end application |