Fix CLUSTER ... or at least undo the bit-rot it's suffered since 6.5.
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 11 May 2000 03:54:18 +0000 (03:54 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 11 May 2000 03:54:18 +0000 (03:54 +0000)
commit37c652f89bfc6ce428dad082a8623751604dd9b9
tree1b076117f692f347217c60c21784b9611233fda9
parente10c5597b72435ac4ddb7d7b10858b85d6af0908
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.
src/backend/commands/cluster.c
src/backend/commands/rename.c
src/backend/tcop/utility.c