Fix the database-wide version of CLUSTER to silently skip temp tables of
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Wed, 12 Sep 2007 15:16:20 +0000 (15:16 +0000)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Wed, 12 Sep 2007 15:16:20 +0000 (15:16 +0000)
commite53740ffc9e65e55cdae34915d7589e674065678
treeecb69312ae1ea3f2498f534ae7d710e986b640b6
parentf945a92a6a986cbce189dc555873daf4422a4fcf
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.
src/backend/commands/cluster.c