mirror of
https://github.com/postgres/postgres.git
synced 2025-07-08 11:42:09 +03:00
@ -172,7 +172,7 @@ DefineSequence(ParseState *pstate, CreateSeqStmt *seq)
|
|||||||
stmt->tableElts = NIL;
|
stmt->tableElts = NIL;
|
||||||
for (i = SEQ_COL_FIRSTCOL; i <= SEQ_COL_LASTCOL; i++)
|
for (i = SEQ_COL_FIRSTCOL; i <= SEQ_COL_LASTCOL; i++)
|
||||||
{
|
{
|
||||||
ColumnDef *coldef;
|
ColumnDef *coldef = NULL;
|
||||||
|
|
||||||
switch (i)
|
switch (i)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user