Skip to content

Commit 249ecff

Browse files
committed
indicies to indexes from Neil Conway
1 parent bc26c83 commit 249ecff

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/backend/commands/cluster.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*
1616
*
1717
* 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 $
1919
*
2020
*-------------------------------------------------------------------------
2121
*/
@@ -45,13 +45,13 @@ static void rebuildheap(Oid OIDNewHeap, Oid OIDOldHeap, Oid OIDOldIndex);
4545
* cluster
4646
*
4747
* STILL TO DO:
48-
* Create a list of all the other indicies on this relation. Because
48+
* Create a list of all the other indexes on this relation. Because
4949
* 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
5151
* I'm not a nice guy. The alternative is to try some kind of post
5252
* destroy re-build. This may be possible. I'll check out what the
5353
* index create functiond want in the way of paramaters. On the other
54-
* hand, re-creating n indicies may blow out the space.
54+
* hand, re-creating n indexes may blow out the space.
5555
*/
5656
void
5757
cluster(char *oldrelname, char *oldindexname)

0 commit comments

Comments
 (0)