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

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Prevent CLUSTER from decreasing a relation's relfrozenxid.
Date
Msg-id 20080115212028.27451754108@cvs.postgresql.org
Whole thread Raw
Responses Re: pgsql: Prevent CLUSTER from decreasing a relation's relfrozenxid.  (Alvaro Herrera <alvherre@commandprompt.com>)
List pgsql-committers
Log Message:
-----------
Prevent CLUSTER from decreasing a relation's relfrozenxid.  Bug
introduced in rewrite to make CLUSTER MVCC-safe.

Modified Files:
--------------
    pgsql/src/backend/commands:
        cluster.c (r1.167 -> r1.168)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/cluster.c?r1=1.167&r2=1.168)

pgsql-committers by date:

Previous
From: Simon Riggs
Date:
Subject: Re: pgsql: Fix an ancient oversight in libpq's handling of V3-protocol COPY
Next
From: Alvaro Herrera
Date:
Subject: Re: pgsql: Fix an ancient oversight in libpq's handling of V3-protocol COPY