Re: pgsql: Prevent CLUSTER from decreasing a relation's relfrozenxid. - Mailing list pgsql-committers

From Alvaro Herrera
Subject Re: pgsql: Prevent CLUSTER from decreasing a relation's relfrozenxid.
Date
Msg-id 20080115223154.GL4473@alvh.no-ip.org
Whole thread Raw
In response to pgsql: Prevent CLUSTER from decreasing a relation's relfrozenxid.  (tgl@postgresql.org (Tom Lane))
Responses Re: pgsql: Prevent CLUSTER from decreasing a relation's relfrozenxid.  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-committers
Tom Lane wrote:
> Log Message:
> -----------
> Prevent CLUSTER from decreasing a relation's relfrozenxid.  Bug
> introduced in rewrite to make CLUSTER MVCC-safe.

Actually the bug is all mine, not Heikki's -- I changed this code so
that CLUSTER would be able to advance the relation's relfrozenxid.

Thanks for fixing it.

I don't think it explains the reported bug, though; this is all new in
8.3.

--
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Be less wishy-washy in the documentation and comments about
Next
From: Tom Lane
Date:
Subject: Re: pgsql: Prevent CLUSTER from decreasing a relation's relfrozenxid.