Re: VACUUM FULL deadlock with backend startup - Mailing list pgsql-hackers

From Robert Haas
Subject Re: VACUUM FULL deadlock with backend startup
Date
Msg-id AANLkTikTwk+dAQ7oVngPJVNwZQZbM8=PPXzZr5jCx4QL@mail.gmail.com
Whole thread Raw
In response to Re: VACUUM FULL deadlock with backend startup  (Nikhil Sontakke <nikhil.sontakke@enterprisedb.com>)
Responses Re: VACUUM FULL deadlock with backend startup
List pgsql-hackers
On Sat, Mar 19, 2011 at 10:46 AM, Nikhil Sontakke
<nikhil.sontakke@enterprisedb.com> wrote:
> Not really a performance issue AFAICS. If the relcache init file exists,
> then the phase2 of the catalog cache which eventually calls the above code
> path is avoided.

Oh, that doesn't sound so bad, then.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: WIP patch: collation assignment algorithm rewrite
Next
From: hom
Date:
Subject: Re: I am confused after reading codes of PostgreSQL three week