Disallow CLUSTER using an invalid index (that is, one left over from a failed
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| src/backend/commands/cluster.c | modified | +15 −1 |