Disallow CLUSTER using an invalid index (that is, one left over from a failed

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

Commit: f6a54b8c42f4900e4c159a8119c096c6ffb7377c
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2007-09-29T18:05:20Z
Releases: 8.3.0
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 ...

Files

PathChange+/−
src/backend/commands/cluster.c modified +15 −1