Home
last modified time | relevance | path

Searched refs:tuplesortstate (Results 1 – 25 of 130) sorted by relevance

123456

/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/executor/
H A DnodeSort.c43 Tuplesortstate *tuplesortstate; in ExecSort() local
54 tuplesortstate = (Tuplesortstate *) node->tuplesortstate; in ExecSort()
85 tuplesortstate = tuplesort_begin_heap(tupDesc, in ExecSort()
95 node->tuplesortstate = (void *) tuplesortstate; in ExecSort()
108 tuplesort_puttupleslot(tuplesortstate, slot); in ExecSort()
114 tuplesort_performsort(tuplesortstate); in ExecSort()
138 (void) tuplesort_gettupleslot(tuplesortstate, in ExecSort()
177 sortstate->tuplesortstate = NULL; in ExecInitSort()
238 if (node->tuplesortstate != NULL) in ExecEndSort()
240 node->tuplesortstate = NULL; in ExecEndSort()
[all …]
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/executor/
H A DnodeSort.c43 Tuplesortstate *tuplesortstate; in ExecSort() local
54 tuplesortstate = (Tuplesortstate *) node->tuplesortstate; in ExecSort()
85 tuplesortstate = tuplesort_begin_heap(tupDesc, in ExecSort()
95 node->tuplesortstate = (void *) tuplesortstate; in ExecSort()
108 tuplesort_puttupleslot(tuplesortstate, slot); in ExecSort()
114 tuplesort_performsort(tuplesortstate); in ExecSort()
138 (void) tuplesort_gettupleslot(tuplesortstate, in ExecSort()
177 sortstate->tuplesortstate = NULL; in ExecInitSort()
238 if (node->tuplesortstate != NULL) in ExecEndSort()
240 node->tuplesortstate = NULL; in ExecEndSort()
[all …]
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/executor/
H A DnodeSort.c43 Tuplesortstate *tuplesortstate; in ExecSort() local
54 tuplesortstate = (Tuplesortstate *) node->tuplesortstate; in ExecSort()
85 tuplesortstate = tuplesort_begin_heap(tupDesc, in ExecSort()
95 node->tuplesortstate = (void *) tuplesortstate; in ExecSort()
108 tuplesort_puttupleslot(tuplesortstate, slot); in ExecSort()
114 tuplesort_performsort(tuplesortstate); in ExecSort()
138 (void) tuplesort_gettupleslot(tuplesortstate, in ExecSort()
177 sortstate->tuplesortstate = NULL; in ExecInitSort()
238 if (node->tuplesortstate != NULL) in ExecEndSort()
240 node->tuplesortstate = NULL; in ExecEndSort()
[all …]
/dports/databases/postgresql96-client/postgresql-9.6.24/src/backend/executor/
H A DnodeSort.c43 Tuplesortstate *tuplesortstate; in ExecSort() local
54 tuplesortstate = (Tuplesortstate *) node->tuplesortstate; in ExecSort()
85 tuplesortstate = tuplesort_begin_heap(tupDesc, in ExecSort()
95 node->tuplesortstate = (void *) tuplesortstate; in ExecSort()
108 tuplesort_puttupleslot(tuplesortstate, slot); in ExecSort()
114 tuplesort_performsort(tuplesortstate); in ExecSort()
138 (void) tuplesort_gettupleslot(tuplesortstate, in ExecSort()
177 sortstate->tuplesortstate = NULL; in ExecInitSort()
238 if (node->tuplesortstate != NULL) in ExecEndSort()
240 node->tuplesortstate = NULL; in ExecEndSort()
[all …]
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/backend/executor/
H A DnodeSort.c43 Tuplesortstate *tuplesortstate; in ExecSort() local
54 tuplesortstate = (Tuplesortstate *) node->tuplesortstate; in ExecSort()
85 tuplesortstate = tuplesort_begin_heap(tupDesc, in ExecSort()
95 node->tuplesortstate = (void *) tuplesortstate; in ExecSort()
108 tuplesort_puttupleslot(tuplesortstate, slot); in ExecSort()
114 tuplesort_performsort(tuplesortstate); in ExecSort()
138 (void) tuplesort_gettupleslot(tuplesortstate, in ExecSort()
177 sortstate->tuplesortstate = NULL; in ExecInitSort()
238 if (node->tuplesortstate != NULL) in ExecEndSort()
240 node->tuplesortstate = NULL; in ExecEndSort()
[all …]
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/backend/executor/
H A DnodeSort.c43 Tuplesortstate *tuplesortstate; in ExecSort() local
54 tuplesortstate = (Tuplesortstate *) node->tuplesortstate; in ExecSort()
85 tuplesortstate = tuplesort_begin_heap(tupDesc, in ExecSort()
95 node->tuplesortstate = (void *) tuplesortstate; in ExecSort()
108 tuplesort_puttupleslot(tuplesortstate, slot); in ExecSort()
114 tuplesort_performsort(tuplesortstate); in ExecSort()
138 (void) tuplesort_gettupleslot(tuplesortstate, in ExecSort()
177 sortstate->tuplesortstate = NULL; in ExecInitSort()
238 if (node->tuplesortstate != NULL) in ExecEndSort()
240 node->tuplesortstate = NULL; in ExecEndSort()
[all …]
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/backend/executor/
H A DnodeSort.c43 Tuplesortstate *tuplesortstate; in ExecSort() local
54 tuplesortstate = (Tuplesortstate *) node->tuplesortstate; in ExecSort()
85 tuplesortstate = tuplesort_begin_heap(tupDesc, in ExecSort()
95 node->tuplesortstate = (void *) tuplesortstate; in ExecSort()
108 tuplesort_puttupleslot(tuplesortstate, slot); in ExecSort()
114 tuplesort_performsort(tuplesortstate); in ExecSort()
138 (void) tuplesort_gettupleslot(tuplesortstate, in ExecSort()
177 sortstate->tuplesortstate = NULL; in ExecInitSort()
238 if (node->tuplesortstate != NULL) in ExecEndSort()
240 node->tuplesortstate = NULL; in ExecEndSort()
[all …]
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/executor/
H A DnodeSort.c44 Tuplesortstate *tuplesortstate; in ExecSort() local
57 tuplesortstate = (Tuplesortstate *) node->tuplesortstate; in ExecSort()
88 tuplesortstate = tuplesort_begin_heap(tupDesc, in ExecSort()
98 node->tuplesortstate = (void *) tuplesortstate; in ExecSort()
111 tuplesort_puttupleslot(tuplesortstate, slot); in ExecSort()
117 tuplesort_performsort(tuplesortstate); in ExecSort()
142 (void) tuplesort_gettupleslot(tuplesortstate, in ExecSort()
182 sortstate->tuplesortstate = NULL; in ExecInitSort()
243 if (node->tuplesortstate != NULL) in ExecEndSort()
245 node->tuplesortstate = NULL; in ExecEndSort()
[all …]
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/executor/
H A DnodeSort.c44 Tuplesortstate *tuplesortstate; in ExecSort() local
57 tuplesortstate = (Tuplesortstate *) node->tuplesortstate; in ExecSort()
88 tuplesortstate = tuplesort_begin_heap(tupDesc, in ExecSort()
98 node->tuplesortstate = (void *) tuplesortstate; in ExecSort()
111 tuplesort_puttupleslot(tuplesortstate, slot); in ExecSort()
117 tuplesort_performsort(tuplesortstate); in ExecSort()
142 (void) tuplesort_gettupleslot(tuplesortstate, in ExecSort()
182 sortstate->tuplesortstate = NULL; in ExecInitSort()
243 if (node->tuplesortstate != NULL) in ExecEndSort()
245 node->tuplesortstate = NULL; in ExecEndSort()
[all …]
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/executor/
H A DnodeSort.c44 Tuplesortstate *tuplesortstate; in ExecSort() local
57 tuplesortstate = (Tuplesortstate *) node->tuplesortstate; in ExecSort()
88 tuplesortstate = tuplesort_begin_heap(tupDesc, in ExecSort()
98 node->tuplesortstate = (void *) tuplesortstate; in ExecSort()
111 tuplesort_puttupleslot(tuplesortstate, slot); in ExecSort()
117 tuplesort_performsort(tuplesortstate); in ExecSort()
142 (void) tuplesort_gettupleslot(tuplesortstate, in ExecSort()
182 sortstate->tuplesortstate = NULL; in ExecInitSort()
243 if (node->tuplesortstate != NULL) in ExecEndSort()
245 node->tuplesortstate = NULL; in ExecEndSort()
[all …]
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/executor/
H A DnodeSort.c44 Tuplesortstate *tuplesortstate; in ExecSort() local
57 tuplesortstate = (Tuplesortstate *) node->tuplesortstate; in ExecSort()
88 tuplesortstate = tuplesort_begin_heap(tupDesc, in ExecSort()
98 node->tuplesortstate = (void *) tuplesortstate; in ExecSort()
111 tuplesort_puttupleslot(tuplesortstate, slot); in ExecSort()
117 tuplesort_performsort(tuplesortstate); in ExecSort()
142 (void) tuplesort_gettupleslot(tuplesortstate, in ExecSort()
182 sortstate->tuplesortstate = NULL; in ExecInitSort()
243 if (node->tuplesortstate != NULL) in ExecEndSort()
245 node->tuplesortstate = NULL; in ExecEndSort()
[all …]
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/executor/
H A DnodeSort.c44 Tuplesortstate *tuplesortstate; in ExecSort() local
57 tuplesortstate = (Tuplesortstate *) node->tuplesortstate; in ExecSort()
88 tuplesortstate = tuplesort_begin_heap(tupDesc, in ExecSort()
98 node->tuplesortstate = (void *) tuplesortstate; in ExecSort()
111 tuplesort_puttupleslot(tuplesortstate, slot); in ExecSort()
117 tuplesort_performsort(tuplesortstate); in ExecSort()
142 (void) tuplesort_gettupleslot(tuplesortstate, in ExecSort()
182 sortstate->tuplesortstate = NULL; in ExecInitSort()
243 if (node->tuplesortstate != NULL) in ExecEndSort()
245 node->tuplesortstate = NULL; in ExecEndSort()
[all …]
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/executor/
H A DnodeSort.c44 Tuplesortstate *tuplesortstate; in ExecSort() local
57 tuplesortstate = (Tuplesortstate *) node->tuplesortstate; in ExecSort()
88 tuplesortstate = tuplesort_begin_heap(tupDesc, in ExecSort()
98 node->tuplesortstate = (void *) tuplesortstate; in ExecSort()
111 tuplesort_puttupleslot(tuplesortstate, slot); in ExecSort()
117 tuplesort_performsort(tuplesortstate); in ExecSort()
142 (void) tuplesort_gettupleslot(tuplesortstate, in ExecSort()
182 sortstate->tuplesortstate = NULL; in ExecInitSort()
243 if (node->tuplesortstate != NULL) in ExecEndSort()
245 node->tuplesortstate = NULL; in ExecEndSort()
[all …]
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/executor/
H A DnodeSort.c44 Tuplesortstate *tuplesortstate; in ExecSort() local
57 tuplesortstate = (Tuplesortstate *) node->tuplesortstate; in ExecSort()
88 tuplesortstate = tuplesort_begin_heap(tupDesc, in ExecSort()
98 node->tuplesortstate = (void *) tuplesortstate; in ExecSort()
111 tuplesort_puttupleslot(tuplesortstate, slot); in ExecSort()
117 tuplesort_performsort(tuplesortstate); in ExecSort()
142 (void) tuplesort_gettupleslot(tuplesortstate, in ExecSort()
182 sortstate->tuplesortstate = NULL; in ExecInitSort()
243 if (node->tuplesortstate != NULL) in ExecEndSort()
245 node->tuplesortstate = NULL; in ExecEndSort()
[all …]
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/executor/
H A DnodeSort.c45 Tuplesortstate *tuplesortstate; in ExecSort() local
58 tuplesortstate = (Tuplesortstate *) node->tuplesortstate; in ExecSort()
89 tuplesortstate = tuplesort_begin_heap(tupDesc, in ExecSort()
99 node->tuplesortstate = (void *) tuplesortstate; in ExecSort()
118 tuplesort_performsort(tuplesortstate); in ExecSort()
138 tuplesort_get_stats(tuplesortstate, si); in ExecSort()
152 (void) tuplesort_gettupleslot(tuplesortstate, in ExecSort()
192 sortstate->tuplesortstate = NULL; in ExecInitSort()
249 if (node->tuplesortstate != NULL) in ExecEndSort()
251 node->tuplesortstate = NULL; in ExecEndSort()
[all …]
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/executor/
H A DnodeSort.c45 Tuplesortstate *tuplesortstate; in ExecSort() local
58 tuplesortstate = (Tuplesortstate *) node->tuplesortstate; in ExecSort()
89 tuplesortstate = tuplesort_begin_heap(tupDesc, in ExecSort()
99 node->tuplesortstate = (void *) tuplesortstate; in ExecSort()
118 tuplesort_performsort(tuplesortstate); in ExecSort()
138 tuplesort_get_stats(tuplesortstate, si); in ExecSort()
152 (void) tuplesort_gettupleslot(tuplesortstate, in ExecSort()
192 sortstate->tuplesortstate = NULL; in ExecInitSort()
249 if (node->tuplesortstate != NULL) in ExecEndSort()
251 node->tuplesortstate = NULL; in ExecEndSort()
[all …]
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/executor/
H A DnodeSort.c45 Tuplesortstate *tuplesortstate; in ExecSort() local
58 tuplesortstate = (Tuplesortstate *) node->tuplesortstate; in ExecSort()
89 tuplesortstate = tuplesort_begin_heap(tupDesc, in ExecSort()
99 node->tuplesortstate = (void *) tuplesortstate; in ExecSort()
118 tuplesort_performsort(tuplesortstate); in ExecSort()
138 tuplesort_get_stats(tuplesortstate, si); in ExecSort()
152 (void) tuplesort_gettupleslot(tuplesortstate, in ExecSort()
192 sortstate->tuplesortstate = NULL; in ExecInitSort()
249 if (node->tuplesortstate != NULL) in ExecEndSort()
251 node->tuplesortstate = NULL; in ExecEndSort()
[all …]
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/executor/
H A DnodeSort.c45 Tuplesortstate *tuplesortstate; in ExecSort() local
58 tuplesortstate = (Tuplesortstate *) node->tuplesortstate; in ExecSort()
89 tuplesortstate = tuplesort_begin_heap(tupDesc, in ExecSort()
99 node->tuplesortstate = (void *) tuplesortstate; in ExecSort()
118 tuplesort_performsort(tuplesortstate); in ExecSort()
138 tuplesort_get_stats(tuplesortstate, si); in ExecSort()
152 (void) tuplesort_gettupleslot(tuplesortstate, in ExecSort()
192 sortstate->tuplesortstate = NULL; in ExecInitSort()
249 if (node->tuplesortstate != NULL) in ExecEndSort()
251 node->tuplesortstate = NULL; in ExecEndSort()
[all …]
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/executor/
H A DnodeSort.c45 Tuplesortstate *tuplesortstate; in ExecSort() local
58 tuplesortstate = (Tuplesortstate *) node->tuplesortstate; in ExecSort()
89 tuplesortstate = tuplesort_begin_heap(tupDesc, in ExecSort()
99 node->tuplesortstate = (void *) tuplesortstate; in ExecSort()
118 tuplesort_performsort(tuplesortstate); in ExecSort()
138 tuplesort_get_stats(tuplesortstate, si); in ExecSort()
152 (void) tuplesort_gettupleslot(tuplesortstate, in ExecSort()
192 sortstate->tuplesortstate = NULL; in ExecInitSort()
249 if (node->tuplesortstate != NULL) in ExecEndSort()
251 node->tuplesortstate = NULL; in ExecEndSort()
[all …]
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/executor/
H A DnodeSort.c45 Tuplesortstate *tuplesortstate; in ExecSort() local
58 tuplesortstate = (Tuplesortstate *) node->tuplesortstate; in ExecSort()
89 tuplesortstate = tuplesort_begin_heap(tupDesc, in ExecSort()
99 node->tuplesortstate = (void *) tuplesortstate; in ExecSort()
118 tuplesort_performsort(tuplesortstate); in ExecSort()
138 tuplesort_get_stats(tuplesortstate, si); in ExecSort()
152 (void) tuplesort_gettupleslot(tuplesortstate, in ExecSort()
192 sortstate->tuplesortstate = NULL; in ExecInitSort()
249 if (node->tuplesortstate != NULL) in ExecEndSort()
251 node->tuplesortstate = NULL; in ExecEndSort()
[all …]
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/executor/
H A DnodeSort.c45 Tuplesortstate *tuplesortstate; in ExecSort() local
58 tuplesortstate = (Tuplesortstate *) node->tuplesortstate; in ExecSort()
89 tuplesortstate = tuplesort_begin_heap(tupDesc, in ExecSort()
99 node->tuplesortstate = (void *) tuplesortstate; in ExecSort()
118 tuplesort_performsort(tuplesortstate); in ExecSort()
138 tuplesort_get_stats(tuplesortstate, si); in ExecSort()
152 (void) tuplesort_gettupleslot(tuplesortstate, in ExecSort()
192 sortstate->tuplesortstate = NULL; in ExecInitSort()
249 if (node->tuplesortstate != NULL) in ExecEndSort()
251 node->tuplesortstate = NULL; in ExecEndSort()
[all …]
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/executor/
H A DnodeSort.c45 Tuplesortstate *tuplesortstate; in ExecSort() local
58 tuplesortstate = (Tuplesortstate *) node->tuplesortstate; in ExecSort()
89 tuplesortstate = tuplesort_begin_heap(tupDesc, in ExecSort()
100 node->tuplesortstate = (void *) tuplesortstate; in ExecSort()
119 tuplesort_performsort(tuplesortstate); in ExecSort()
139 tuplesort_get_stats(tuplesortstate, si); in ExecSort()
153 (void) tuplesort_gettupleslot(tuplesortstate, in ExecSort()
193 sortstate->tuplesortstate = NULL; in ExecInitSort()
250 if (node->tuplesortstate != NULL) in ExecEndSort()
252 node->tuplesortstate = NULL; in ExecEndSort()
[all …]
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/executor/
H A DnodeSort.c45 Tuplesortstate *tuplesortstate; in ExecSort() local
58 tuplesortstate = (Tuplesortstate *) node->tuplesortstate; in ExecSort()
89 tuplesortstate = tuplesort_begin_heap(tupDesc, in ExecSort()
100 node->tuplesortstate = (void *) tuplesortstate; in ExecSort()
119 tuplesort_performsort(tuplesortstate); in ExecSort()
139 tuplesort_get_stats(tuplesortstate, si); in ExecSort()
153 (void) tuplesort_gettupleslot(tuplesortstate, in ExecSort()
193 sortstate->tuplesortstate = NULL; in ExecInitSort()
250 if (node->tuplesortstate != NULL) in ExecEndSort()
252 node->tuplesortstate = NULL; in ExecEndSort()
[all …]
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/executor/
H A DnodeSort.c45 Tuplesortstate *tuplesortstate; in ExecSort() local
58 tuplesortstate = (Tuplesortstate *) node->tuplesortstate; in ExecSort()
89 tuplesortstate = tuplesort_begin_heap(tupDesc, in ExecSort()
100 node->tuplesortstate = (void *) tuplesortstate; in ExecSort()
119 tuplesort_performsort(tuplesortstate); in ExecSort()
139 tuplesort_get_stats(tuplesortstate, si); in ExecSort()
153 (void) tuplesort_gettupleslot(tuplesortstate, in ExecSort()
193 sortstate->tuplesortstate = NULL; in ExecInitSort()
250 if (node->tuplesortstate != NULL) in ExecEndSort()
252 node->tuplesortstate = NULL; in ExecEndSort()
[all …]
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/executor/
H A DnodeSort.c45 Tuplesortstate *tuplesortstate; in ExecSort() local
58 tuplesortstate = (Tuplesortstate *) node->tuplesortstate; in ExecSort()
89 tuplesortstate = tuplesort_begin_heap(tupDesc, in ExecSort()
100 node->tuplesortstate = (void *) tuplesortstate; in ExecSort()
119 tuplesort_performsort(tuplesortstate); in ExecSort()
139 tuplesort_get_stats(tuplesortstate, si); in ExecSort()
153 (void) tuplesort_gettupleslot(tuplesortstate, in ExecSort()
193 sortstate->tuplesortstate = NULL; in ExecInitSort()
250 if (node->tuplesortstate != NULL) in ExecEndSort()
252 node->tuplesortstate = NULL; in ExecEndSort()
[all …]

123456