Home
last modified time | relevance | path

Searched refs:nextplan (Results 1 – 25 of 33) sorted by relevance

12

/dports/databases/postgresql11-client/postgresql-11.14/src/backend/executor/
H A DnodeAppend.c473 int nextplan; in choose_next_subplan_locally() local
502 if (nextplan < 0) in choose_next_subplan_locally()
505 node->as_whichplan = nextplan; in choose_next_subplan_locally()
641 int nextplan; in choose_next_subplan_for_worker() local
643 nextplan = bms_next_member(node->as_valid_subplans, in choose_next_subplan_for_worker()
645 if (nextplan >= 0) in choose_next_subplan_for_worker()
648 pstate->pa_next_plan = nextplan; in choose_next_subplan_for_worker()
656 nextplan = bms_next_member(node->as_valid_subplans, in choose_next_subplan_for_worker()
659 nextplan < 0 ? node->as_whichplan : nextplan; in choose_next_subplan_for_worker()
693 if (nextplan >= 0) in choose_next_subplan_for_worker()
[all …]
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/executor/
H A DnodeAppend.c473 int nextplan; in choose_next_subplan_locally() local
502 if (nextplan < 0) in choose_next_subplan_locally()
505 node->as_whichplan = nextplan; in choose_next_subplan_locally()
641 int nextplan; in choose_next_subplan_for_worker() local
643 nextplan = bms_next_member(node->as_valid_subplans, in choose_next_subplan_for_worker()
645 if (nextplan >= 0) in choose_next_subplan_for_worker()
648 pstate->pa_next_plan = nextplan; in choose_next_subplan_for_worker()
656 nextplan = bms_next_member(node->as_valid_subplans, in choose_next_subplan_for_worker()
659 nextplan < 0 ? node->as_whichplan : nextplan; in choose_next_subplan_for_worker()
693 if (nextplan >= 0) in choose_next_subplan_for_worker()
[all …]
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/executor/
H A DnodeAppend.c473 int nextplan; in choose_next_subplan_locally() local
502 if (nextplan < 0) in choose_next_subplan_locally()
505 node->as_whichplan = nextplan; in choose_next_subplan_locally()
641 int nextplan; in choose_next_subplan_for_worker() local
643 nextplan = bms_next_member(node->as_valid_subplans, in choose_next_subplan_for_worker()
645 if (nextplan >= 0) in choose_next_subplan_for_worker()
648 pstate->pa_next_plan = nextplan; in choose_next_subplan_for_worker()
656 nextplan = bms_next_member(node->as_valid_subplans, in choose_next_subplan_for_worker()
659 nextplan < 0 ? node->as_whichplan : nextplan; in choose_next_subplan_for_worker()
693 if (nextplan >= 0) in choose_next_subplan_for_worker()
[all …]
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/executor/
H A DnodeAppend.c473 int nextplan; in choose_next_subplan_locally() local
502 if (nextplan < 0) in choose_next_subplan_locally()
505 node->as_whichplan = nextplan; in choose_next_subplan_locally()
641 int nextplan; in choose_next_subplan_for_worker() local
643 nextplan = bms_next_member(node->as_valid_subplans, in choose_next_subplan_for_worker()
645 if (nextplan >= 0) in choose_next_subplan_for_worker()
648 pstate->pa_next_plan = nextplan; in choose_next_subplan_for_worker()
656 nextplan = bms_next_member(node->as_valid_subplans, in choose_next_subplan_for_worker()
659 nextplan < 0 ? node->as_whichplan : nextplan; in choose_next_subplan_for_worker()
693 if (nextplan >= 0) in choose_next_subplan_for_worker()
[all …]
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/executor/
H A DnodeAppend.c473 int nextplan; in choose_next_subplan_locally() local
502 if (nextplan < 0) in choose_next_subplan_locally()
505 node->as_whichplan = nextplan; in choose_next_subplan_locally()
641 int nextplan; in choose_next_subplan_for_worker() local
643 nextplan = bms_next_member(node->as_valid_subplans, in choose_next_subplan_for_worker()
645 if (nextplan >= 0) in choose_next_subplan_for_worker()
648 pstate->pa_next_plan = nextplan; in choose_next_subplan_for_worker()
656 nextplan = bms_next_member(node->as_valid_subplans, in choose_next_subplan_for_worker()
659 nextplan < 0 ? node->as_whichplan : nextplan; in choose_next_subplan_for_worker()
693 if (nextplan >= 0) in choose_next_subplan_for_worker()
[all …]
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/executor/
H A DnodeAppend.c473 int nextplan;
502 if (nextplan < 0)
505 node->as_whichplan = nextplan;
641 int nextplan;
643 nextplan = bms_next_member(node->as_valid_subplans,
645 if (nextplan >= 0)
648 pstate->pa_next_plan = nextplan;
656 nextplan = bms_next_member(node->as_valid_subplans,
659 nextplan < 0 ? node->as_whichplan : nextplan;
693 if (nextplan >= 0)
[all …]
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/executor/
H A DnodeAppend.c465 int nextplan; in choose_next_subplan_locally() local
494 if (nextplan < 0) in choose_next_subplan_locally()
497 node->as_whichplan = nextplan; in choose_next_subplan_locally()
633 int nextplan; in choose_next_subplan_for_worker() local
635 nextplan = bms_next_member(node->as_valid_subplans, in choose_next_subplan_for_worker()
637 if (nextplan >= 0) in choose_next_subplan_for_worker()
640 pstate->pa_next_plan = nextplan; in choose_next_subplan_for_worker()
648 nextplan = bms_next_member(node->as_valid_subplans, in choose_next_subplan_for_worker()
651 nextplan < 0 ? node->as_whichplan : nextplan; in choose_next_subplan_for_worker()
685 if (nextplan >= 0) in choose_next_subplan_for_worker()
[all …]
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/executor/
H A DnodeAppend.c473 int nextplan; in choose_next_subplan_locally() local
502 if (nextplan < 0) in choose_next_subplan_locally()
505 node->as_whichplan = nextplan; in choose_next_subplan_locally()
641 int nextplan; in choose_next_subplan_for_worker() local
643 nextplan = bms_next_member(node->as_valid_subplans, in choose_next_subplan_for_worker()
645 if (nextplan >= 0) in choose_next_subplan_for_worker()
648 pstate->pa_next_plan = nextplan; in choose_next_subplan_for_worker()
656 nextplan = bms_next_member(node->as_valid_subplans, in choose_next_subplan_for_worker()
659 nextplan < 0 ? node->as_whichplan : nextplan; in choose_next_subplan_for_worker()
693 if (nextplan >= 0) in choose_next_subplan_for_worker()
[all …]
/dports/databases/postgresql13-docs/postgresql-13.5/src/backend/executor/
H A DnodeAppend.c440 int nextplan; in choose_next_subplan_locally() local
469 if (nextplan < 0) in choose_next_subplan_locally()
472 node->as_whichplan = nextplan; in choose_next_subplan_locally()
608 int nextplan; in choose_next_subplan_for_worker() local
610 nextplan = bms_next_member(node->as_valid_subplans, in choose_next_subplan_for_worker()
612 if (nextplan >= 0) in choose_next_subplan_for_worker()
615 pstate->pa_next_plan = nextplan; in choose_next_subplan_for_worker()
623 nextplan = bms_next_member(node->as_valid_subplans, in choose_next_subplan_for_worker()
626 nextplan < 0 ? node->as_whichplan : nextplan; in choose_next_subplan_for_worker()
660 if (nextplan >= 0) in choose_next_subplan_for_worker()
[all …]
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/backend/executor/
H A DnodeAppend.c440 int nextplan; in choose_next_subplan_locally() local
469 if (nextplan < 0) in choose_next_subplan_locally()
472 node->as_whichplan = nextplan; in choose_next_subplan_locally()
608 int nextplan; in choose_next_subplan_for_worker() local
610 nextplan = bms_next_member(node->as_valid_subplans, in choose_next_subplan_for_worker()
612 if (nextplan >= 0) in choose_next_subplan_for_worker()
615 pstate->pa_next_plan = nextplan; in choose_next_subplan_for_worker()
623 nextplan = bms_next_member(node->as_valid_subplans, in choose_next_subplan_for_worker()
626 nextplan < 0 ? node->as_whichplan : nextplan; in choose_next_subplan_for_worker()
660 if (nextplan >= 0) in choose_next_subplan_for_worker()
[all …]
/dports/databases/postgresql13-server/postgresql-13.5/src/backend/executor/
H A DnodeAppend.c440 int nextplan; in choose_next_subplan_locally() local
469 if (nextplan < 0) in choose_next_subplan_locally()
472 node->as_whichplan = nextplan; in choose_next_subplan_locally()
608 int nextplan; in choose_next_subplan_for_worker() local
610 nextplan = bms_next_member(node->as_valid_subplans, in choose_next_subplan_for_worker()
612 if (nextplan >= 0) in choose_next_subplan_for_worker()
615 pstate->pa_next_plan = nextplan; in choose_next_subplan_for_worker()
623 nextplan = bms_next_member(node->as_valid_subplans, in choose_next_subplan_for_worker()
626 nextplan < 0 ? node->as_whichplan : nextplan; in choose_next_subplan_for_worker()
660 if (nextplan >= 0) in choose_next_subplan_for_worker()
[all …]
/dports/databases/postgresql12-contrib/postgresql-12.9/src/backend/executor/
H A DnodeAppend.c465 int nextplan; in choose_next_subplan_locally() local
494 if (nextplan < 0) in choose_next_subplan_locally()
497 node->as_whichplan = nextplan; in choose_next_subplan_locally()
633 int nextplan; in choose_next_subplan_for_worker() local
635 nextplan = bms_next_member(node->as_valid_subplans, in choose_next_subplan_for_worker()
637 if (nextplan >= 0) in choose_next_subplan_for_worker()
640 pstate->pa_next_plan = nextplan; in choose_next_subplan_for_worker()
648 nextplan = bms_next_member(node->as_valid_subplans, in choose_next_subplan_for_worker()
651 nextplan < 0 ? node->as_whichplan : nextplan; in choose_next_subplan_for_worker()
685 if (nextplan >= 0) in choose_next_subplan_for_worker()
[all …]
/dports/databases/postgresql12-plperl/postgresql-12.9/src/backend/executor/
H A DnodeAppend.c465 int nextplan; in choose_next_subplan_locally() local
494 if (nextplan < 0) in choose_next_subplan_locally()
497 node->as_whichplan = nextplan; in choose_next_subplan_locally()
633 int nextplan; in choose_next_subplan_for_worker() local
635 nextplan = bms_next_member(node->as_valid_subplans, in choose_next_subplan_for_worker()
637 if (nextplan >= 0) in choose_next_subplan_for_worker()
640 pstate->pa_next_plan = nextplan; in choose_next_subplan_for_worker()
648 nextplan = bms_next_member(node->as_valid_subplans, in choose_next_subplan_for_worker()
651 nextplan < 0 ? node->as_whichplan : nextplan; in choose_next_subplan_for_worker()
685 if (nextplan >= 0) in choose_next_subplan_for_worker()
[all …]
/dports/databases/postgresql13-contrib/postgresql-13.5/src/backend/executor/
H A DnodeAppend.c440 int nextplan; in choose_next_subplan_locally() local
469 if (nextplan < 0) in choose_next_subplan_locally()
472 node->as_whichplan = nextplan; in choose_next_subplan_locally()
608 int nextplan; in choose_next_subplan_for_worker() local
610 nextplan = bms_next_member(node->as_valid_subplans, in choose_next_subplan_for_worker()
612 if (nextplan >= 0) in choose_next_subplan_for_worker()
615 pstate->pa_next_plan = nextplan; in choose_next_subplan_for_worker()
623 nextplan = bms_next_member(node->as_valid_subplans, in choose_next_subplan_for_worker()
626 nextplan < 0 ? node->as_whichplan : nextplan; in choose_next_subplan_for_worker()
660 if (nextplan >= 0) in choose_next_subplan_for_worker()
[all …]
/dports/databases/postgresql12-server/postgresql-12.9/src/backend/executor/
H A DnodeAppend.c465 int nextplan; in choose_next_subplan_locally() local
494 if (nextplan < 0) in choose_next_subplan_locally()
497 node->as_whichplan = nextplan; in choose_next_subplan_locally()
633 int nextplan; in choose_next_subplan_for_worker() local
635 nextplan = bms_next_member(node->as_valid_subplans, in choose_next_subplan_for_worker()
637 if (nextplan >= 0) in choose_next_subplan_for_worker()
640 pstate->pa_next_plan = nextplan; in choose_next_subplan_for_worker()
648 nextplan = bms_next_member(node->as_valid_subplans, in choose_next_subplan_for_worker()
651 nextplan < 0 ? node->as_whichplan : nextplan; in choose_next_subplan_for_worker()
685 if (nextplan >= 0) in choose_next_subplan_for_worker()
[all …]
/dports/databases/postgresql13-client/postgresql-13.5/src/backend/executor/
H A DnodeAppend.c440 int nextplan; in choose_next_subplan_locally() local
469 if (nextplan < 0) in choose_next_subplan_locally()
472 node->as_whichplan = nextplan; in choose_next_subplan_locally()
608 int nextplan; in choose_next_subplan_for_worker() local
610 nextplan = bms_next_member(node->as_valid_subplans, in choose_next_subplan_for_worker()
612 if (nextplan >= 0) in choose_next_subplan_for_worker()
615 pstate->pa_next_plan = nextplan; in choose_next_subplan_for_worker()
623 nextplan = bms_next_member(node->as_valid_subplans, in choose_next_subplan_for_worker()
626 nextplan < 0 ? node->as_whichplan : nextplan; in choose_next_subplan_for_worker()
660 if (nextplan >= 0) in choose_next_subplan_for_worker()
[all …]
/dports/databases/postgresql12-plpython/postgresql-12.9/src/backend/executor/
H A DnodeAppend.c465 int nextplan;
494 if (nextplan < 0)
497 node->as_whichplan = nextplan;
633 int nextplan;
635 nextplan = bms_next_member(node->as_valid_subplans,
637 if (nextplan >= 0)
640 pstate->pa_next_plan = nextplan;
648 nextplan = bms_next_member(node->as_valid_subplans,
651 nextplan < 0 ? node->as_whichplan : nextplan;
685 if (nextplan >= 0)
[all …]
/dports/databases/postgresql12-docs/postgresql-12.9/src/backend/executor/
H A DnodeAppend.c465 int nextplan; in choose_next_subplan_locally() local
494 if (nextplan < 0) in choose_next_subplan_locally()
497 node->as_whichplan = nextplan; in choose_next_subplan_locally()
633 int nextplan; in choose_next_subplan_for_worker() local
635 nextplan = bms_next_member(node->as_valid_subplans, in choose_next_subplan_for_worker()
637 if (nextplan >= 0) in choose_next_subplan_for_worker()
640 pstate->pa_next_plan = nextplan; in choose_next_subplan_for_worker()
648 nextplan = bms_next_member(node->as_valid_subplans, in choose_next_subplan_for_worker()
651 nextplan < 0 ? node->as_whichplan : nextplan; in choose_next_subplan_for_worker()
685 if (nextplan >= 0) in choose_next_subplan_for_worker()
[all …]
/dports/databases/postgresql12-pltcl/postgresql-12.9/src/backend/executor/
H A DnodeAppend.c465 int nextplan;
494 if (nextplan < 0)
497 node->as_whichplan = nextplan;
633 int nextplan;
635 nextplan = bms_next_member(node->as_valid_subplans,
637 if (nextplan >= 0)
640 pstate->pa_next_plan = nextplan;
648 nextplan = bms_next_member(node->as_valid_subplans,
651 nextplan < 0 ? node->as_whichplan : nextplan;
685 if (nextplan >= 0)
[all …]
/dports/databases/postgresql13-plpython/postgresql-13.5/src/backend/executor/
H A DnodeAppend.c440 int nextplan; in choose_next_subplan_locally() local
469 if (nextplan < 0) in choose_next_subplan_locally()
472 node->as_whichplan = nextplan; in choose_next_subplan_locally()
608 int nextplan; in choose_next_subplan_for_worker() local
610 nextplan = bms_next_member(node->as_valid_subplans, in choose_next_subplan_for_worker()
612 if (nextplan >= 0) in choose_next_subplan_for_worker()
615 pstate->pa_next_plan = nextplan; in choose_next_subplan_for_worker()
623 nextplan = bms_next_member(node->as_valid_subplans, in choose_next_subplan_for_worker()
626 nextplan < 0 ? node->as_whichplan : nextplan; in choose_next_subplan_for_worker()
660 if (nextplan >= 0) in choose_next_subplan_for_worker()
[all …]
/dports/databases/postgresql13-plperl/postgresql-13.5/src/backend/executor/
H A DnodeAppend.c440 int nextplan;
469 if (nextplan < 0)
472 node->as_whichplan = nextplan;
608 int nextplan;
610 nextplan = bms_next_member(node->as_valid_subplans,
612 if (nextplan >= 0)
615 pstate->pa_next_plan = nextplan;
623 nextplan = bms_next_member(node->as_valid_subplans,
626 nextplan < 0 ? node->as_whichplan : nextplan;
660 if (nextplan >= 0)
[all …]
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/executor/
H A DnodeAppend.c568 int nextplan; in choose_next_subplan_locally() local
606 if (nextplan < 0) in choose_next_subplan_locally()
614 node->as_whichplan = nextplan; in choose_next_subplan_locally()
750 int nextplan; in choose_next_subplan_for_worker() local
752 nextplan = bms_next_member(node->as_valid_subplans, in choose_next_subplan_for_worker()
754 if (nextplan >= 0) in choose_next_subplan_for_worker()
757 pstate->pa_next_plan = nextplan; in choose_next_subplan_for_worker()
765 nextplan = bms_next_member(node->as_valid_subplans, in choose_next_subplan_for_worker()
768 nextplan < 0 ? node->as_whichplan : nextplan; in choose_next_subplan_for_worker()
802 if (nextplan >= 0) in choose_next_subplan_for_worker()
[all …]
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/executor/
H A DnodeAppend.c568 int nextplan; in choose_next_subplan_locally() local
606 if (nextplan < 0) in choose_next_subplan_locally()
614 node->as_whichplan = nextplan; in choose_next_subplan_locally()
750 int nextplan; in choose_next_subplan_for_worker() local
752 nextplan = bms_next_member(node->as_valid_subplans, in choose_next_subplan_for_worker()
754 if (nextplan >= 0) in choose_next_subplan_for_worker()
757 pstate->pa_next_plan = nextplan; in choose_next_subplan_for_worker()
765 nextplan = bms_next_member(node->as_valid_subplans, in choose_next_subplan_for_worker()
768 nextplan < 0 ? node->as_whichplan : nextplan; in choose_next_subplan_for_worker()
802 if (nextplan >= 0) in choose_next_subplan_for_worker()
[all …]
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/executor/
H A DnodeAppend.c568 int nextplan;
606 if (nextplan < 0)
614 node->as_whichplan = nextplan;
750 int nextplan;
752 nextplan = bms_next_member(node->as_valid_subplans,
754 if (nextplan >= 0)
757 pstate->pa_next_plan = nextplan;
765 nextplan = bms_next_member(node->as_valid_subplans,
768 nextplan < 0 ? node->as_whichplan : nextplan;
802 if (nextplan >= 0)
[all …]
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/executor/
H A DnodeAppend.c568 int nextplan; in choose_next_subplan_locally() local
606 if (nextplan < 0) in choose_next_subplan_locally()
614 node->as_whichplan = nextplan; in choose_next_subplan_locally()
750 int nextplan; in choose_next_subplan_for_worker() local
752 nextplan = bms_next_member(node->as_valid_subplans, in choose_next_subplan_for_worker()
754 if (nextplan >= 0) in choose_next_subplan_for_worker()
757 pstate->pa_next_plan = nextplan; in choose_next_subplan_for_worker()
765 nextplan = bms_next_member(node->as_valid_subplans, in choose_next_subplan_for_worker()
768 nextplan < 0 ? node->as_whichplan : nextplan; in choose_next_subplan_for_worker()
802 if (nextplan >= 0) in choose_next_subplan_for_worker()
[all …]

12