Disallow CLUSTER using an invalid index (that is, one left over from a failed
authorTom Lane <[email protected]>
Sat, 29 Sep 2007 18:05:28 +0000 (18:05 +0000)
committerTom Lane <[email protected]>
Sat, 29 Sep 2007 18:05:28 +0000 (18:05 +0000)
commit8194878869bc54d3fea2b64756443426067a023a
treef50c671a09be1ba046dd2d8d4e1ae35ba19f8d82
parent203635441beb684f2b147d2d2eadf261ebb03bef
Disallow CLUSTER using an invalid index (that is, one left over from a failed
CREATE INDEX CONCURRENTLY).  Such an index might not have entries for every
heap row and thus clustering with it would result in silent data loss.
The scenario requires a pretty foolish DBA, but still ...
src/backend/commands/cluster.c