pgsql: Fix the database-wide version of CLUSTER to silently skip temp

From: alvherre(at)postgresql(dot)org (Alvaro Herrera)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix the database-wide version of CLUSTER to silently skip temp
Date: 2007-09-12 15:16:23
Message-ID: 20070912151623.6722B754206@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix the database-wide version of CLUSTER to silently skip temp tables of
remote sessions, instead of erroring out in the middle of the operation.

This is a backpatch of a previous fix applied to CLUSTER to HEAD and 8.2, all
the way back that it is relevant to.

Tags:
----
REL8_0_STABLE

Modified Files:
--------------
pgsql/src/backend/commands:
cluster.c (r1.131.4.1 -> r1.131.4.2)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/cluster.c?r1=1.131.4.1&r2=1.131.4.2)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2007-09-12 15:16:24 pgsql: Fix the database-wide version of CLUSTER to silently skip temp
Previous Message Alvaro Herrera 2007-09-12 15:16:20 pgsql: Fix the database-wide version of CLUSTER to silently skip temp