Re: 7.2.3 vacuum bug - Mailing list pgsql-hackers

From Tom Lane
Subject Re: 7.2.3 vacuum bug
Date
Msg-id [email protected]
Whole thread Raw
In response to Re: 7.2.3 vacuum bug  (Bruce Momjian <[email protected]>)
Responses Re: 7.2.3 vacuum bug
List pgsql-hackers
Bruce Momjian <[email protected]> writes:
> Is this a TODO?

Yes.  Maybe

* Acquire lock on a relation before building a relcache entry for it

I'm not quite sure yet how this should interact with the case where
you already have a relcache entry, but certainly the existing behavior
of "build the whole entry and then acquire lock" is not good.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: move 0 behaviour
Next
From: Tom Lane
Date:
Subject: Re: CONVERT function is seriously broken