Data Fields | |
Oid | relid |
char | relkind |
TupleDesc | oldDesc |
List * | subcmds [AT_NUM_PASSES] |
List * | constraints |
List * | newvals |
bool | new_notnull |
bool | rewrite |
Oid | newTableSpace |
List * | changedConstraintOids |
List * | changedConstraintDefs |
List * | changedIndexOids |
List * | changedIndexDefs |
Definition at line 141 of file tablecmds.c.
Definition at line 157 of file tablecmds.c.
Referenced by ATExecAlterColumnType(), and ATPostAlterTypeCleanup().
Definition at line 156 of file tablecmds.c.
Referenced by ATExecAlterColumnType(), and ATPostAlterTypeCleanup().
Definition at line 159 of file tablecmds.c.
Referenced by ATExecAlterColumnType(), and ATPostAlterTypeCleanup().
Definition at line 158 of file tablecmds.c.
Referenced by ATExecAlterColumnType(), and ATPostAlterTypeCleanup().
Definition at line 150 of file tablecmds.c.
Referenced by ATAddCheckConstraint(), ATAddForeignKeyConstraint(), ATRewriteTable(), and ATRewriteTables().
Definition at line 152 of file tablecmds.c.
Referenced by ATExecAddColumn(), ATExecSetNotNull(), ATRewriteTable(), and ATRewriteTables().
Definition at line 154 of file tablecmds.c.
Referenced by ATPrepSetTableSpace(), and ATRewriteTables().
Definition at line 151 of file tablecmds.c.
Referenced by ATExecAddColumn(), ATPrepAlterColumnType(), ATRewriteTable(), and ATRewriteTables().
Definition at line 146 of file tablecmds.c.
Referenced by ATAddForeignKeyConstraint(), ATExecAlterColumnType(), ATGetQueueEntry(), and ATRewriteTable().
Definition at line 144 of file tablecmds.c.
Referenced by ATGetQueueEntry(), ATRewriteCatalogs(), ATRewriteTable(), and ATRewriteTables().
Definition at line 145 of file tablecmds.c.
Referenced by ATGetQueueEntry(), ATPrepAlterColumnType(), ATRewriteCatalogs(), and ATRewriteTables().
Definition at line 153 of file tablecmds.c.
Referenced by ATExecAddColumn(), ATExecAddIndex(), ATExecDropColumn(), ATPostAlterTypeCleanup(), ATPostAlterTypeParse(), ATPrepAlterColumnType(), ATRewriteTable(), and ATRewriteTables().
List* AlteredTableInfo::subcmds[AT_NUM_PASSES] |
Definition at line 148 of file tablecmds.c.
Referenced by ATPostAlterTypeParse(), ATPrepCmd(), and ATRewriteCatalogs().