Re: deadlock under load

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bob Jolliffe <bobjolliffe(at)gmail(dot)com>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: deadlock under load
Date: 2012-11-30 15:57:14
Message-ID: 13447.1354291034@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Bob Jolliffe <bobjolliffe(at)gmail(dot)com> writes:
> We am running a web application on ubuntu 10.10 using postgres 8.4.3.

Current release in that branch is 8.4.14. (By this time next week
it'll be 8.4.15.) You are missing a lot of bug fixes:
http://www.postgresql.org/docs/8.4/static/release.html

> Trying to interpret this, does this mean that the autovacuum process is
> holding a lock which is required tn order to complete the select
> query?

Possibly. Looking into the pg_locks view would tell you more.

regards, tom lane

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Shaun Thomas 2012-11-30 16:06:36 Re: Optimize update query
Previous Message Niels Kristian Schjødt 2012-11-30 15:44:33 Re: Optimize update query