mirror of https://github.com/citusdata/citus.git
Increment command counter after altering the sequence type
parent
ed8e32de5e
commit
a8b1ee87f7
|
@ -668,6 +668,7 @@ AlterSequenceType(Oid seqOid, Oid typeOid)
|
|||
SetDefElemArg(alterSequenceStatement, "as", asTypeNode);
|
||||
ParseState *pstate = make_parsestate(NULL);
|
||||
AlterSequence(pstate, alterSequenceStatement);
|
||||
CommandCounterIncrement();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue