mirror of https://github.com/citusdata/citus.git
fixup! Introduces F_NEXTVAL_COMPAT macro
parent
6d16d092c2
commit
e5b214d15c
|
@ -1062,7 +1062,7 @@ contain_nextval_expression_walker(Node *node, void *context)
|
||||||
{
|
{
|
||||||
FuncExpr *funcExpr = (FuncExpr *) node;
|
FuncExpr *funcExpr = (FuncExpr *) node;
|
||||||
|
|
||||||
if (funcExpr->funcid == F_NEXTVAL_COMPAT)
|
if (funcExpr->funcid == F_NEXTVAL)
|
||||||
{
|
{
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue