Re: BUG #6450: PQexec stuck.

From: "Kevin Grittner" <Kevin(dot)Grittner(at)wicourts(dot)gov>
To: <vipul(dot)patel(at)elitecore(dot)com>,<pgsql-bugs(at)postgresql(dot)org>
Subject: Re: BUG #6450: PQexec stuck.
Date: 2012-02-09 17:03:47
Message-ID: 4F33A8130200002500045109@gw.wicourts.gov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

<vipul(dot)patel(at)elitecore(dot)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

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message John R Pierce 2012-02-09 18:44:13 Re: BUG #6451: problem while installing gridsql
Previous Message Duncan Rance 2012-02-09 15:07:09 Re: BUG #6425: Bus error in slot_deform_tuple