mirror of
https://github.com/postgres/postgres.git
synced 2026-06-06 15:22:43 -04:00
parent
7ef5f5fb32
commit
fe39f43352
1 changed files with 1 additions and 1 deletions
|
|
@ -172,7 +172,7 @@ DefineSequence(ParseState *pstate, CreateSeqStmt *seq)
|
|||
stmt->tableElts = NIL;
|
||||
for (i = SEQ_COL_FIRSTCOL; i <= SEQ_COL_LASTCOL; i++)
|
||||
{
|
||||
ColumnDef *coldef;
|
||||
ColumnDef *coldef = NULL;
|
||||
|
||||
switch (i)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue