Fix possible compiler warning
related to 1fa9241bdd
This commit is contained in:
parent
7ef5f5fb32
commit
fe39f43352
@ -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)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user