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

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

From
alvherre@postgresql.org (Alvaro Herrera)
Date:
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)