Home
last modified time | relevance | path

Searched refs:elem_exprs (Results 1 – 25 of 48) sorted by relevance

12

/dports/databases/postgresql11-client/postgresql-11.14/src/backend/partitioning/
H A Dpartprune.c1983 List *elem_exprs, in match_clause_to_partition_key() local
2104 elem_exprs = NIL; in match_clause_to_partition_key()
2152 elem_exprs = lappend(elem_exprs, elem_expr); in match_clause_to_partition_key()
2170 elem_exprs = arrexpr->elements; in match_clause_to_partition_key()
2183 foreach(lc1, elem_exprs) in match_clause_to_partition_key()
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/partitioning/
H A Dpartprune.c1983 List *elem_exprs, in match_clause_to_partition_key() local
2104 elem_exprs = NIL; in match_clause_to_partition_key()
2152 elem_exprs = lappend(elem_exprs, elem_expr); in match_clause_to_partition_key()
2170 elem_exprs = arrexpr->elements; in match_clause_to_partition_key()
2183 foreach(lc1, elem_exprs) in match_clause_to_partition_key()
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/partitioning/
H A Dpartprune.c1983 List *elem_exprs, in match_clause_to_partition_key() local
2104 elem_exprs = NIL; in match_clause_to_partition_key()
2152 elem_exprs = lappend(elem_exprs, elem_expr); in match_clause_to_partition_key()
2170 elem_exprs = arrexpr->elements; in match_clause_to_partition_key()
2183 foreach(lc1, elem_exprs) in match_clause_to_partition_key()
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/partitioning/
H A Dpartprune.c1983 List *elem_exprs, in match_clause_to_partition_key() local
2104 elem_exprs = NIL; in match_clause_to_partition_key()
2152 elem_exprs = lappend(elem_exprs, elem_expr); in match_clause_to_partition_key()
2170 elem_exprs = arrexpr->elements; in match_clause_to_partition_key()
2183 foreach(lc1, elem_exprs) in match_clause_to_partition_key()
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/partitioning/
H A Dpartprune.c1983 List *elem_exprs, in match_clause_to_partition_key() local
2104 elem_exprs = NIL; in match_clause_to_partition_key()
2152 elem_exprs = lappend(elem_exprs, elem_expr); in match_clause_to_partition_key()
2170 elem_exprs = arrexpr->elements; in match_clause_to_partition_key()
2183 foreach(lc1, elem_exprs) in match_clause_to_partition_key()
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/partitioning/
H A Dpartprune.c1983 List *elem_exprs,
2104 elem_exprs = NIL;
2152 elem_exprs = lappend(elem_exprs, elem_expr);
2170 elem_exprs = arrexpr->elements;
2183 foreach(lc1, elem_exprs)
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/partitioning/
H A Dpartprune.c2090 List *elem_exprs, in match_clause_to_partition_key() local
2211 elem_exprs = NIL; in match_clause_to_partition_key()
2259 elem_exprs = lappend(elem_exprs, elem_expr); in match_clause_to_partition_key()
2277 elem_exprs = arrexpr->elements; in match_clause_to_partition_key()
2290 foreach(lc1, elem_exprs) in match_clause_to_partition_key()
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/partitioning/
H A Dpartprune.c2090 List *elem_exprs, in match_clause_to_partition_key() local
2211 elem_exprs = NIL; in match_clause_to_partition_key()
2259 elem_exprs = lappend(elem_exprs, elem_expr); in match_clause_to_partition_key()
2277 elem_exprs = arrexpr->elements; in match_clause_to_partition_key()
2290 foreach(lc1, elem_exprs) in match_clause_to_partition_key()
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/partitioning/
H A Dpartprune.c2090 List *elem_exprs, in match_clause_to_partition_key() local
2211 elem_exprs = NIL; in match_clause_to_partition_key()
2259 elem_exprs = lappend(elem_exprs, elem_expr); in match_clause_to_partition_key()
2277 elem_exprs = arrexpr->elements; in match_clause_to_partition_key()
2290 foreach(lc1, elem_exprs) in match_clause_to_partition_key()
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/partitioning/
H A Dpartprune.c2090 List *elem_exprs, in match_clause_to_partition_key() local
2211 elem_exprs = NIL; in match_clause_to_partition_key()
2259 elem_exprs = lappend(elem_exprs, elem_expr); in match_clause_to_partition_key()
2277 elem_exprs = arrexpr->elements; in match_clause_to_partition_key()
2290 foreach(lc1, elem_exprs) in match_clause_to_partition_key()
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/partitioning/
H A Dpartprune.c2090 List *elem_exprs, in match_clause_to_partition_key() local
2211 elem_exprs = NIL; in match_clause_to_partition_key()
2259 elem_exprs = lappend(elem_exprs, elem_expr); in match_clause_to_partition_key()
2277 elem_exprs = arrexpr->elements; in match_clause_to_partition_key()
2290 foreach(lc1, elem_exprs) in match_clause_to_partition_key()
/dports/databases/postgresql14-client/postgresql-14.1/src/backend/partitioning/
H A Dpartprune.c2090 List *elem_exprs, in match_clause_to_partition_key() local
2211 elem_exprs = NIL; in match_clause_to_partition_key()
2259 elem_exprs = lappend(elem_exprs, elem_expr); in match_clause_to_partition_key()
2277 elem_exprs = arrexpr->elements; in match_clause_to_partition_key()
2290 foreach(lc1, elem_exprs) in match_clause_to_partition_key()
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/backend/partitioning/
H A Dpartprune.c1990 List *elem_exprs, in match_clause_to_partition_key() local
2111 elem_exprs = NIL; in match_clause_to_partition_key()
2159 elem_exprs = lappend(elem_exprs, elem_expr); in match_clause_to_partition_key()
2177 elem_exprs = arrexpr->elements; in match_clause_to_partition_key()
2190 foreach(lc1, elem_exprs) in match_clause_to_partition_key()
/dports/databases/postgresql14-docs/postgresql-14.1/src/backend/partitioning/
H A Dpartprune.c2090 List *elem_exprs, in match_clause_to_partition_key() local
2211 elem_exprs = NIL; in match_clause_to_partition_key()
2259 elem_exprs = lappend(elem_exprs, elem_expr); in match_clause_to_partition_key()
2277 elem_exprs = arrexpr->elements; in match_clause_to_partition_key()
2290 foreach(lc1, elem_exprs) in match_clause_to_partition_key()
/dports/databases/postgresql13-server/postgresql-13.5/src/backend/partitioning/
H A Dpartprune.c1990 List *elem_exprs, in match_clause_to_partition_key() local
2111 elem_exprs = NIL; in match_clause_to_partition_key()
2159 elem_exprs = lappend(elem_exprs, elem_expr); in match_clause_to_partition_key()
2177 elem_exprs = arrexpr->elements; in match_clause_to_partition_key()
2190 foreach(lc1, elem_exprs) in match_clause_to_partition_key()
/dports/databases/postgresql13-docs/postgresql-13.5/src/backend/partitioning/
H A Dpartprune.c1990 List *elem_exprs, in match_clause_to_partition_key() local
2111 elem_exprs = NIL; in match_clause_to_partition_key()
2159 elem_exprs = lappend(elem_exprs, elem_expr); in match_clause_to_partition_key()
2177 elem_exprs = arrexpr->elements; in match_clause_to_partition_key()
2190 foreach(lc1, elem_exprs) in match_clause_to_partition_key()
/dports/databases/postgresql12-contrib/postgresql-12.9/src/backend/partitioning/
H A Dpartprune.c2003 List *elem_exprs, in match_clause_to_partition_key() local
2124 elem_exprs = NIL; in match_clause_to_partition_key()
2172 elem_exprs = lappend(elem_exprs, elem_expr); in match_clause_to_partition_key()
2190 elem_exprs = arrexpr->elements; in match_clause_to_partition_key()
2203 foreach(lc1, elem_exprs) in match_clause_to_partition_key()
/dports/databases/postgresql12-plperl/postgresql-12.9/src/backend/partitioning/
H A Dpartprune.c2003 List *elem_exprs, in match_clause_to_partition_key() local
2124 elem_exprs = NIL; in match_clause_to_partition_key()
2172 elem_exprs = lappend(elem_exprs, elem_expr); in match_clause_to_partition_key()
2190 elem_exprs = arrexpr->elements; in match_clause_to_partition_key()
2203 foreach(lc1, elem_exprs) in match_clause_to_partition_key()
/dports/databases/postgresql12-pltcl/postgresql-12.9/src/backend/partitioning/
H A Dpartprune.c2003 List *elem_exprs, in match_clause_to_partition_key() local
2124 elem_exprs = NIL; in match_clause_to_partition_key()
2172 elem_exprs = lappend(elem_exprs, elem_expr); in match_clause_to_partition_key()
2190 elem_exprs = arrexpr->elements; in match_clause_to_partition_key()
2203 foreach(lc1, elem_exprs) in match_clause_to_partition_key()
/dports/databases/postgresql12-server/postgresql-12.9/src/backend/partitioning/
H A Dpartprune.c2003 List *elem_exprs,
2124 elem_exprs = NIL;
2172 elem_exprs = lappend(elem_exprs, elem_expr);
2190 elem_exprs = arrexpr->elements;
2203 foreach(lc1, elem_exprs)
/dports/databases/postgresql13-contrib/postgresql-13.5/src/backend/partitioning/
H A Dpartprune.c1990 List *elem_exprs, in match_clause_to_partition_key() local
2111 elem_exprs = NIL; in match_clause_to_partition_key()
2159 elem_exprs = lappend(elem_exprs, elem_expr); in match_clause_to_partition_key()
2177 elem_exprs = arrexpr->elements; in match_clause_to_partition_key()
2190 foreach(lc1, elem_exprs) in match_clause_to_partition_key()
/dports/databases/postgresql12-plpython/postgresql-12.9/src/backend/partitioning/
H A Dpartprune.c2003 List *elem_exprs, in match_clause_to_partition_key() local
2124 elem_exprs = NIL; in match_clause_to_partition_key()
2172 elem_exprs = lappend(elem_exprs, elem_expr); in match_clause_to_partition_key()
2190 elem_exprs = arrexpr->elements; in match_clause_to_partition_key()
2203 foreach(lc1, elem_exprs) in match_clause_to_partition_key()
/dports/databases/postgresql12-docs/postgresql-12.9/src/backend/partitioning/
H A Dpartprune.c2003 List *elem_exprs,
2124 elem_exprs = NIL;
2172 elem_exprs = lappend(elem_exprs, elem_expr);
2190 elem_exprs = arrexpr->elements;
2203 foreach(lc1, elem_exprs)
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/partitioning/
H A Dpartprune.c2003 List *elem_exprs, in match_clause_to_partition_key() local
2124 elem_exprs = NIL; in match_clause_to_partition_key()
2172 elem_exprs = lappend(elem_exprs, elem_expr); in match_clause_to_partition_key()
2190 elem_exprs = arrexpr->elements; in match_clause_to_partition_key()
2203 foreach(lc1, elem_exprs) in match_clause_to_partition_key()
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/partitioning/
H A Dpartprune.c1983 List *elem_exprs,
2104 elem_exprs = NIL;
2152 elem_exprs = lappend(elem_exprs, elem_expr);
2170 elem_exprs = arrexpr->elements;
2183 foreach(lc1, elem_exprs)

12