Re: simple update closes connection. why?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: simple update closes connection. why?
Дата
Msg-id 10921.1075603408@sss.pgh.pa.us
обсуждение исходный текст
Ответ на simple update closes connection. why?  (joseph speigle <joe.speigle@jklh.us>)
Ответы Re: simple update closes connection. why?  (joseph speigle <joe.speigle@jklh.us>)
Список pgsql-novice
joseph speigle <joe.speigle@jklh.us> writes:
> this simple update closes the connection.

My first guess is there's some data corruption in the table or one of
its indexes.  It would be useful to get a stack trace showing where
in the backend the core dump occurs --- can you manage that?

Other things to check: can you do a "select * from calling" without
crashing?  What shows up in the postmaster log when the crash occurs?

If you just want to fix the database ASAP, you could try a REINDEX
on the table --- if the problem is in the indexes that should get
rid of it.  But it would also destroy the evidence of exactly what
went wrong.

            regards, tom lane

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

Предыдущее
От: joseph speigle
Дата:
Сообщение: Re: simple update closes connection. why?
Следующее
От: joseph speigle
Дата:
Сообщение: Re: simple update closes connection. why?