Re: BUG #6450: PQexec stuck.

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: BUG #6450: PQexec stuck.
Дата
Msg-id 4F33A8130200002500045109@gw.wicourts.gov
обсуждение исходный текст
Ответ на BUG #6450: PQexec stuck.  (vipul.patel@elitecore.com)
Ответы Re: BUG #6450: PQexec stuck.  (Vipul Patel <vipul.patel@elitecore.com>)
Список pgsql-bugs
<vipul.patel@elitecore.com> wrote:

> some time call of create table is stuck which is called by PQexec.

What locks and blocking do you see when this happens?

http://wiki.postgresql.org/wiki/Lock_Monitoring'

Have you considered getting an explicit lock with NOWAIT at the
start of your transaction, to test whether you can currently acquire
the rights to proceed?

> in current stat the PQexec will stuck till anyone not vacume and
> reindexing the DB.

I've never seen such a situation.  Are you sure that's really
needed, as opposed to something that just takes long enough that the
issue has cleared by the time you're finished with these steps?

-Kevin

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

Предыдущее
От: srinivas879@gmail.com
Дата:
Сообщение: BUG #6451: problem while installing gridsql
Следующее
От: John R Pierce
Дата:
Сообщение: Re: BUG #6451: problem while installing gridsql