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

From Tom Lane
Subject Re: VACUUM FULL deadlock with backend startup
Date
Msg-id 16023.1300602276@sss.pgh.pa.us
Whole thread Raw
In response to Re: VACUUM FULL deadlock with backend startup  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: VACUUM FULL deadlock with backend startup
List pgsql-hackers
Robert Haas <robertmhaas@gmail.com> writes:
> 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.

I want to take a closer look at this one because I thought I'd covered
all those issues in the last go-round.  But right offhand Nikhil's
analysis seems sane.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: Sync Rep and shutdown Re: Sync Rep v19
Next
From: Martijn van Oosterhout
Date:
Subject: Re: I am confused after reading codes of PostgreSQL three week