Re: BUG #4383: operations in a certain row makes server process terminate with signal 11 - Mailing list pgsql-bugs

From Marco Aurelio Miranda
Subject Re: BUG #4383: operations in a certain row makes server process terminate with signal 11
Date
Msg-id a957cd420808281805t59c18baerd5afe93f1c0b2d62@mail.gmail.com
Whole thread Raw
In response to Re: BUG #4383: operations in a certain row makes server process terminate with signal 11  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG #4383: operations in a certain row makes server process terminate with signal 11
Next
From: "David Chen"
Date:
Subject: BUG #4387: UNION in Crosstab - missing rows