CLUSTER specified the wrong namespace when renaming toast tables of temporary

Tom Lane <tgl@sss.pgh.pa.us>

Commit: c98157d693edefdbf5e37bca9b26c18a80018dd4
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2010-02-02T19:12:29Z
Releases: 9.0.0
CLUSTER specified the wrong namespace when renaming toast tables of temporary
relations (they don't live in pg_toast).  This caused an Assert failure in
assert-enabled builds.  So far as I can see, in a non-assert build it would
only have messed up the checks for conflicting names, so a failure would be
quite improbable but perhaps not impossible.

Files