|
7 | 7 | * |
8 | 8 | * |
9 | 9 | * IDENTIFICATION |
10 | | - * $Header: /cvsroot/pgsql/src/backend/commands/Attic/command.c,v 1.38 1999/02/13 23:15:03 momjian Exp $ |
| 10 | + * $Header: /cvsroot/pgsql/src/backend/commands/Attic/command.c,v 1.39 1999/02/24 17:28:57 momjian Exp $ |
11 | 11 | * |
12 | 12 | * NOTES |
13 | 13 | * The PortalExecutorHeapMemory crap needs to be eliminated |
@@ -476,7 +476,7 @@ PerformAddAttribute(char *relationName, |
476 | 476 | namestrcpy(&(attribute->attname),colDef->colname); |
477 | 477 | attribute->atttypid=typeTuple->t_data->t_oid; |
478 | 478 | attribute->attlen=form->typlen; |
479 | | -attributeD.attdisbursion=0; |
| 479 | +attribute->attdisbursion=0; |
480 | 480 | attribute->attcacheoff=-1; |
481 | 481 | attribute->atttypmod=colDef->typename->typmod; |
482 | 482 | attribute->attnum=i; |
|