|
15 | 15 | * |
16 | 16 | * |
17 | 17 | * IDENTIFICATION |
18 | | - * $Header: /cvsroot/pgsql/src/backend/commands/cluster.c,v 1.66 2001/06/22 19:16:21 wieck Exp $ |
| 18 | + * $Header: /cvsroot/pgsql/src/backend/commands/cluster.c,v 1.67 2001/07/12 20:35:54 momjian Exp $ |
19 | 19 | * |
20 | 20 | *------------------------------------------------------------------------- |
21 | 21 | */ |
@@ -45,13 +45,13 @@ static void rebuildheap(Oid OIDNewHeap, Oid OIDOldHeap, Oid OIDOldIndex); |
45 | 45 | * cluster |
46 | 46 | * |
47 | 47 | * STILL TO DO: |
48 | | - * Create a list of all the otherindicies on this relation. Because |
| 48 | + * Create a list of all the otherindexes on this relation. Because |
49 | 49 | * the cluster will wreck all the tids, I'll need to destroy bogus |
50 | | - *indicies. The user will have to re-create them. Not nice, but |
| 50 | + *indexes. The user will have to re-create them. Not nice, but |
51 | 51 | * I'm not a nice guy. The alternative is to try some kind of post |
52 | 52 | * destroy re-build. This may be possible. I'll check out what the |
53 | 53 | * index create functiond want in the way of paramaters. On the other |
54 | | - * hand, re-creating nindicies may blow out the space. |
| 54 | + * hand, re-creating nindexes may blow out the space. |
55 | 55 | */ |
56 | 56 | void |
57 | 57 | cluster(char*oldrelname,char*oldindexname) |
|