Re: MemoryContextAllc error.

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Re: MemoryContextAllc error.
Дата
Msg-id 20021126084322.I77510-100000@megazone23.bigpanda.com
обсуждение исходный текст
Ответ на MemoryContextAllc error.  (<ricky@freightstream.com>)
Список pgsql-bugs
On Wed, 20 Nov 2002 ricky@freightstream.com wrote:

> i was trying to back up db from the server.
> i found the error while i was trying to backup.
>
> bash$ /usr/local/pgsql/bin/pg_dumpall > db.out
>
> ERROR:  MemoryContextAlloc: invalid request size 4294967293

I believe this probably means that you have at least one broken
row in the table. You'll probably need to find the affected row and
remove it.  See if you can do a select * from the table (it'll
probably fail as well), and then use limit/offset to find the
affected row(s).

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Adam Buraczewski
Дата:
Сообщение: Re: PostgreSQL 7.3rc1: initdb fais with '-W' switch given in the command line.
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Minor build nits in 7.3rc1