mirror of https://github.com/citusdata/citus.git
Remove unnecessary blank line in MakeNextValExprForIdentity function
parent
728af2f7eb
commit
5f171120fe
|
@ -1237,7 +1237,6 @@ ReorderInsertSelectTargetLists(Query *originalQuery, RangeTblEntry *insertRte,
|
||||||
Expr *
|
Expr *
|
||||||
MakeNextValExprForIdentity(Oid seq_relid)
|
MakeNextValExprForIdentity(Oid seq_relid)
|
||||||
{
|
{
|
||||||
|
|
||||||
Const *seq_const = makeConst(
|
Const *seq_const = makeConst(
|
||||||
REGCLASSOID, /* type for regclass */
|
REGCLASSOID, /* type for regclass */
|
||||||
-1, /* no specific collation */
|
-1, /* no specific collation */
|
||||||
|
|
Loading…
Reference in New Issue