Home
last modified time | relevance | path

Searched refs:btspool2 (Results 26 – 42 of 42) sorted by relevance

12

/dports/databases/postgresql13-contrib/postgresql-13.5/src/backend/access/nbtree/
H A Dnbtsort.c447 btspool2->heap = heap; in _bt_spools_heapscan()
448 btspool2->index = index; in _bt_spools_heapscan()
449 btspool2->isunique = false; in _bt_spools_heapscan()
555 if (btspool2) in _bt_leafbuild()
1800 BTSpool *btspool2; in _bt_parallel_build_main() local
1854 btspool2 = NULL; in _bt_parallel_build_main()
1865 btspool2->isunique = false; in _bt_parallel_build_main()
1937 if (btspool2) in _bt_parallel_scan_and_sort()
1951 btspool2->sortstate = in _bt_parallel_scan_and_sort()
1980 if (btspool2) in _bt_parallel_scan_and_sort()
[all …]
/dports/databases/postgresql13-plpython/postgresql-13.5/src/backend/access/nbtree/
H A Dnbtsort.c447 btspool2->heap = heap; in _bt_spools_heapscan()
448 btspool2->index = index; in _bt_spools_heapscan()
449 btspool2->isunique = false; in _bt_spools_heapscan()
555 if (btspool2) in _bt_leafbuild()
1800 BTSpool *btspool2; in _bt_parallel_build_main() local
1854 btspool2 = NULL; in _bt_parallel_build_main()
1865 btspool2->isunique = false; in _bt_parallel_build_main()
1937 if (btspool2) in _bt_parallel_scan_and_sort()
1951 btspool2->sortstate = in _bt_parallel_scan_and_sort()
1980 if (btspool2) in _bt_parallel_scan_and_sort()
[all …]
/dports/databases/postgresql13-plperl/postgresql-13.5/src/backend/access/nbtree/
H A Dnbtsort.c447 btspool2->heap = heap;
448 btspool2->index = index;
449 btspool2->isunique = false;
555 if (btspool2)
1800 BTSpool *btspool2;
1854 btspool2 = NULL;
1865 btspool2->isunique = false;
1937 if (btspool2)
1951 btspool2->sortstate =
1980 if (btspool2)
[all …]
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/access/nbtree/
H A Dnbtsort.c140 BTSpool *btspool, BTSpool *btspool2);
201 _bt_leafbuild(BTSpool *btspool, BTSpool *btspool2) in _bt_leafbuild() argument
214 if (btspool2) in _bt_leafbuild()
215 tuplesort_performsort(btspool2->sortstate); in _bt_leafbuild()
231 _bt_load(&wstate, btspool, btspool2); in _bt_leafbuild()
677 _bt_load(BTWriteState *wstate, BTSpool *btspool, BTSpool *btspool2) in _bt_load() argument
680 bool merge = (btspool2 != NULL); in _bt_load()
702 itup2 = tuplesort_getindextuple(btspool2->sortstate, in _bt_load()
788 itup2 = tuplesort_getindextuple(btspool2->sortstate, in _bt_load()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/access/nbtree/
H A Dnbtsort.c140 BTSpool *btspool, BTSpool *btspool2);
201 _bt_leafbuild(BTSpool *btspool, BTSpool *btspool2) in _bt_leafbuild() argument
214 if (btspool2) in _bt_leafbuild()
215 tuplesort_performsort(btspool2->sortstate); in _bt_leafbuild()
231 _bt_load(&wstate, btspool, btspool2); in _bt_leafbuild()
677 _bt_load(BTWriteState *wstate, BTSpool *btspool, BTSpool *btspool2) in _bt_load() argument
680 bool merge = (btspool2 != NULL); in _bt_load()
702 itup2 = tuplesort_getindextuple(btspool2->sortstate, in _bt_load()
788 itup2 = tuplesort_getindextuple(btspool2->sortstate, in _bt_load()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/access/nbtree/
H A Dnbtsort.c140 BTSpool *btspool, BTSpool *btspool2);
201 _bt_leafbuild(BTSpool *btspool, BTSpool *btspool2) in _bt_leafbuild() argument
214 if (btspool2) in _bt_leafbuild()
215 tuplesort_performsort(btspool2->sortstate); in _bt_leafbuild()
231 _bt_load(&wstate, btspool, btspool2); in _bt_leafbuild()
677 _bt_load(BTWriteState *wstate, BTSpool *btspool, BTSpool *btspool2) in _bt_load() argument
680 bool merge = (btspool2 != NULL); in _bt_load()
702 itup2 = tuplesort_getindextuple(btspool2->sortstate, in _bt_load()
788 itup2 = tuplesort_getindextuple(btspool2->sortstate, in _bt_load()
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/access/nbtree/
H A Dnbtsort.c140 BTSpool *btspool, BTSpool *btspool2);
201 _bt_leafbuild(BTSpool *btspool, BTSpool *btspool2) in _bt_leafbuild() argument
214 if (btspool2) in _bt_leafbuild()
215 tuplesort_performsort(btspool2->sortstate); in _bt_leafbuild()
231 _bt_load(&wstate, btspool, btspool2); in _bt_leafbuild()
677 _bt_load(BTWriteState *wstate, BTSpool *btspool, BTSpool *btspool2) in _bt_load() argument
680 bool merge = (btspool2 != NULL); in _bt_load()
699 itup2 = tuplesort_getindextuple(btspool2->sortstate, true); in _bt_load()
779 itup2 = tuplesort_getindextuple(btspool2->sortstate, true); in _bt_load()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/access/nbtree/
H A Dnbtsort.c140 BTSpool *btspool, BTSpool *btspool2);
201 _bt_leafbuild(BTSpool *btspool, BTSpool *btspool2) in _bt_leafbuild() argument
214 if (btspool2) in _bt_leafbuild()
215 tuplesort_performsort(btspool2->sortstate); in _bt_leafbuild()
231 _bt_load(&wstate, btspool, btspool2); in _bt_leafbuild()
677 _bt_load(BTWriteState *wstate, BTSpool *btspool, BTSpool *btspool2) in _bt_load() argument
680 bool merge = (btspool2 != NULL); in _bt_load()
699 itup2 = tuplesort_getindextuple(btspool2->sortstate, true); in _bt_load()
779 itup2 = tuplesort_getindextuple(btspool2->sortstate, true); in _bt_load()
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/access/nbtree/
H A Dnbtsort.c140 BTSpool *btspool, BTSpool *btspool2);
201 _bt_leafbuild(BTSpool *btspool, BTSpool *btspool2) in _bt_leafbuild() argument
214 if (btspool2) in _bt_leafbuild()
215 tuplesort_performsort(btspool2->sortstate); in _bt_leafbuild()
231 _bt_load(&wstate, btspool, btspool2); in _bt_leafbuild()
677 _bt_load(BTWriteState *wstate, BTSpool *btspool, BTSpool *btspool2) in _bt_load() argument
680 bool merge = (btspool2 != NULL); in _bt_load()
699 itup2 = tuplesort_getindextuple(btspool2->sortstate, true); in _bt_load()
779 itup2 = tuplesort_getindextuple(btspool2->sortstate, true); in _bt_load()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/access/nbtree/
H A Dnbtsort.c140 BTSpool *btspool, BTSpool *btspool2);
201 _bt_leafbuild(BTSpool *btspool, BTSpool *btspool2) in _bt_leafbuild() argument
214 if (btspool2) in _bt_leafbuild()
215 tuplesort_performsort(btspool2->sortstate); in _bt_leafbuild()
231 _bt_load(&wstate, btspool, btspool2); in _bt_leafbuild()
677 _bt_load(BTWriteState *wstate, BTSpool *btspool, BTSpool *btspool2) in _bt_load() argument
680 bool merge = (btspool2 != NULL); in _bt_load()
699 itup2 = tuplesort_getindextuple(btspool2->sortstate, true); in _bt_load()
779 itup2 = tuplesort_getindextuple(btspool2->sortstate, true); in _bt_load()
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/access/nbtree/
H A Dnbtsort.c140 BTSpool *btspool, BTSpool *btspool2);
201 _bt_leafbuild(BTSpool *btspool, BTSpool *btspool2) in _bt_leafbuild() argument
214 if (btspool2) in _bt_leafbuild()
215 tuplesort_performsort(btspool2->sortstate); in _bt_leafbuild()
231 _bt_load(&wstate, btspool, btspool2); in _bt_leafbuild()
677 _bt_load(BTWriteState *wstate, BTSpool *btspool, BTSpool *btspool2) in _bt_load() argument
680 bool merge = (btspool2 != NULL); in _bt_load()
699 itup2 = tuplesort_getindextuple(btspool2->sortstate, true); in _bt_load()
779 itup2 = tuplesort_getindextuple(btspool2->sortstate, true); in _bt_load()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/access/nbtree/
H A Dnbtsort.c140 BTSpool *btspool, BTSpool *btspool2);
201 _bt_leafbuild(BTSpool *btspool, BTSpool *btspool2) in _bt_leafbuild() argument
214 if (btspool2) in _bt_leafbuild()
215 tuplesort_performsort(btspool2->sortstate); in _bt_leafbuild()
231 _bt_load(&wstate, btspool, btspool2); in _bt_leafbuild()
677 _bt_load(BTWriteState *wstate, BTSpool *btspool, BTSpool *btspool2) in _bt_load() argument
680 bool merge = (btspool2 != NULL); in _bt_load()
699 itup2 = tuplesort_getindextuple(btspool2->sortstate, true); in _bt_load()
779 itup2 = tuplesort_getindextuple(btspool2->sortstate, true); in _bt_load()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/access/nbtree/
H A Dnbtsort.c140 BTSpool *btspool, BTSpool *btspool2);
201 _bt_leafbuild(BTSpool *btspool, BTSpool *btspool2) in _bt_leafbuild() argument
214 if (btspool2) in _bt_leafbuild()
215 tuplesort_performsort(btspool2->sortstate); in _bt_leafbuild()
231 _bt_load(&wstate, btspool, btspool2); in _bt_leafbuild()
677 _bt_load(BTWriteState *wstate, BTSpool *btspool, BTSpool *btspool2) in _bt_load() argument
680 bool merge = (btspool2 != NULL); in _bt_load()
699 itup2 = tuplesort_getindextuple(btspool2->sortstate, true); in _bt_load()
779 itup2 = tuplesort_getindextuple(btspool2->sortstate, true); in _bt_load()
/dports/databases/postgresql96-client/postgresql-9.6.24/src/backend/access/nbtree/
H A Dnbtsort.c140 BTSpool *btspool, BTSpool *btspool2);
201 _bt_leafbuild(BTSpool *btspool, BTSpool *btspool2) in _bt_leafbuild() argument
214 if (btspool2) in _bt_leafbuild()
215 tuplesort_performsort(btspool2->sortstate); in _bt_leafbuild()
231 _bt_load(&wstate, btspool, btspool2); in _bt_leafbuild()
677 _bt_load(BTWriteState *wstate, BTSpool *btspool, BTSpool *btspool2) in _bt_load() argument
680 bool merge = (btspool2 != NULL); in _bt_load()
702 itup2 = tuplesort_getindextuple(btspool2->sortstate, in _bt_load()
788 itup2 = tuplesort_getindextuple(btspool2->sortstate, in _bt_load()
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/backend/access/nbtree/
H A Dnbtsort.c140 BTSpool *btspool, BTSpool *btspool2);
201 _bt_leafbuild(BTSpool *btspool, BTSpool *btspool2) in _bt_leafbuild() argument
214 if (btspool2) in _bt_leafbuild()
215 tuplesort_performsort(btspool2->sortstate); in _bt_leafbuild()
231 _bt_load(&wstate, btspool, btspool2); in _bt_leafbuild()
677 _bt_load(BTWriteState *wstate, BTSpool *btspool, BTSpool *btspool2) in _bt_load() argument
680 bool merge = (btspool2 != NULL); in _bt_load()
702 itup2 = tuplesort_getindextuple(btspool2->sortstate, in _bt_load()
788 itup2 = tuplesort_getindextuple(btspool2->sortstate, in _bt_load()
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/backend/access/nbtree/
H A Dnbtsort.c140 BTSpool *btspool, BTSpool *btspool2);
201 _bt_leafbuild(BTSpool *btspool, BTSpool *btspool2) in _bt_leafbuild() argument
214 if (btspool2) in _bt_leafbuild()
215 tuplesort_performsort(btspool2->sortstate); in _bt_leafbuild()
231 _bt_load(&wstate, btspool, btspool2); in _bt_leafbuild()
677 _bt_load(BTWriteState *wstate, BTSpool *btspool, BTSpool *btspool2) in _bt_load() argument
680 bool merge = (btspool2 != NULL); in _bt_load()
702 itup2 = tuplesort_getindextuple(btspool2->sortstate, in _bt_load()
788 itup2 = tuplesort_getindextuple(btspool2->sortstate, in _bt_load()
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/backend/access/nbtree/
H A Dnbtsort.c140 BTSpool *btspool, BTSpool *btspool2);
201 _bt_leafbuild(BTSpool *btspool, BTSpool *btspool2) in _bt_leafbuild() argument
214 if (btspool2) in _bt_leafbuild()
215 tuplesort_performsort(btspool2->sortstate); in _bt_leafbuild()
231 _bt_load(&wstate, btspool, btspool2); in _bt_leafbuild()
677 _bt_load(BTWriteState *wstate, BTSpool *btspool, BTSpool *btspool2) in _bt_load() argument
680 bool merge = (btspool2 != NULL); in _bt_load()
702 itup2 = tuplesort_getindextuple(btspool2->sortstate, in _bt_load()
788 itup2 = tuplesort_getindextuple(btspool2->sortstate, in _bt_load()

12