Home
last modified time | relevance | path

Searched refs:partclause (Results 1 – 25 of 28) sorted by relevance

12

/dports/databases/postgresql11-client/postgresql-11.14/src/backend/partitioning/
H A Dpartprune.c1707 PartClauseInfo *partclause; in match_clause_to_partition_key() local
1713 partclause->op_is_ne = false; in match_clause_to_partition_key()
1714 partclause->expr = expr; in match_clause_to_partition_key()
1719 *pc = partclause; in match_clause_to_partition_key()
1736 PartClauseInfo *partclause; in match_clause_to_partition_key() local
1959 partclause->opno = negator; in match_clause_to_partition_key()
1960 partclause->op_is_ne = true; in match_clause_to_partition_key()
1965 partclause->opno = opno; in match_clause_to_partition_key()
1969 partclause->expr = expr; in match_clause_to_partition_key()
1970 partclause->cmpfn = cmpfn; in match_clause_to_partition_key()
[all …]
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/partitioning/
H A Dpartprune.c1707 PartClauseInfo *partclause; in match_clause_to_partition_key() local
1713 partclause->op_is_ne = false; in match_clause_to_partition_key()
1714 partclause->expr = expr; in match_clause_to_partition_key()
1719 *pc = partclause; in match_clause_to_partition_key()
1736 PartClauseInfo *partclause; in match_clause_to_partition_key() local
1959 partclause->opno = negator; in match_clause_to_partition_key()
1960 partclause->op_is_ne = true; in match_clause_to_partition_key()
1965 partclause->opno = opno; in match_clause_to_partition_key()
1969 partclause->expr = expr; in match_clause_to_partition_key()
1970 partclause->cmpfn = cmpfn; in match_clause_to_partition_key()
[all …]
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/partitioning/
H A Dpartprune.c1707 PartClauseInfo *partclause; in match_clause_to_partition_key() local
1713 partclause->op_is_ne = false; in match_clause_to_partition_key()
1714 partclause->expr = expr; in match_clause_to_partition_key()
1719 *pc = partclause; in match_clause_to_partition_key()
1736 PartClauseInfo *partclause; in match_clause_to_partition_key() local
1959 partclause->opno = negator; in match_clause_to_partition_key()
1960 partclause->op_is_ne = true; in match_clause_to_partition_key()
1965 partclause->opno = opno; in match_clause_to_partition_key()
1969 partclause->expr = expr; in match_clause_to_partition_key()
1970 partclause->cmpfn = cmpfn; in match_clause_to_partition_key()
[all …]
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/partitioning/
H A Dpartprune.c1707 PartClauseInfo *partclause; in match_clause_to_partition_key() local
1713 partclause->op_is_ne = false; in match_clause_to_partition_key()
1714 partclause->expr = expr; in match_clause_to_partition_key()
1719 *pc = partclause; in match_clause_to_partition_key()
1736 PartClauseInfo *partclause; in match_clause_to_partition_key() local
1959 partclause->opno = negator; in match_clause_to_partition_key()
1960 partclause->op_is_ne = true; in match_clause_to_partition_key()
1965 partclause->opno = opno; in match_clause_to_partition_key()
1969 partclause->expr = expr; in match_clause_to_partition_key()
1970 partclause->cmpfn = cmpfn; in match_clause_to_partition_key()
[all …]
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/partitioning/
H A Dpartprune.c1707 PartClauseInfo *partclause; in match_clause_to_partition_key() local
1713 partclause->op_is_ne = false; in match_clause_to_partition_key()
1714 partclause->expr = expr; in match_clause_to_partition_key()
1719 *pc = partclause; in match_clause_to_partition_key()
1736 PartClauseInfo *partclause; in match_clause_to_partition_key() local
1959 partclause->opno = negator; in match_clause_to_partition_key()
1960 partclause->op_is_ne = true; in match_clause_to_partition_key()
1965 partclause->opno = opno; in match_clause_to_partition_key()
1969 partclause->expr = expr; in match_clause_to_partition_key()
1970 partclause->cmpfn = cmpfn; in match_clause_to_partition_key()
[all …]
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/partitioning/
H A Dpartprune.c1707 PartClauseInfo *partclause;
1713 partclause->op_is_ne = false;
1714 partclause->expr = expr;
1719 *pc = partclause;
1736 PartClauseInfo *partclause;
1959 partclause->opno = negator;
1960 partclause->op_is_ne = true;
1965 partclause->opno = opno;
1969 partclause->expr = expr;
1970 partclause->cmpfn = cmpfn;
[all …]
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/partitioning/
H A Dpartprune.c1814 PartClauseInfo *partclause; in match_clause_to_partition_key() local
1820 partclause->op_is_ne = false; in match_clause_to_partition_key()
1821 partclause->expr = expr; in match_clause_to_partition_key()
1826 *pc = partclause; in match_clause_to_partition_key()
1843 PartClauseInfo *partclause; in match_clause_to_partition_key() local
2066 partclause->opno = negator; in match_clause_to_partition_key()
2067 partclause->op_is_ne = true; in match_clause_to_partition_key()
2072 partclause->opno = opno; in match_clause_to_partition_key()
2076 partclause->expr = expr; in match_clause_to_partition_key()
2077 partclause->cmpfn = cmpfn; in match_clause_to_partition_key()
[all …]
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/partitioning/
H A Dpartprune.c1814 PartClauseInfo *partclause; in match_clause_to_partition_key() local
1820 partclause->op_is_ne = false; in match_clause_to_partition_key()
1821 partclause->expr = expr; in match_clause_to_partition_key()
1826 *pc = partclause; in match_clause_to_partition_key()
1843 PartClauseInfo *partclause; in match_clause_to_partition_key() local
2066 partclause->opno = negator; in match_clause_to_partition_key()
2067 partclause->op_is_ne = true; in match_clause_to_partition_key()
2072 partclause->opno = opno; in match_clause_to_partition_key()
2076 partclause->expr = expr; in match_clause_to_partition_key()
2077 partclause->cmpfn = cmpfn; in match_clause_to_partition_key()
[all …]
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/partitioning/
H A Dpartprune.c1814 PartClauseInfo *partclause; in match_clause_to_partition_key() local
1820 partclause->op_is_ne = false; in match_clause_to_partition_key()
1821 partclause->expr = expr; in match_clause_to_partition_key()
1826 *pc = partclause; in match_clause_to_partition_key()
1843 PartClauseInfo *partclause; in match_clause_to_partition_key() local
2066 partclause->opno = negator; in match_clause_to_partition_key()
2067 partclause->op_is_ne = true; in match_clause_to_partition_key()
2072 partclause->opno = opno; in match_clause_to_partition_key()
2076 partclause->expr = expr; in match_clause_to_partition_key()
2077 partclause->cmpfn = cmpfn; in match_clause_to_partition_key()
[all …]
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/partitioning/
H A Dpartprune.c1814 PartClauseInfo *partclause; in match_clause_to_partition_key() local
1820 partclause->op_is_ne = false; in match_clause_to_partition_key()
1821 partclause->expr = expr; in match_clause_to_partition_key()
1826 *pc = partclause; in match_clause_to_partition_key()
1843 PartClauseInfo *partclause; in match_clause_to_partition_key() local
2066 partclause->opno = negator; in match_clause_to_partition_key()
2067 partclause->op_is_ne = true; in match_clause_to_partition_key()
2072 partclause->opno = opno; in match_clause_to_partition_key()
2076 partclause->expr = expr; in match_clause_to_partition_key()
2077 partclause->cmpfn = cmpfn; in match_clause_to_partition_key()
[all …]
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/partitioning/
H A Dpartprune.c1814 PartClauseInfo *partclause; in match_clause_to_partition_key() local
1820 partclause->op_is_ne = false; in match_clause_to_partition_key()
1821 partclause->expr = expr; in match_clause_to_partition_key()
1826 *pc = partclause; in match_clause_to_partition_key()
1843 PartClauseInfo *partclause; in match_clause_to_partition_key() local
2066 partclause->opno = negator; in match_clause_to_partition_key()
2067 partclause->op_is_ne = true; in match_clause_to_partition_key()
2072 partclause->opno = opno; in match_clause_to_partition_key()
2076 partclause->expr = expr; in match_clause_to_partition_key()
2077 partclause->cmpfn = cmpfn; in match_clause_to_partition_key()
[all …]
/dports/databases/postgresql14-client/postgresql-14.1/src/backend/partitioning/
H A Dpartprune.c1814 PartClauseInfo *partclause; in match_clause_to_partition_key() local
1820 partclause->op_is_ne = false; in match_clause_to_partition_key()
1821 partclause->expr = expr; in match_clause_to_partition_key()
1826 *pc = partclause; in match_clause_to_partition_key()
1843 PartClauseInfo *partclause; in match_clause_to_partition_key() local
2066 partclause->opno = negator; in match_clause_to_partition_key()
2067 partclause->op_is_ne = true; in match_clause_to_partition_key()
2072 partclause->opno = opno; in match_clause_to_partition_key()
2076 partclause->expr = expr; in match_clause_to_partition_key()
2077 partclause->cmpfn = cmpfn; in match_clause_to_partition_key()
[all …]
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/backend/partitioning/
H A Dpartprune.c1714 PartClauseInfo *partclause; in match_clause_to_partition_key() local
1720 partclause->op_is_ne = false; in match_clause_to_partition_key()
1721 partclause->expr = expr; in match_clause_to_partition_key()
1726 *pc = partclause; in match_clause_to_partition_key()
1743 PartClauseInfo *partclause; in match_clause_to_partition_key() local
1966 partclause->opno = negator; in match_clause_to_partition_key()
1967 partclause->op_is_ne = true; in match_clause_to_partition_key()
1972 partclause->opno = opno; in match_clause_to_partition_key()
1976 partclause->expr = expr; in match_clause_to_partition_key()
1977 partclause->cmpfn = cmpfn; in match_clause_to_partition_key()
[all …]
/dports/databases/postgresql14-docs/postgresql-14.1/src/backend/partitioning/
H A Dpartprune.c1814 PartClauseInfo *partclause; in match_clause_to_partition_key() local
1820 partclause->op_is_ne = false; in match_clause_to_partition_key()
1821 partclause->expr = expr; in match_clause_to_partition_key()
1826 *pc = partclause; in match_clause_to_partition_key()
1843 PartClauseInfo *partclause; in match_clause_to_partition_key() local
2066 partclause->opno = negator; in match_clause_to_partition_key()
2067 partclause->op_is_ne = true; in match_clause_to_partition_key()
2072 partclause->opno = opno; in match_clause_to_partition_key()
2076 partclause->expr = expr; in match_clause_to_partition_key()
2077 partclause->cmpfn = cmpfn; in match_clause_to_partition_key()
[all …]
/dports/databases/postgresql13-server/postgresql-13.5/src/backend/partitioning/
H A Dpartprune.c1714 PartClauseInfo *partclause; in match_clause_to_partition_key() local
1720 partclause->op_is_ne = false; in match_clause_to_partition_key()
1721 partclause->expr = expr; in match_clause_to_partition_key()
1726 *pc = partclause; in match_clause_to_partition_key()
1743 PartClauseInfo *partclause; in match_clause_to_partition_key() local
1966 partclause->opno = negator; in match_clause_to_partition_key()
1967 partclause->op_is_ne = true; in match_clause_to_partition_key()
1972 partclause->opno = opno; in match_clause_to_partition_key()
1976 partclause->expr = expr; in match_clause_to_partition_key()
1977 partclause->cmpfn = cmpfn; in match_clause_to_partition_key()
[all …]
/dports/databases/postgresql13-docs/postgresql-13.5/src/backend/partitioning/
H A Dpartprune.c1714 PartClauseInfo *partclause; in match_clause_to_partition_key() local
1720 partclause->op_is_ne = false; in match_clause_to_partition_key()
1721 partclause->expr = expr; in match_clause_to_partition_key()
1726 *pc = partclause; in match_clause_to_partition_key()
1743 PartClauseInfo *partclause; in match_clause_to_partition_key() local
1966 partclause->opno = negator; in match_clause_to_partition_key()
1967 partclause->op_is_ne = true; in match_clause_to_partition_key()
1972 partclause->opno = opno; in match_clause_to_partition_key()
1976 partclause->expr = expr; in match_clause_to_partition_key()
1977 partclause->cmpfn = cmpfn; in match_clause_to_partition_key()
[all …]
/dports/databases/postgresql12-contrib/postgresql-12.9/src/backend/partitioning/
H A Dpartprune.c1727 PartClauseInfo *partclause; in match_clause_to_partition_key() local
1733 partclause->op_is_ne = false; in match_clause_to_partition_key()
1734 partclause->expr = expr; in match_clause_to_partition_key()
1739 *pc = partclause; in match_clause_to_partition_key()
1756 PartClauseInfo *partclause; in match_clause_to_partition_key() local
1979 partclause->opno = negator; in match_clause_to_partition_key()
1980 partclause->op_is_ne = true; in match_clause_to_partition_key()
1985 partclause->opno = opno; in match_clause_to_partition_key()
1989 partclause->expr = expr; in match_clause_to_partition_key()
1990 partclause->cmpfn = cmpfn; in match_clause_to_partition_key()
[all …]
/dports/databases/postgresql12-plperl/postgresql-12.9/src/backend/partitioning/
H A Dpartprune.c1727 PartClauseInfo *partclause; in match_clause_to_partition_key() local
1733 partclause->op_is_ne = false; in match_clause_to_partition_key()
1734 partclause->expr = expr; in match_clause_to_partition_key()
1739 *pc = partclause; in match_clause_to_partition_key()
1756 PartClauseInfo *partclause; in match_clause_to_partition_key() local
1979 partclause->opno = negator; in match_clause_to_partition_key()
1980 partclause->op_is_ne = true; in match_clause_to_partition_key()
1985 partclause->opno = opno; in match_clause_to_partition_key()
1989 partclause->expr = expr; in match_clause_to_partition_key()
1990 partclause->cmpfn = cmpfn; in match_clause_to_partition_key()
[all …]
/dports/databases/postgresql12-pltcl/postgresql-12.9/src/backend/partitioning/
H A Dpartprune.c1727 PartClauseInfo *partclause; in match_clause_to_partition_key() local
1733 partclause->op_is_ne = false; in match_clause_to_partition_key()
1734 partclause->expr = expr; in match_clause_to_partition_key()
1739 *pc = partclause; in match_clause_to_partition_key()
1756 PartClauseInfo *partclause; in match_clause_to_partition_key() local
1979 partclause->opno = negator; in match_clause_to_partition_key()
1980 partclause->op_is_ne = true; in match_clause_to_partition_key()
1985 partclause->opno = opno; in match_clause_to_partition_key()
1989 partclause->expr = expr; in match_clause_to_partition_key()
1990 partclause->cmpfn = cmpfn; in match_clause_to_partition_key()
[all …]
/dports/databases/postgresql12-server/postgresql-12.9/src/backend/partitioning/
H A Dpartprune.c1727 PartClauseInfo *partclause;
1733 partclause->op_is_ne = false;
1734 partclause->expr = expr;
1739 *pc = partclause;
1756 PartClauseInfo *partclause;
1979 partclause->opno = negator;
1980 partclause->op_is_ne = true;
1985 partclause->opno = opno;
1989 partclause->expr = expr;
1990 partclause->cmpfn = cmpfn;
[all …]
/dports/databases/postgresql13-contrib/postgresql-13.5/src/backend/partitioning/
H A Dpartprune.c1714 PartClauseInfo *partclause; in match_clause_to_partition_key() local
1720 partclause->op_is_ne = false; in match_clause_to_partition_key()
1721 partclause->expr = expr; in match_clause_to_partition_key()
1726 *pc = partclause; in match_clause_to_partition_key()
1743 PartClauseInfo *partclause; in match_clause_to_partition_key() local
1966 partclause->opno = negator; in match_clause_to_partition_key()
1967 partclause->op_is_ne = true; in match_clause_to_partition_key()
1972 partclause->opno = opno; in match_clause_to_partition_key()
1976 partclause->expr = expr; in match_clause_to_partition_key()
1977 partclause->cmpfn = cmpfn; in match_clause_to_partition_key()
[all …]
/dports/databases/postgresql12-plpython/postgresql-12.9/src/backend/partitioning/
H A Dpartprune.c1727 PartClauseInfo *partclause; in match_clause_to_partition_key() local
1733 partclause->op_is_ne = false; in match_clause_to_partition_key()
1734 partclause->expr = expr; in match_clause_to_partition_key()
1739 *pc = partclause; in match_clause_to_partition_key()
1756 PartClauseInfo *partclause; in match_clause_to_partition_key() local
1979 partclause->opno = negator; in match_clause_to_partition_key()
1980 partclause->op_is_ne = true; in match_clause_to_partition_key()
1985 partclause->opno = opno; in match_clause_to_partition_key()
1989 partclause->expr = expr; in match_clause_to_partition_key()
1990 partclause->cmpfn = cmpfn; in match_clause_to_partition_key()
[all …]
/dports/databases/postgresql12-docs/postgresql-12.9/src/backend/partitioning/
H A Dpartprune.c1727 PartClauseInfo *partclause;
1733 partclause->op_is_ne = false;
1734 partclause->expr = expr;
1739 *pc = partclause;
1756 PartClauseInfo *partclause;
1979 partclause->opno = negator;
1980 partclause->op_is_ne = true;
1985 partclause->opno = opno;
1989 partclause->expr = expr;
1990 partclause->cmpfn = cmpfn;
[all …]
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/partitioning/
H A Dpartprune.c1727 PartClauseInfo *partclause; in match_clause_to_partition_key() local
1733 partclause->op_is_ne = false; in match_clause_to_partition_key()
1734 partclause->expr = expr; in match_clause_to_partition_key()
1739 *pc = partclause; in match_clause_to_partition_key()
1756 PartClauseInfo *partclause; in match_clause_to_partition_key() local
1979 partclause->opno = negator; in match_clause_to_partition_key()
1980 partclause->op_is_ne = true; in match_clause_to_partition_key()
1985 partclause->opno = opno; in match_clause_to_partition_key()
1989 partclause->expr = expr; in match_clause_to_partition_key()
1990 partclause->cmpfn = cmpfn; in match_clause_to_partition_key()
[all …]
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/partitioning/
H A Dpartprune.c1707 PartClauseInfo *partclause;
1713 partclause->op_is_ne = false;
1714 partclause->expr = expr;
1719 *pc = partclause;
1736 PartClauseInfo *partclause;
1959 partclause->opno = negator;
1960 partclause->op_is_ne = true;
1965 partclause->opno = opno;
1969 partclause->expr = expr;
1970 partclause->cmpfn = cmpfn;
[all …]

12