fixup! Introduces F_NEXTVAL_COMPAT macro

talha_testpg14
Sait Talha Nisanci 2021-08-26 23:39:01 +03:00
parent 6d16d092c2
commit e5b214d15c
1 changed files with 1 additions and 1 deletions

View File

@ -1062,7 +1062,7 @@ contain_nextval_expression_walker(Node *node, void *context)
{
FuncExpr *funcExpr = (FuncExpr *) node;
if (funcExpr->funcid == F_NEXTVAL_COMPAT)
if (funcExpr->funcid == F_NEXTVAL)
{
return true;
}