BUG #6145: Drop View hangs on lock

Поиск
Список
Период
Сортировка
От Gary Durbin
Тема BUG #6145: Drop View hangs on lock
Дата
Msg-id 201108031707.p73H7pKj051096@wwwmaster.postgresql.org
обсуждение исходный текст
Ответы Re: BUG #6145: Drop View hangs on lock  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
The following bug has been logged online:

Bug reference:      6145
Logged by:          Gary Durbin
Email address:      hacker@synchsource.com
PostgreSQL version: 8.4
Operating system:   Linux
Description:        Drop View hangs on lock
Details:

Drop view tries to get an exclusive lock on a view.  If the view is in use
it waits.  But when the connection using the view ends the drop does not
continue.  The request for exclusive lock on the view does not show up in
the lock list.

We can cancel the transaction and rerun when the view is not in use and it
completes.

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

Предыдущее
От: "Kevin Grittner"
Дата:
Сообщение: Re: BUG #6143: connection problem
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #6145: Drop View hangs on lock