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

Alvaro Herrera <alvherre@alvh.no-ip.org>

Commit: 57dcb0f81d191fa35daec026b9ffa8faf947b72b
Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
Date: 2007-09-12T15:16:20Z
Releases: 8.1.10
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.

Files

PathChange+/−
src/backend/commands/cluster.c modified +22 −1