fixup! Introduces F_NEXTVAL_COMPAT macro

testtalhapg14
Sait Talha Nisanci 2021-08-26 23:39:01 +03:00
parent e640c5d509
commit c5bcf3a305
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; FuncExpr *funcExpr = (FuncExpr *) node;
if (funcExpr->funcid == F_NEXTVAL_COMPAT) if (funcExpr->funcid == F_NEXTVAL)
{ {
return true; return true;
} }