Home
last modified time | relevance | path

Searched refs:checkconstr (Results 1 – 25 of 36) sorted by relevance

12

/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/executor/
H A DexecMain.c1653 Expr *checkconstr; in ExecRelCheck() local
1655 checkconstr = stringToNode(check[i].ccbin); in ExecRelCheck()
1657 ExecPrepareExpr(checkconstr, estate); in ExecRelCheck()
1674 ExprState *checkconstr = resultRelInfo->ri_ConstraintExprs[i]; in ExecRelCheck() local
1681 if (!ExecCheck(checkconstr, econtext)) in ExecRelCheck()
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/executor/
H A DexecMain.c1653 Expr *checkconstr; in ExecRelCheck() local
1655 checkconstr = stringToNode(check[i].ccbin); in ExecRelCheck()
1657 ExecPrepareExpr(checkconstr, estate); in ExecRelCheck()
1674 ExprState *checkconstr = resultRelInfo->ri_ConstraintExprs[i]; in ExecRelCheck() local
1681 if (!ExecCheck(checkconstr, econtext)) in ExecRelCheck()
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/executor/
H A DexecMain.c1653 Expr *checkconstr; in ExecRelCheck() local
1655 checkconstr = stringToNode(check[i].ccbin); in ExecRelCheck()
1657 ExecPrepareExpr(checkconstr, estate); in ExecRelCheck()
1674 ExprState *checkconstr = resultRelInfo->ri_ConstraintExprs[i]; in ExecRelCheck() local
1681 if (!ExecCheck(checkconstr, econtext)) in ExecRelCheck()
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/executor/
H A DexecMain.c1653 Expr *checkconstr; in ExecRelCheck() local
1655 checkconstr = stringToNode(check[i].ccbin); in ExecRelCheck()
1657 ExecPrepareExpr(checkconstr, estate); in ExecRelCheck()
1674 ExprState *checkconstr = resultRelInfo->ri_ConstraintExprs[i]; in ExecRelCheck() local
1681 if (!ExecCheck(checkconstr, econtext)) in ExecRelCheck()
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/executor/
H A DexecMain.c1653 Expr *checkconstr; in ExecRelCheck() local
1655 checkconstr = stringToNode(check[i].ccbin); in ExecRelCheck()
1657 ExecPrepareExpr(checkconstr, estate); in ExecRelCheck()
1674 ExprState *checkconstr = resultRelInfo->ri_ConstraintExprs[i]; in ExecRelCheck() local
1681 if (!ExecCheck(checkconstr, econtext)) in ExecRelCheck()
/dports/databases/postgresql14-client/postgresql-14.1/src/backend/executor/
H A DexecMain.c1653 Expr *checkconstr;
1655 checkconstr = stringToNode(check[i].ccbin);
1657 ExecPrepareExpr(checkconstr, estate);
1674 ExprState *checkconstr = resultRelInfo->ri_ConstraintExprs[i];
1681 if (!ExecCheck(checkconstr, econtext))
/dports/databases/postgresql14-docs/postgresql-14.1/src/backend/executor/
H A DexecMain.c1653 Expr *checkconstr; in ExecRelCheck() local
1655 checkconstr = stringToNode(check[i].ccbin); in ExecRelCheck()
1657 ExecPrepareExpr(checkconstr, estate); in ExecRelCheck()
1674 ExprState *checkconstr = resultRelInfo->ri_ConstraintExprs[i]; in ExecRelCheck() local
1681 if (!ExecCheck(checkconstr, econtext)) in ExecRelCheck()
/dports/databases/postgresql12-contrib/postgresql-12.9/src/backend/executor/
H A DexecMain.c1725 Expr *checkconstr; in ExecRelCheck() local
1727 checkconstr = stringToNode(check[i].ccbin); in ExecRelCheck()
1729 ExecPrepareExpr(checkconstr, estate); in ExecRelCheck()
1746 ExprState *checkconstr = resultRelInfo->ri_ConstraintExprs[i]; in ExecRelCheck() local
1753 if (!ExecCheck(checkconstr, econtext)) in ExecRelCheck()
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/executor/
H A DexecMain.c1725 Expr *checkconstr; in ExecRelCheck() local
1727 checkconstr = stringToNode(check[i].ccbin); in ExecRelCheck()
1729 ExecPrepareExpr(checkconstr, estate); in ExecRelCheck()
1746 ExprState *checkconstr = resultRelInfo->ri_ConstraintExprs[i]; in ExecRelCheck() local
1753 if (!ExecCheck(checkconstr, econtext)) in ExecRelCheck()
/dports/databases/postgresql13-docs/postgresql-13.5/src/backend/executor/
H A DexecMain.c1725 Expr *checkconstr; in ExecRelCheck() local
1727 checkconstr = stringToNode(check[i].ccbin); in ExecRelCheck()
1729 ExecPrepareExpr(checkconstr, estate); in ExecRelCheck()
1746 ExprState *checkconstr = resultRelInfo->ri_ConstraintExprs[i]; in ExecRelCheck() local
1753 if (!ExecCheck(checkconstr, econtext)) in ExecRelCheck()
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/backend/executor/
H A DexecMain.c1725 Expr *checkconstr; in ExecRelCheck() local
1727 checkconstr = stringToNode(check[i].ccbin); in ExecRelCheck()
1729 ExecPrepareExpr(checkconstr, estate); in ExecRelCheck()
1746 ExprState *checkconstr = resultRelInfo->ri_ConstraintExprs[i]; in ExecRelCheck() local
1753 if (!ExecCheck(checkconstr, econtext)) in ExecRelCheck()
/dports/databases/postgresql13-server/postgresql-13.5/src/backend/executor/
H A DexecMain.c1725 Expr *checkconstr; in ExecRelCheck() local
1727 checkconstr = stringToNode(check[i].ccbin); in ExecRelCheck()
1729 ExecPrepareExpr(checkconstr, estate); in ExecRelCheck()
1746 ExprState *checkconstr = resultRelInfo->ri_ConstraintExprs[i]; in ExecRelCheck() local
1753 if (!ExecCheck(checkconstr, econtext)) in ExecRelCheck()
/dports/databases/postgresql12-server/postgresql-12.9/src/backend/executor/
H A DexecMain.c1725 Expr *checkconstr;
1727 checkconstr = stringToNode(check[i].ccbin);
1729 ExecPrepareExpr(checkconstr, estate);
1746 ExprState *checkconstr = resultRelInfo->ri_ConstraintExprs[i];
1753 if (!ExecCheck(checkconstr, econtext))
/dports/databases/postgresql12-plperl/postgresql-12.9/src/backend/executor/
H A DexecMain.c1725 Expr *checkconstr;
1727 checkconstr = stringToNode(check[i].ccbin);
1729 ExecPrepareExpr(checkconstr, estate);
1746 ExprState *checkconstr = resultRelInfo->ri_ConstraintExprs[i];
1753 if (!ExecCheck(checkconstr, econtext))
/dports/databases/postgresql13-client/postgresql-13.5/src/backend/executor/
H A DexecMain.c1725 Expr *checkconstr;
1727 checkconstr = stringToNode(check[i].ccbin);
1729 ExecPrepareExpr(checkconstr, estate);
1746 ExprState *checkconstr = resultRelInfo->ri_ConstraintExprs[i];
1753 if (!ExecCheck(checkconstr, econtext))
/dports/databases/postgresql13-contrib/postgresql-13.5/src/backend/executor/
H A DexecMain.c1725 Expr *checkconstr; in ExecRelCheck() local
1727 checkconstr = stringToNode(check[i].ccbin); in ExecRelCheck()
1729 ExecPrepareExpr(checkconstr, estate); in ExecRelCheck()
1746 ExprState *checkconstr = resultRelInfo->ri_ConstraintExprs[i]; in ExecRelCheck() local
1753 if (!ExecCheck(checkconstr, econtext)) in ExecRelCheck()
/dports/databases/postgresql12-plpython/postgresql-12.9/src/backend/executor/
H A DexecMain.c1725 Expr *checkconstr;
1727 checkconstr = stringToNode(check[i].ccbin);
1729 ExecPrepareExpr(checkconstr, estate);
1746 ExprState *checkconstr = resultRelInfo->ri_ConstraintExprs[i];
1753 if (!ExecCheck(checkconstr, econtext))
/dports/databases/postgresql12-pltcl/postgresql-12.9/src/backend/executor/
H A DexecMain.c1725 Expr *checkconstr; in ExecRelCheck() local
1727 checkconstr = stringToNode(check[i].ccbin); in ExecRelCheck()
1729 ExecPrepareExpr(checkconstr, estate); in ExecRelCheck()
1746 ExprState *checkconstr = resultRelInfo->ri_ConstraintExprs[i]; in ExecRelCheck() local
1753 if (!ExecCheck(checkconstr, econtext)) in ExecRelCheck()
/dports/databases/postgresql12-docs/postgresql-12.9/src/backend/executor/
H A DexecMain.c1725 Expr *checkconstr; in ExecRelCheck() local
1727 checkconstr = stringToNode(check[i].ccbin); in ExecRelCheck()
1729 ExecPrepareExpr(checkconstr, estate); in ExecRelCheck()
1746 ExprState *checkconstr = resultRelInfo->ri_ConstraintExprs[i]; in ExecRelCheck() local
1753 if (!ExecCheck(checkconstr, econtext)) in ExecRelCheck()
/dports/databases/postgresql13-plpython/postgresql-13.5/src/backend/executor/
H A DexecMain.c1725 Expr *checkconstr;
1727 checkconstr = stringToNode(check[i].ccbin);
1729 ExecPrepareExpr(checkconstr, estate);
1746 ExprState *checkconstr = resultRelInfo->ri_ConstraintExprs[i];
1753 if (!ExecCheck(checkconstr, econtext))
/dports/databases/postgresql13-plperl/postgresql-13.5/src/backend/executor/
H A DexecMain.c1725 Expr *checkconstr; in ExecRelCheck() local
1727 checkconstr = stringToNode(check[i].ccbin); in ExecRelCheck()
1729 ExecPrepareExpr(checkconstr, estate); in ExecRelCheck()
1746 ExprState *checkconstr = resultRelInfo->ri_ConstraintExprs[i]; in ExecRelCheck() local
1753 if (!ExecCheck(checkconstr, econtext)) in ExecRelCheck()
/dports/databases/timescaledb/timescaledb-2.5.1/src/nodes/
H A Dchunk_insert_state.c71 Expr *checkconstr = stringToNode(check[i].ccbin); in create_chunk_rri_constraint_expr() local
73 rri->ri_ConstraintExprs[i] = prepare_constr_expr(checkconstr); in create_chunk_rri_constraint_expr()
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/executor/
H A DexecMain.c1805 Expr *checkconstr; in ExecRelCheck() local
1807 checkconstr = stringToNode(check[i].ccbin); in ExecRelCheck()
1809 ExecPrepareExpr(checkconstr, estate); in ExecRelCheck()
1826 ExprState *checkconstr = resultRelInfo->ri_ConstraintExprs[i]; in ExecRelCheck() local
1833 if (!ExecCheck(checkconstr, econtext)) in ExecRelCheck()
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/executor/
H A DexecMain.c1805 Expr *checkconstr; in ExecRelCheck() local
1807 checkconstr = stringToNode(check[i].ccbin); in ExecRelCheck()
1809 ExecPrepareExpr(checkconstr, estate); in ExecRelCheck()
1826 ExprState *checkconstr = resultRelInfo->ri_ConstraintExprs[i]; in ExecRelCheck() local
1833 if (!ExecCheck(checkconstr, econtext)) in ExecRelCheck()
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/executor/
H A DexecMain.c1805 Expr *checkconstr; in ExecRelCheck() local
1807 checkconstr = stringToNode(check[i].ccbin); in ExecRelCheck()
1809 ExecPrepareExpr(checkconstr, estate); in ExecRelCheck()
1826 ExprState *checkconstr = resultRelInfo->ri_ConstraintExprs[i]; in ExecRelCheck() local
1833 if (!ExecCheck(checkconstr, econtext)) in ExecRelCheck()

12