Re: Index trouble with 8.3b4 - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: Index trouble with 8.3b4
Date
Msg-id 20080109031822.GE20913@alvh.no-ip.org
Whole thread Raw
In response to Re: Index trouble with 8.3b4  (Gregory Stark <stark@enterprisedb.com>)
List pgsql-hackers
Gregory Stark wrote:

> I am hoping our other things which ignore VACUUM such as the globalxmin
> calculation are careful not to ignore VACUUM ANALYZE processes?

It doesn't matter -- the ANALYZE is done in a separate transaction (so
the VACUUM part is ignored, the ANALYZE part is not).

-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Index trouble with 8.3b4
Next
From: Andrew Sullivan
Date:
Subject: Re: VACUUM FULL out of memory