pgsql: Ensure that CLUSTER leaves the toast table and index with

From: alvherre(at)postgresql(dot)org (Alvaro Herrera)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Ensure that CLUSTER leaves the toast table and index with
Date: 2008-10-14 17:19:50
Message-ID: 20081014171950.A5F167545A4@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Ensure that CLUSTER leaves the toast table and index with consistent names,
by renaming the new copies after the catalog games.

Modified Files:
--------------
pgsql/src/backend/commands:
cluster.c (r1.177 -> r1.178)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/cluster.c?r1=1.177&r2=1.178)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2008-10-14 21:39:42 pgsql: Update citext expected output for recent change in error message
Previous Message Tom Lane 2008-10-14 17:12:33 pgsql: Extend the date type to support infinity and -infinity,