Re: Query on pg_stat_activity table got stuck

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Query on pg_stat_activity table got stuck
Дата
Msg-id 28335.1557504838@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Query on pg_stat_activity table got stuck  (neeraj kumar <neeru.cse@gmail.com>)
Ответы Re: Query on pg_stat_activity table got stuck
Re: Query on pg_stat_activity table got stuck
Список pgsql-admin
neeraj kumar <neeru.cse@gmail.com> writes:
> Also curious why query on pg_stat_activity is considering terminated
> process ?

The short answer to that is that this bug leaves shared memory in
a corrupt state.  It's not really useful to worry about whether
readers should react differently to that --- you could spend endless
amounts of time hypothesizing different kinds of corruption and
endless amounts of code/cycles trying to work around it.  But the
right answer is to fix it on the writing side.

            regards, tom lane



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

Предыдущее
От: neeraj kumar
Дата:
Сообщение: Re: Query on pg_stat_activity table got stuck
Следующее
От: neeraj kumar
Дата:
Сообщение: Re: Query on pg_stat_activity table got stuck