Re: forced to restart postgresql service yesterday

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: forced to restart postgresql service yesterday
Дата
Msg-id 10657.1134053453@sss.pgh.pa.us
обсуждение исходный текст
Ответ на forced to restart postgresql service yesterday  ("Merlin Moncure" <merlin.moncure@rcsonline.com>)
Список pgsql-hackers
"Merlin Moncure" <merlin.moncure@rcsonline.com> writes:
> The login was hanging in a simple plpgsql login script which basically
> did an insert/update on a small table.  It would hang when called from
> within psql, and once hung the query would not respond to cancel
> requests (such as they are implemented on win32).  Investigating
> further, trying to select form this small table at all would also hang.
> Unfortunately, this table tells me which pids are safe to kill and which
> are not,

Did you look at pg_locks or pg_stat_activity?

There is pretty much nothing we can do with this report given the lack
of detail.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Reducing contention for the LockMgrLock
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Vertical Partitioning with TOAST