View Single Post

   
  #2 (permalink)  
Old 04-29-2008, 08:30 PM
Tom Lane
 
Posts: n/a
Default Re: postmaster segfault when using SELECT on a table

Karsten Desler <kd@link11.de> writes:
> I have a smallish postgres database that segfaults everytime when I try to
> access a certain row in a certain column.


Looks like a corrupted-data issue to me. It might be interesting to
dump the page with pg_filedump and see if there's any apparent pattern
to the damage.

regards, tom lane

--
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

Reply With Quote