Re: BUG #4383: operations in a certain row makes server process terminate with signal 11

Поиск
Список
Период
Сортировка
От Marco Aurelio Miranda
Тема Re: BUG #4383: operations in a certain row makes server process terminate with signal 11
Дата
Msg-id a957cd420808281805t59c18baerd5afe93f1c0b2d62@mail.gmail.com
обсуждение исходный текст
Ответ на Re: BUG #4383: operations in a certain row makes server process terminate with signal 11  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
>
>
> That part sounds more like the table row is corrupted :-(.  If you
> aren't in a position to restore the whole table from backup, you'll
> need to try to identify and wipe out the broken row.  Usually zeroing
> its whole page is the easiest way to do this, though you'll want to
> see what else is on that page first.  Check the PG archives for
> discussions of recovering from corrupted-data scenarios.
>
>                        regards, tom lane
>
Tom,

how do I erase just one block of the table file?

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BUG #4383: operations in a certain row makes server process terminate with signal 11
Следующее
От: "David Chen"
Дата:
Сообщение: BUG #4387: UNION in Crosstab - missing rows