Re: CLUSTER vs toast vacuuming: there's still a problem - Mailing list pgsql-hackers

From Robert Haas
Subject Re: CLUSTER vs toast vacuuming: there's still a problem
Date
Msg-id 075423D8-50E5-42E7-8797-A945D0574675@gmail.com
Whole thread Raw
In response to CLUSTER vs toast vacuuming: there's still a problem  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Apr 30, 2011, at 8:22 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> I wonder though if it wouldn't be smarter
> to insist that autovacuum acquire some lock on the main table
> when processing a toast table.

Boy, it sure seems better to avoid the above if we can. So +1 for the other way around - make CLUSTER lock the TOAST
tableif it cares about a VACUUM happening there. 

...Robert

pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: branching for 9.2devel
Next
From: Robert Haas
Date:
Subject: Re: increasing collapse_limits?