Fix CLUSTER ... or at least undo the bit-rot it's suffered since 6.5.

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

Commit: 37c652f89bfc6ce428dad082a8623751604dd9b9
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2000-05-11T03:54:18Z
Releases: 7.1.1
Fix CLUSTER ... or at least undo the bit-rot it's suffered since 6.5.
It's still pretty fundamentally bogus :-(.
Freebie side benefit: ALTER TABLE RENAME works on indexes now.

Files

PathChange+/−
src/backend/commands/cluster.c modified +18 −36
src/backend/commands/rename.c modified +23 −2
src/backend/tcop/utility.c modified +1 −4