Report index name on CLUSTER failure. Also, suggest ALTER TABLE
Bruce Momjian <bruce@momjian.us>
Report index name on CLUSTER failure. Also, suggest ALTER TABLE WITHOUT CLUSTER for cluster failure of a single table in a full db cluster.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/commands/cluster.c | modified | +16 −10 |
| src/backend/commands/tablecmds.c | modified | +2 −2 |
| src/include/commands/cluster.h | modified | +3 −2 |