Re: Free space mapping (was Re: Multi-Versions and Vacuum) - Mailing list pgsql-general

From Tom Lane
Subject Re: Free space mapping (was Re: Multi-Versions and Vacuum)
Date
Msg-id 8092.1030636673@sss.pgh.pa.us
Whole thread Raw
In response to Re: Free space mapping (was Re: Multi-Versions and Vacuum)  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
I said:
> Mark Kirkwood <markir@slingshot.co.nz> writes:
>> With respect to the REINDEX workaround -  having to re-start your server
>> single process for it is a bit fatal if you are  24/7 shop

> You don't have to do that for a TOAST table, do you?  It should be okay
> to do the reindex in multiuser mode.

> (Now that I think about it, the code might think that a toast table is a
> system table, in which case we ought to loosen the check a little.)

REINDEX did think that.  CVS tip doesn't think it anymore ;-)

            regards, tom lane

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: join problem or maybe group :(
Next
From: Kevin Brannen
Date:
Subject: Re: [Pgreplication-general] Master/Slave is in town!