Re: Dead Space Map - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Dead Space Map
Date
Msg-id 15088.1141140391@sss.pgh.pa.us
Whole thread Raw
In response to Re: Dead Space Map  (Hannu Krosing <hannu@skype.net>)
Responses Re: Dead Space Map
List pgsql-hackers
Hannu Krosing <hannu@skype.net> writes:
> There is no fundamental reason, why vacuum needs to run in a transaction
> itselt.

I'll just take one point: you cannot hold locks unless you have a
transaction, therefore you cannot even look up the catalog info about
the table you wish to vacuum; let alone prevent someone else from
dropping the table under you.

The current bgwriter is incapable of looking at catalog contents as
such --- it operates only at the level of physical data blocks.
        regards, tom lane


pgsql-hackers by date:

Previous
From: "Jonah H. Harris"
Date:
Subject: Re: bug in 7.3.2
Next
From: Tom Lane
Date:
Subject: Re: Dead Space Map