|
7 | 7 | * |
8 | 8 | * |
9 | 9 | * IDENTIFICATION |
10 | | - * $Header: /cvsroot/pgsql/src/backend/commands/Attic/command.c,v 1.52 1999/07/17 20:16:51 momjian Exp $ |
| 10 | + * $Header: /cvsroot/pgsql/src/backend/commands/Attic/command.c,v 1.53 1999/09/04 21:19:33 tgl Exp $ |
11 | 11 | * |
12 | 12 | * NOTES |
13 | 13 | * The PortalExecutorHeapMemory crap needs to be eliminated |
@@ -495,13 +495,6 @@ PerformAddAttribute(char *relationName, |
495 | 495 | ((Form_pg_class)GETSTRUCT(reltup))->relnatts=maxatts; |
496 | 496 | heap_replace(rel,&reltup->t_self,reltup,NULL); |
497 | 497 |
|
498 | | -{ |
499 | | -HeapTupletemptup; |
500 | | - |
501 | | -if ((temptup=get_temp_rel_by_name(relationName))!=NULL) |
502 | | -((Form_pg_class)GETSTRUCT(temptup))->relnatts=maxatts; |
503 | | -} |
504 | | - |
505 | 498 | /* keep catalog indices current */ |
506 | 499 | CatalogOpenIndices(Num_pg_class_indices,Name_pg_class_indices,ridescs); |
507 | 500 | CatalogIndexInsert(ridescs,Num_pg_class_indices,rel,reltup); |
|