Home
last modified time | relevance | path

Searched refs:elemops (Results 1 – 25 of 35) sorted by relevance

12

/dports/databases/postgresql11-client/postgresql-11.14/src/backend/partitioning/
H A Dpartbounds.c1212 List *elemops = NIL; in make_partition_op_expr() local
1226 elemops = lappend(elemops, elemop); in make_partition_op_expr()
1229 result = nelems > 1 ? makeBoolExpr(OR_EXPR, elemops, -1) : linitial(elemops); in make_partition_op_expr()
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/partitioning/
H A Dpartbounds.c1212 List *elemops = NIL; in make_partition_op_expr() local
1226 elemops = lappend(elemops, elemop); in make_partition_op_expr()
1229 result = nelems > 1 ? makeBoolExpr(OR_EXPR, elemops, -1) : linitial(elemops); in make_partition_op_expr()
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/partitioning/
H A Dpartbounds.c1212 List *elemops = NIL; in make_partition_op_expr() local
1226 elemops = lappend(elemops, elemop); in make_partition_op_expr()
1229 result = nelems > 1 ? makeBoolExpr(OR_EXPR, elemops, -1) : linitial(elemops); in make_partition_op_expr()
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/partitioning/
H A Dpartbounds.c1212 List *elemops = NIL; in make_partition_op_expr() local
1226 elemops = lappend(elemops, elemop); in make_partition_op_expr()
1229 result = nelems > 1 ? makeBoolExpr(OR_EXPR, elemops, -1) : linitial(elemops); in make_partition_op_expr()
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/partitioning/
H A Dpartbounds.c1212 List *elemops = NIL; in make_partition_op_expr() local
1226 elemops = lappend(elemops, elemop); in make_partition_op_expr()
1229 result = nelems > 1 ? makeBoolExpr(OR_EXPR, elemops, -1) : linitial(elemops); in make_partition_op_expr()
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/partitioning/
H A Dpartbounds.c1212 List *elemops = NIL; in make_partition_op_expr() local
1226 elemops = lappend(elemops, elemop); in make_partition_op_expr()
1229 result = nelems > 1 ? makeBoolExpr(OR_EXPR, elemops, -1) : linitial(elemops); in make_partition_op_expr()
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/partitioning/
H A Dpartbounds.c1212 List *elemops = NIL; in make_partition_op_expr() local
1226 elemops = lappend(elemops, elemop); in make_partition_op_expr()
1229 result = nelems > 1 ? makeBoolExpr(OR_EXPR, elemops, -1) : linitial(elemops); in make_partition_op_expr()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/catalog/
H A Dpartition.c1301 List *elemops = NIL; in make_partition_op_expr() local
1315 elemops = lappend(elemops, elemop); in make_partition_op_expr()
1318 result = nelems > 1 ? makeBoolExpr(OR_EXPR, elemops, -1) : linitial(elemops); in make_partition_op_expr()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/catalog/
H A Dpartition.c1301 List *elemops = NIL; in make_partition_op_expr() local
1315 elemops = lappend(elemops, elemop); in make_partition_op_expr()
1318 result = nelems > 1 ? makeBoolExpr(OR_EXPR, elemops, -1) : linitial(elemops); in make_partition_op_expr()
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/catalog/
H A Dpartition.c1301 List *elemops = NIL; in make_partition_op_expr() local
1315 elemops = lappend(elemops, elemop); in make_partition_op_expr()
1318 result = nelems > 1 ? makeBoolExpr(OR_EXPR, elemops, -1) : linitial(elemops); in make_partition_op_expr()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/catalog/
H A Dpartition.c1301 List *elemops = NIL; in make_partition_op_expr() local
1315 elemops = lappend(elemops, elemop); in make_partition_op_expr()
1318 result = nelems > 1 ? makeBoolExpr(OR_EXPR, elemops, -1) : linitial(elemops); in make_partition_op_expr()
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/catalog/
H A Dpartition.c1301 List *elemops = NIL; in make_partition_op_expr() local
1315 elemops = lappend(elemops, elemop); in make_partition_op_expr()
1318 result = nelems > 1 ? makeBoolExpr(OR_EXPR, elemops, -1) : linitial(elemops); in make_partition_op_expr()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/catalog/
H A Dpartition.c1301 List *elemops = NIL; in make_partition_op_expr() local
1315 elemops = lappend(elemops, elemop); in make_partition_op_expr()
1318 result = nelems > 1 ? makeBoolExpr(OR_EXPR, elemops, -1) : linitial(elemops); in make_partition_op_expr()
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/catalog/
H A Dpartition.c1301 List *elemops = NIL; in make_partition_op_expr() local
1315 elemops = lappend(elemops, elemop); in make_partition_op_expr()
1318 result = nelems > 1 ? makeBoolExpr(OR_EXPR, elemops, -1) : linitial(elemops); in make_partition_op_expr()
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/partitioning/
H A Dpartbounds.c1888 List *elemops = NIL; in make_partition_op_expr() local
1902 elemops = lappend(elemops, elemop); in make_partition_op_expr()
1905 result = nelems > 1 ? makeBoolExpr(OR_EXPR, elemops, -1) : linitial(elemops); in make_partition_op_expr()
/dports/databases/postgresql12-contrib/postgresql-12.9/src/backend/partitioning/
H A Dpartbounds.c1888 List *elemops = NIL;
1902 elemops = lappend(elemops, elemop);
1905 result = nelems > 1 ? makeBoolExpr(OR_EXPR, elemops, -1) : linitial(elemops);
/dports/databases/postgresql12-plperl/postgresql-12.9/src/backend/partitioning/
H A Dpartbounds.c1888 List *elemops = NIL; in make_partition_op_expr() local
1902 elemops = lappend(elemops, elemop); in make_partition_op_expr()
1905 result = nelems > 1 ? makeBoolExpr(OR_EXPR, elemops, -1) : linitial(elemops); in make_partition_op_expr()
/dports/databases/postgresql12-pltcl/postgresql-12.9/src/backend/partitioning/
H A Dpartbounds.c1888 List *elemops = NIL;
1902 elemops = lappend(elemops, elemop);
1905 result = nelems > 1 ? makeBoolExpr(OR_EXPR, elemops, -1) : linitial(elemops);
/dports/databases/postgresql12-server/postgresql-12.9/src/backend/partitioning/
H A Dpartbounds.c1888 List *elemops = NIL; in make_partition_op_expr() local
1902 elemops = lappend(elemops, elemop); in make_partition_op_expr()
1905 result = nelems > 1 ? makeBoolExpr(OR_EXPR, elemops, -1) : linitial(elemops); in make_partition_op_expr()
/dports/databases/postgresql12-plpython/postgresql-12.9/src/backend/partitioning/
H A Dpartbounds.c1888 List *elemops = NIL; in make_partition_op_expr() local
1902 elemops = lappend(elemops, elemop); in make_partition_op_expr()
1905 result = nelems > 1 ? makeBoolExpr(OR_EXPR, elemops, -1) : linitial(elemops); in make_partition_op_expr()
/dports/databases/postgresql12-docs/postgresql-12.9/src/backend/partitioning/
H A Dpartbounds.c1888 List *elemops = NIL; in make_partition_op_expr() local
1902 elemops = lappend(elemops, elemop); in make_partition_op_expr()
1905 result = nelems > 1 ? makeBoolExpr(OR_EXPR, elemops, -1) : linitial(elemops); in make_partition_op_expr()
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/partitioning/
H A Dpartbounds.c3838 List *elemops = NIL; in make_partition_op_expr() local
3852 elemops = lappend(elemops, elemop); in make_partition_op_expr()
3855 result = nelems > 1 ? makeBoolExpr(OR_EXPR, elemops, -1) : linitial(elemops); in make_partition_op_expr()
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/partitioning/
H A Dpartbounds.c3838 List *elemops = NIL; in make_partition_op_expr() local
3852 elemops = lappend(elemops, elemop); in make_partition_op_expr()
3855 result = nelems > 1 ? makeBoolExpr(OR_EXPR, elemops, -1) : linitial(elemops); in make_partition_op_expr()
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/partitioning/
H A Dpartbounds.c3838 List *elemops = NIL; in make_partition_op_expr() local
3852 elemops = lappend(elemops, elemop); in make_partition_op_expr()
3855 result = nelems > 1 ? makeBoolExpr(OR_EXPR, elemops, -1) : linitial(elemops); in make_partition_op_expr()
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/partitioning/
H A Dpartbounds.c3838 List *elemops = NIL; in make_partition_op_expr() local
3852 elemops = lappend(elemops, elemop); in make_partition_op_expr()
3855 result = nelems > 1 ? makeBoolExpr(OR_EXPR, elemops, -1) : linitial(elemops); in make_partition_op_expr()

12