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:24 +0000 (15:16 +0000)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Wed, 12 Sep 2007 15:16:24 +0000 (15:16 +0000)
commit72d4eb76093119c4b8e8ae49ab59454770a90608
tree78069432d3818c059b293540a6a20900d5648f7c
parentadec2a2ce41f697f535bf7fe3e2b21f318d37672
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