Home
last modified time | relevance | path

Searched refs:clause_rightop (Results 1 – 25 of 42) sorted by relevance

12

/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/optimizer/util/
H A Dpredtest.c1419 *clause_rightop; in operator_predicate_proof() local
1467 clause_rightop = (Node *) lsecond(clause_opexpr->args); in operator_predicate_proof()
1471 if (equal(pred_rightop, clause_rightop)) in operator_predicate_proof()
1482 if (clause_rightop == NULL || !IsA(clause_rightop, Const)) in operator_predicate_proof()
1484 clause_const = (Const *) clause_rightop; in operator_predicate_proof()
1487 else if (equal(pred_rightop, clause_rightop)) in operator_predicate_proof()
1504 else if (equal(pred_leftop, clause_rightop)) in operator_predicate_proof()
1536 if (clause_rightop == NULL || !IsA(clause_rightop, Const)) in operator_predicate_proof()
1538 clause_const = (Const *) clause_rightop; in operator_predicate_proof()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/optimizer/util/
H A Dpredtest.c1419 *clause_rightop; in operator_predicate_proof() local
1467 clause_rightop = (Node *) lsecond(clause_opexpr->args); in operator_predicate_proof()
1471 if (equal(pred_rightop, clause_rightop)) in operator_predicate_proof()
1482 if (clause_rightop == NULL || !IsA(clause_rightop, Const)) in operator_predicate_proof()
1484 clause_const = (Const *) clause_rightop; in operator_predicate_proof()
1487 else if (equal(pred_rightop, clause_rightop)) in operator_predicate_proof()
1504 else if (equal(pred_leftop, clause_rightop)) in operator_predicate_proof()
1536 if (clause_rightop == NULL || !IsA(clause_rightop, Const)) in operator_predicate_proof()
1538 clause_const = (Const *) clause_rightop; in operator_predicate_proof()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/optimizer/util/
H A Dpredtest.c1419 *clause_rightop; in operator_predicate_proof() local
1467 clause_rightop = (Node *) lsecond(clause_opexpr->args); in operator_predicate_proof()
1471 if (equal(pred_rightop, clause_rightop)) in operator_predicate_proof()
1482 if (clause_rightop == NULL || !IsA(clause_rightop, Const)) in operator_predicate_proof()
1484 clause_const = (Const *) clause_rightop; in operator_predicate_proof()
1487 else if (equal(pred_rightop, clause_rightop)) in operator_predicate_proof()
1504 else if (equal(pred_leftop, clause_rightop)) in operator_predicate_proof()
1536 if (clause_rightop == NULL || !IsA(clause_rightop, Const)) in operator_predicate_proof()
1538 clause_const = (Const *) clause_rightop; in operator_predicate_proof()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/optimizer/util/
H A Dpredtest.c1461 *clause_rightop; in operator_predicate_proof() local
1509 clause_rightop = (Node *) lsecond(clause_opexpr->args); in operator_predicate_proof()
1513 if (equal(pred_rightop, clause_rightop)) in operator_predicate_proof()
1524 if (clause_rightop == NULL || !IsA(clause_rightop, Const)) in operator_predicate_proof()
1526 clause_const = (Const *) clause_rightop; in operator_predicate_proof()
1529 else if (equal(pred_rightop, clause_rightop)) in operator_predicate_proof()
1546 else if (equal(pred_leftop, clause_rightop)) in operator_predicate_proof()
1578 if (clause_rightop == NULL || !IsA(clause_rightop, Const)) in operator_predicate_proof()
1580 clause_const = (Const *) clause_rightop; in operator_predicate_proof()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/optimizer/util/
H A Dpredtest.c1461 *clause_rightop; in operator_predicate_proof() local
1509 clause_rightop = (Node *) lsecond(clause_opexpr->args); in operator_predicate_proof()
1513 if (equal(pred_rightop, clause_rightop)) in operator_predicate_proof()
1524 if (clause_rightop == NULL || !IsA(clause_rightop, Const)) in operator_predicate_proof()
1526 clause_const = (Const *) clause_rightop; in operator_predicate_proof()
1529 else if (equal(pred_rightop, clause_rightop)) in operator_predicate_proof()
1546 else if (equal(pred_leftop, clause_rightop)) in operator_predicate_proof()
1578 if (clause_rightop == NULL || !IsA(clause_rightop, Const)) in operator_predicate_proof()
1580 clause_const = (Const *) clause_rightop; in operator_predicate_proof()
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/optimizer/util/
H A Dpredtest.c1461 *clause_rightop; in operator_predicate_proof() local
1509 clause_rightop = (Node *) lsecond(clause_opexpr->args); in operator_predicate_proof()
1513 if (equal(pred_rightop, clause_rightop)) in operator_predicate_proof()
1524 if (clause_rightop == NULL || !IsA(clause_rightop, Const)) in operator_predicate_proof()
1526 clause_const = (Const *) clause_rightop; in operator_predicate_proof()
1529 else if (equal(pred_rightop, clause_rightop)) in operator_predicate_proof()
1546 else if (equal(pred_leftop, clause_rightop)) in operator_predicate_proof()
1578 if (clause_rightop == NULL || !IsA(clause_rightop, Const)) in operator_predicate_proof()
1580 clause_const = (Const *) clause_rightop; in operator_predicate_proof()
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/optimizer/util/
H A Dpredtest.c1543 *clause_rightop; in operator_predicate_proof() local
1591 clause_rightop = (Node *) lsecond(clause_opexpr->args); in operator_predicate_proof()
1595 if (equal(pred_rightop, clause_rightop)) in operator_predicate_proof()
1606 if (clause_rightop == NULL || !IsA(clause_rightop, Const)) in operator_predicate_proof()
1608 clause_const = (Const *) clause_rightop; in operator_predicate_proof()
1611 else if (equal(pred_rightop, clause_rightop)) in operator_predicate_proof()
1628 else if (equal(pred_leftop, clause_rightop)) in operator_predicate_proof()
1660 if (clause_rightop == NULL || !IsA(clause_rightop, Const)) in operator_predicate_proof()
1662 clause_const = (Const *) clause_rightop; in operator_predicate_proof()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/optimizer/util/
H A Dpredtest.c1461 *clause_rightop; in operator_predicate_proof() local
1509 clause_rightop = (Node *) lsecond(clause_opexpr->args); in operator_predicate_proof()
1513 if (equal(pred_rightop, clause_rightop)) in operator_predicate_proof()
1524 if (clause_rightop == NULL || !IsA(clause_rightop, Const)) in operator_predicate_proof()
1526 clause_const = (Const *) clause_rightop; in operator_predicate_proof()
1529 else if (equal(pred_rightop, clause_rightop)) in operator_predicate_proof()
1546 else if (equal(pred_leftop, clause_rightop)) in operator_predicate_proof()
1578 if (clause_rightop == NULL || !IsA(clause_rightop, Const)) in operator_predicate_proof()
1580 clause_const = (Const *) clause_rightop; in operator_predicate_proof()
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/optimizer/util/
H A Dpredtest.c1461 *clause_rightop; in operator_predicate_proof() local
1509 clause_rightop = (Node *) lsecond(clause_opexpr->args); in operator_predicate_proof()
1513 if (equal(pred_rightop, clause_rightop)) in operator_predicate_proof()
1524 if (clause_rightop == NULL || !IsA(clause_rightop, Const)) in operator_predicate_proof()
1526 clause_const = (Const *) clause_rightop; in operator_predicate_proof()
1529 else if (equal(pred_rightop, clause_rightop)) in operator_predicate_proof()
1546 else if (equal(pred_leftop, clause_rightop)) in operator_predicate_proof()
1578 if (clause_rightop == NULL || !IsA(clause_rightop, Const)) in operator_predicate_proof()
1580 clause_const = (Const *) clause_rightop; in operator_predicate_proof()
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/optimizer/util/
H A Dpredtest.c1461 *clause_rightop; in operator_predicate_proof() local
1509 clause_rightop = (Node *) lsecond(clause_opexpr->args); in operator_predicate_proof()
1513 if (equal(pred_rightop, clause_rightop)) in operator_predicate_proof()
1524 if (clause_rightop == NULL || !IsA(clause_rightop, Const)) in operator_predicate_proof()
1526 clause_const = (Const *) clause_rightop; in operator_predicate_proof()
1529 else if (equal(pred_rightop, clause_rightop)) in operator_predicate_proof()
1546 else if (equal(pred_leftop, clause_rightop)) in operator_predicate_proof()
1578 if (clause_rightop == NULL || !IsA(clause_rightop, Const)) in operator_predicate_proof()
1580 clause_const = (Const *) clause_rightop; in operator_predicate_proof()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/optimizer/util/
H A Dpredtest.c1461 *clause_rightop; in operator_predicate_proof() local
1509 clause_rightop = (Node *) lsecond(clause_opexpr->args); in operator_predicate_proof()
1513 if (equal(pred_rightop, clause_rightop)) in operator_predicate_proof()
1524 if (clause_rightop == NULL || !IsA(clause_rightop, Const)) in operator_predicate_proof()
1526 clause_const = (Const *) clause_rightop; in operator_predicate_proof()
1529 else if (equal(pred_rightop, clause_rightop)) in operator_predicate_proof()
1546 else if (equal(pred_leftop, clause_rightop)) in operator_predicate_proof()
1578 if (clause_rightop == NULL || !IsA(clause_rightop, Const)) in operator_predicate_proof()
1580 clause_const = (Const *) clause_rightop; in operator_predicate_proof()
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/optimizer/util/
H A Dpredtest.c1543 *clause_rightop; in operator_predicate_proof() local
1591 clause_rightop = (Node *) lsecond(clause_opexpr->args); in operator_predicate_proof()
1595 if (equal(pred_rightop, clause_rightop)) in operator_predicate_proof()
1606 if (clause_rightop == NULL || !IsA(clause_rightop, Const)) in operator_predicate_proof()
1608 clause_const = (Const *) clause_rightop; in operator_predicate_proof()
1611 else if (equal(pred_rightop, clause_rightop)) in operator_predicate_proof()
1628 else if (equal(pred_leftop, clause_rightop)) in operator_predicate_proof()
1660 if (clause_rightop == NULL || !IsA(clause_rightop, Const)) in operator_predicate_proof()
1662 clause_const = (Const *) clause_rightop; in operator_predicate_proof()
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/optimizer/util/
H A Dpredtest.c1543 *clause_rightop; in operator_predicate_proof() local
1591 clause_rightop = (Node *) lsecond(clause_opexpr->args); in operator_predicate_proof()
1595 if (equal(pred_rightop, clause_rightop)) in operator_predicate_proof()
1606 if (clause_rightop == NULL || !IsA(clause_rightop, Const)) in operator_predicate_proof()
1608 clause_const = (Const *) clause_rightop; in operator_predicate_proof()
1611 else if (equal(pred_rightop, clause_rightop)) in operator_predicate_proof()
1628 else if (equal(pred_leftop, clause_rightop)) in operator_predicate_proof()
1660 if (clause_rightop == NULL || !IsA(clause_rightop, Const)) in operator_predicate_proof()
1662 clause_const = (Const *) clause_rightop; in operator_predicate_proof()
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/optimizer/util/
H A Dpredtest.c1543 *clause_rightop; in operator_predicate_proof() local
1591 clause_rightop = (Node *) lsecond(clause_opexpr->args); in operator_predicate_proof()
1595 if (equal(pred_rightop, clause_rightop)) in operator_predicate_proof()
1606 if (clause_rightop == NULL || !IsA(clause_rightop, Const)) in operator_predicate_proof()
1608 clause_const = (Const *) clause_rightop; in operator_predicate_proof()
1611 else if (equal(pred_rightop, clause_rightop)) in operator_predicate_proof()
1628 else if (equal(pred_leftop, clause_rightop)) in operator_predicate_proof()
1660 if (clause_rightop == NULL || !IsA(clause_rightop, Const)) in operator_predicate_proof()
1662 clause_const = (Const *) clause_rightop; in operator_predicate_proof()
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/optimizer/util/
H A Dpredtest.c1543 *clause_rightop; in operator_predicate_proof() local
1591 clause_rightop = (Node *) lsecond(clause_opexpr->args); in operator_predicate_proof()
1595 if (equal(pred_rightop, clause_rightop)) in operator_predicate_proof()
1606 if (clause_rightop == NULL || !IsA(clause_rightop, Const)) in operator_predicate_proof()
1608 clause_const = (Const *) clause_rightop; in operator_predicate_proof()
1611 else if (equal(pred_rightop, clause_rightop)) in operator_predicate_proof()
1628 else if (equal(pred_leftop, clause_rightop)) in operator_predicate_proof()
1660 if (clause_rightop == NULL || !IsA(clause_rightop, Const)) in operator_predicate_proof()
1662 clause_const = (Const *) clause_rightop; in operator_predicate_proof()
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/optimizer/util/
H A Dpredtest.c1543 *clause_rightop; in operator_predicate_proof() local
1591 clause_rightop = (Node *) lsecond(clause_opexpr->args); in operator_predicate_proof()
1595 if (equal(pred_rightop, clause_rightop)) in operator_predicate_proof()
1606 if (clause_rightop == NULL || !IsA(clause_rightop, Const)) in operator_predicate_proof()
1608 clause_const = (Const *) clause_rightop; in operator_predicate_proof()
1611 else if (equal(pred_rightop, clause_rightop)) in operator_predicate_proof()
1628 else if (equal(pred_leftop, clause_rightop)) in operator_predicate_proof()
1660 if (clause_rightop == NULL || !IsA(clause_rightop, Const)) in operator_predicate_proof()
1662 clause_const = (Const *) clause_rightop; in operator_predicate_proof()
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/optimizer/util/
H A Dpredtest.c1543 *clause_rightop; in operator_predicate_proof() local
1591 clause_rightop = (Node *) lsecond(clause_opexpr->args); in operator_predicate_proof()
1595 if (equal(pred_rightop, clause_rightop)) in operator_predicate_proof()
1606 if (clause_rightop == NULL || !IsA(clause_rightop, Const)) in operator_predicate_proof()
1608 clause_const = (Const *) clause_rightop; in operator_predicate_proof()
1611 else if (equal(pred_rightop, clause_rightop)) in operator_predicate_proof()
1628 else if (equal(pred_leftop, clause_rightop)) in operator_predicate_proof()
1660 if (clause_rightop == NULL || !IsA(clause_rightop, Const)) in operator_predicate_proof()
1662 clause_const = (Const *) clause_rightop; in operator_predicate_proof()
/dports/databases/postgresql96-client/postgresql-9.6.24/src/backend/optimizer/util/
H A Dpredtest.c1419 *clause_rightop; in operator_predicate_proof() local
1467 clause_rightop = (Node *) lsecond(clause_opexpr->args); in operator_predicate_proof()
1471 if (equal(pred_rightop, clause_rightop)) in operator_predicate_proof()
1482 if (clause_rightop == NULL || !IsA(clause_rightop, Const)) in operator_predicate_proof()
1484 clause_const = (Const *) clause_rightop; in operator_predicate_proof()
1487 else if (equal(pred_rightop, clause_rightop)) in operator_predicate_proof()
1504 else if (equal(pred_leftop, clause_rightop)) in operator_predicate_proof()
1536 if (clause_rightop == NULL || !IsA(clause_rightop, Const)) in operator_predicate_proof()
1538 clause_const = (Const *) clause_rightop; in operator_predicate_proof()
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/backend/optimizer/util/
H A Dpredtest.c1419 *clause_rightop; in operator_predicate_proof() local
1467 clause_rightop = (Node *) lsecond(clause_opexpr->args); in operator_predicate_proof()
1471 if (equal(pred_rightop, clause_rightop)) in operator_predicate_proof()
1482 if (clause_rightop == NULL || !IsA(clause_rightop, Const)) in operator_predicate_proof()
1484 clause_const = (Const *) clause_rightop; in operator_predicate_proof()
1487 else if (equal(pred_rightop, clause_rightop)) in operator_predicate_proof()
1504 else if (equal(pred_leftop, clause_rightop)) in operator_predicate_proof()
1536 if (clause_rightop == NULL || !IsA(clause_rightop, Const)) in operator_predicate_proof()
1538 clause_const = (Const *) clause_rightop; in operator_predicate_proof()
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/backend/optimizer/util/
H A Dpredtest.c1419 *clause_rightop; in operator_predicate_proof() local
1467 clause_rightop = (Node *) lsecond(clause_opexpr->args); in operator_predicate_proof()
1471 if (equal(pred_rightop, clause_rightop)) in operator_predicate_proof()
1482 if (clause_rightop == NULL || !IsA(clause_rightop, Const)) in operator_predicate_proof()
1484 clause_const = (Const *) clause_rightop; in operator_predicate_proof()
1487 else if (equal(pred_rightop, clause_rightop)) in operator_predicate_proof()
1504 else if (equal(pred_leftop, clause_rightop)) in operator_predicate_proof()
1536 if (clause_rightop == NULL || !IsA(clause_rightop, Const)) in operator_predicate_proof()
1538 clause_const = (Const *) clause_rightop; in operator_predicate_proof()
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/backend/optimizer/util/
H A Dpredtest.c1419 *clause_rightop; in operator_predicate_proof() local
1467 clause_rightop = (Node *) lsecond(clause_opexpr->args); in operator_predicate_proof()
1471 if (equal(pred_rightop, clause_rightop)) in operator_predicate_proof()
1482 if (clause_rightop == NULL || !IsA(clause_rightop, Const)) in operator_predicate_proof()
1484 clause_const = (Const *) clause_rightop; in operator_predicate_proof()
1487 else if (equal(pred_rightop, clause_rightop)) in operator_predicate_proof()
1504 else if (equal(pred_leftop, clause_rightop)) in operator_predicate_proof()
1536 if (clause_rightop == NULL || !IsA(clause_rightop, Const)) in operator_predicate_proof()
1538 clause_const = (Const *) clause_rightop; in operator_predicate_proof()
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/optimizer/util/
H A Dpredtest.c1651 *clause_rightop;
1699 clause_rightop = (Node *) lsecond(clause_opexpr->args);
1703 if (equal(pred_rightop, clause_rightop))
1714 if (clause_rightop == NULL || !IsA(clause_rightop, Const))
1716 clause_const = (Const *) clause_rightop;
1719 else if (equal(pred_rightop, clause_rightop))
1736 else if (equal(pred_leftop, clause_rightop))
1768 if (clause_rightop == NULL || !IsA(clause_rightop, Const))
1770 clause_const = (Const *) clause_rightop;
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/optimizer/util/
H A Dpredtest.c1655 *clause_rightop; in operator_predicate_proof() local
1703 clause_rightop = (Node *) lsecond(clause_opexpr->args); in operator_predicate_proof()
1707 if (equal(pred_rightop, clause_rightop)) in operator_predicate_proof()
1718 if (clause_rightop == NULL || !IsA(clause_rightop, Const)) in operator_predicate_proof()
1720 clause_const = (Const *) clause_rightop; in operator_predicate_proof()
1723 else if (equal(pred_rightop, clause_rightop)) in operator_predicate_proof()
1740 else if (equal(pred_leftop, clause_rightop)) in operator_predicate_proof()
1772 if (clause_rightop == NULL || !IsA(clause_rightop, Const)) in operator_predicate_proof()
1774 clause_const = (Const *) clause_rightop; in operator_predicate_proof()
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/optimizer/util/
H A Dpredtest.c1655 *clause_rightop; in operator_predicate_proof() local
1703 clause_rightop = (Node *) lsecond(clause_opexpr->args); in operator_predicate_proof()
1707 if (equal(pred_rightop, clause_rightop)) in operator_predicate_proof()
1718 if (clause_rightop == NULL || !IsA(clause_rightop, Const)) in operator_predicate_proof()
1720 clause_const = (Const *) clause_rightop; in operator_predicate_proof()
1723 else if (equal(pred_rightop, clause_rightop)) in operator_predicate_proof()
1740 else if (equal(pred_leftop, clause_rightop)) in operator_predicate_proof()
1772 if (clause_rightop == NULL || !IsA(clause_rightop, Const)) in operator_predicate_proof()
1774 clause_const = (Const *) clause_rightop; in operator_predicate_proof()
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/optimizer/util/
H A Dpredtest.c1655 *clause_rightop; in operator_predicate_proof() local
1703 clause_rightop = (Node *) lsecond(clause_opexpr->args); in operator_predicate_proof()
1707 if (equal(pred_rightop, clause_rightop)) in operator_predicate_proof()
1718 if (clause_rightop == NULL || !IsA(clause_rightop, Const)) in operator_predicate_proof()
1720 clause_const = (Const *) clause_rightop; in operator_predicate_proof()
1723 else if (equal(pred_rightop, clause_rightop)) in operator_predicate_proof()
1740 else if (equal(pred_leftop, clause_rightop)) in operator_predicate_proof()
1772 if (clause_rightop == NULL || !IsA(clause_rightop, Const)) in operator_predicate_proof()
1774 clause_const = (Const *) clause_rightop; in operator_predicate_proof()

12