CLUSTER specified the wrong namespace when renaming toast tables of temporary

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

Commit: 8f13ee63cbb0fe9a4a514bd68f2e8d19ae835bb3
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2010-02-02T19:12:34Z
Releases: 8.4.3
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