Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit249ecff

Browse files
committed
indicies to indexes from Neil Conway
1 parentbc26c83 commit249ecff

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 otherindicies on this relation. Because
48+
* Create a list of all the otherindexes 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 nindicies may blow out the space.
54+
* hand, re-creating nindexes may blow out the space.
5555
*/
5656
void
5757
cluster(char*oldrelname,char*oldindexname)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp