|
7 | 7 | * Copyright (c) 1994, Regents of the University of California
|
8 | 8 | *
|
9 | 9 | * IDENTIFICATION
|
10 |
| - * $Header: /cvsroot/pgsql/src/backend/bootstrap/bootstrap.c,v 1.71 1999/11/07 23:07:59 momjian Exp $ |
| 10 | + * $Header: /cvsroot/pgsql/src/backend/bootstrap/bootstrap.c,v 1.72 1999/11/24 00:58:48 momjian Exp $ |
11 | 11 | *
|
12 | 12 | *-------------------------------------------------------------------------
|
13 | 13 | */
|
@@ -1159,7 +1159,7 @@ build_indices()
|
1159 | 1159 | * Unfortunately, there are always two indices defined on each
|
1160 | 1160 | * catalog causing us to update the same pg_class tuple twice for
|
1161 | 1161 | * each catalog getting an index during bootstrap resulting in the
|
1162 |
| - * ghost tuple problem (seeheap_replace).To get around this we |
| 1162 | + * ghost tuple problem (seeheap_update).To get around this we |
1163 | 1163 | * change the relhasindex field ourselves in this routine keeping
|
1164 | 1164 | * track of what catalogs we already changed so that we don't
|
1165 | 1165 | * modify those tuples twice. The normal mechanism for updating
|
|