pgsql: Prevent CLUSTER from decreasing a relation's relfrozenxid.

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Prevent CLUSTER from decreasing a relation's relfrozenxid.
Date: 2008-01-15 21:20:28
Message-ID: 20080115212028.27451754108@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2008-01-15 21:22:45 Re: pgsql: Fix an ancient oversight in libpq's handling of V3-protocol COPY
Previous Message Simon Riggs 2008-01-15 21:02:42 Re: pgsql: Fix an ancient oversight in libpq's handling of V3-protocol COPY