Home
last modified time | relevance | path

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

12

/dports/databases/postgresql11-client/postgresql-11.14/src/backend/access/nbtree/
H A Dnbtsort.c444 btspool2->heap = heap; in _bt_spools_heapscan()
445 btspool2->index = index; in _bt_spools_heapscan()
446 btspool2->isunique = false; in _bt_spools_heapscan()
531 if (btspool2) in _bt_leafbuild()
1572 BTSpool *btspool2; in _bt_parallel_build_main() local
1625 btspool2 = NULL; in _bt_parallel_build_main()
1636 btspool2->isunique = false; in _bt_parallel_build_main()
1706 if (btspool2) in _bt_parallel_scan_and_sort()
1720 btspool2->sortstate = in _bt_parallel_scan_and_sort()
1751 if (btspool2) in _bt_parallel_scan_and_sort()
[all …]
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/access/nbtree/
H A Dnbtsort.c444 btspool2->heap = heap; in _bt_spools_heapscan()
445 btspool2->index = index; in _bt_spools_heapscan()
446 btspool2->isunique = false; in _bt_spools_heapscan()
531 if (btspool2) in _bt_leafbuild()
1572 BTSpool *btspool2; in _bt_parallel_build_main() local
1625 btspool2 = NULL; in _bt_parallel_build_main()
1636 btspool2->isunique = false; in _bt_parallel_build_main()
1706 if (btspool2) in _bt_parallel_scan_and_sort()
1720 btspool2->sortstate = in _bt_parallel_scan_and_sort()
1751 if (btspool2) in _bt_parallel_scan_and_sort()
[all …]
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/access/nbtree/
H A Dnbtsort.c444 btspool2->heap = heap; in _bt_spools_heapscan()
445 btspool2->index = index; in _bt_spools_heapscan()
446 btspool2->isunique = false; in _bt_spools_heapscan()
531 if (btspool2) in _bt_leafbuild()
1572 BTSpool *btspool2; in _bt_parallel_build_main() local
1625 btspool2 = NULL; in _bt_parallel_build_main()
1636 btspool2->isunique = false; in _bt_parallel_build_main()
1706 if (btspool2) in _bt_parallel_scan_and_sort()
1720 btspool2->sortstate = in _bt_parallel_scan_and_sort()
1751 if (btspool2) in _bt_parallel_scan_and_sort()
[all …]
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/access/nbtree/
H A Dnbtsort.c444 btspool2->heap = heap;
445 btspool2->index = index;
446 btspool2->isunique = false;
531 if (btspool2)
1572 BTSpool *btspool2;
1625 btspool2 = NULL;
1636 btspool2->isunique = false;
1706 if (btspool2)
1720 btspool2->sortstate =
1751 if (btspool2)
[all …]
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/access/nbtree/
H A Dnbtsort.c444 btspool2->heap = heap; in _bt_spools_heapscan()
445 btspool2->index = index; in _bt_spools_heapscan()
446 btspool2->isunique = false; in _bt_spools_heapscan()
531 if (btspool2) in _bt_leafbuild()
1572 BTSpool *btspool2; in _bt_parallel_build_main() local
1625 btspool2 = NULL; in _bt_parallel_build_main()
1636 btspool2->isunique = false; in _bt_parallel_build_main()
1706 if (btspool2) in _bt_parallel_scan_and_sort()
1720 btspool2->sortstate = in _bt_parallel_scan_and_sort()
1751 if (btspool2) in _bt_parallel_scan_and_sort()
[all …]
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/access/nbtree/
H A Dnbtsort.c444 btspool2->heap = heap; in _bt_spools_heapscan()
445 btspool2->index = index; in _bt_spools_heapscan()
446 btspool2->isunique = false; in _bt_spools_heapscan()
531 if (btspool2) in _bt_leafbuild()
1572 BTSpool *btspool2; in _bt_parallel_build_main() local
1625 btspool2 = NULL; in _bt_parallel_build_main()
1636 btspool2->isunique = false; in _bt_parallel_build_main()
1706 if (btspool2) in _bt_parallel_scan_and_sort()
1720 btspool2->sortstate = in _bt_parallel_scan_and_sort()
1751 if (btspool2) in _bt_parallel_scan_and_sort()
[all …]
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/access/nbtree/
H A Dnbtsort.c444 btspool2->heap = heap;
445 btspool2->index = index;
446 btspool2->isunique = false;
531 if (btspool2)
1572 BTSpool *btspool2;
1625 btspool2 = NULL;
1636 btspool2->isunique = false;
1706 if (btspool2)
1720 btspool2->sortstate =
1751 if (btspool2)
[all …]
/dports/databases/postgresql12-contrib/postgresql-12.9/src/backend/access/nbtree/
H A Dnbtsort.c461 btspool2->heap = heap; in _bt_spools_heapscan()
462 btspool2->index = index; in _bt_spools_heapscan()
463 btspool2->isunique = false; in _bt_spools_heapscan()
569 if (btspool2) in _bt_leafbuild()
1665 BTSpool *btspool2; in _bt_parallel_build_main() local
1718 btspool2 = NULL; in _bt_parallel_build_main()
1729 btspool2->isunique = false; in _bt_parallel_build_main()
1799 if (btspool2) in _bt_parallel_scan_and_sort()
1813 btspool2->sortstate = in _bt_parallel_scan_and_sort()
1842 if (btspool2) in _bt_parallel_scan_and_sort()
[all …]
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/access/nbtree/
H A Dnbtsort.c461 btspool2->heap = heap; in _bt_spools_heapscan()
462 btspool2->index = index; in _bt_spools_heapscan()
463 btspool2->isunique = false; in _bt_spools_heapscan()
569 if (btspool2) in _bt_leafbuild()
1665 BTSpool *btspool2; in _bt_parallel_build_main() local
1718 btspool2 = NULL; in _bt_parallel_build_main()
1729 btspool2->isunique = false; in _bt_parallel_build_main()
1799 if (btspool2) in _bt_parallel_scan_and_sort()
1813 btspool2->sortstate = in _bt_parallel_scan_and_sort()
1842 if (btspool2) in _bt_parallel_scan_and_sort()
[all …]
/dports/databases/postgresql12-server/postgresql-12.9/src/backend/access/nbtree/
H A Dnbtsort.c461 btspool2->heap = heap; in _bt_spools_heapscan()
462 btspool2->index = index; in _bt_spools_heapscan()
463 btspool2->isunique = false; in _bt_spools_heapscan()
569 if (btspool2) in _bt_leafbuild()
1665 BTSpool *btspool2; in _bt_parallel_build_main() local
1718 btspool2 = NULL; in _bt_parallel_build_main()
1729 btspool2->isunique = false; in _bt_parallel_build_main()
1799 if (btspool2) in _bt_parallel_scan_and_sort()
1813 btspool2->sortstate = in _bt_parallel_scan_and_sort()
1842 if (btspool2) in _bt_parallel_scan_and_sort()
[all …]
/dports/databases/postgresql12-plperl/postgresql-12.9/src/backend/access/nbtree/
H A Dnbtsort.c461 btspool2->heap = heap; in _bt_spools_heapscan()
462 btspool2->index = index; in _bt_spools_heapscan()
463 btspool2->isunique = false; in _bt_spools_heapscan()
569 if (btspool2) in _bt_leafbuild()
1665 BTSpool *btspool2; in _bt_parallel_build_main() local
1718 btspool2 = NULL; in _bt_parallel_build_main()
1729 btspool2->isunique = false; in _bt_parallel_build_main()
1799 if (btspool2) in _bt_parallel_scan_and_sort()
1813 btspool2->sortstate = in _bt_parallel_scan_and_sort()
1842 if (btspool2) in _bt_parallel_scan_and_sort()
[all …]
/dports/databases/postgresql12-plpython/postgresql-12.9/src/backend/access/nbtree/
H A Dnbtsort.c461 btspool2->heap = heap;
462 btspool2->index = index;
463 btspool2->isunique = false;
569 if (btspool2)
1665 BTSpool *btspool2;
1718 btspool2 = NULL;
1729 btspool2->isunique = false;
1799 if (btspool2)
1813 btspool2->sortstate =
1842 if (btspool2)
[all …]
/dports/databases/postgresql12-docs/postgresql-12.9/src/backend/access/nbtree/
H A Dnbtsort.c461 btspool2->heap = heap; in _bt_spools_heapscan()
462 btspool2->index = index; in _bt_spools_heapscan()
463 btspool2->isunique = false; in _bt_spools_heapscan()
569 if (btspool2) in _bt_leafbuild()
1665 BTSpool *btspool2; in _bt_parallel_build_main() local
1718 btspool2 = NULL; in _bt_parallel_build_main()
1729 btspool2->isunique = false; in _bt_parallel_build_main()
1799 if (btspool2) in _bt_parallel_scan_and_sort()
1813 btspool2->sortstate = in _bt_parallel_scan_and_sort()
1842 if (btspool2) in _bt_parallel_scan_and_sort()
[all …]
/dports/databases/postgresql12-pltcl/postgresql-12.9/src/backend/access/nbtree/
H A Dnbtsort.c461 btspool2->heap = heap; in _bt_spools_heapscan()
462 btspool2->index = index; in _bt_spools_heapscan()
463 btspool2->isunique = false; in _bt_spools_heapscan()
569 if (btspool2) in _bt_leafbuild()
1665 BTSpool *btspool2; in _bt_parallel_build_main() local
1718 btspool2 = NULL; in _bt_parallel_build_main()
1729 btspool2->isunique = false; in _bt_parallel_build_main()
1799 if (btspool2) in _bt_parallel_scan_and_sort()
1813 btspool2->sortstate = in _bt_parallel_scan_and_sort()
1842 if (btspool2) in _bt_parallel_scan_and_sort()
[all …]
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/access/nbtree/
H A Dnbtsort.c446 btspool2->heap = heap; in _bt_spools_heapscan()
447 btspool2->index = index; in _bt_spools_heapscan()
448 btspool2->isunique = false; in _bt_spools_heapscan()
554 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/postgresql14-plpython/postgresql-14.1/src/backend/access/nbtree/
H A Dnbtsort.c446 btspool2->heap = heap; in _bt_spools_heapscan()
447 btspool2->index = index; in _bt_spools_heapscan()
448 btspool2->isunique = false; in _bt_spools_heapscan()
554 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/postgresql14-pltcl/postgresql-14.1/src/backend/access/nbtree/
H A Dnbtsort.c446 btspool2->heap = heap; in _bt_spools_heapscan()
447 btspool2->index = index; in _bt_spools_heapscan()
448 btspool2->isunique = false; in _bt_spools_heapscan()
554 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/postgresql14-plperl/postgresql-14.1/src/backend/access/nbtree/
H A Dnbtsort.c446 btspool2->heap = heap; in _bt_spools_heapscan()
447 btspool2->index = index; in _bt_spools_heapscan()
448 btspool2->isunique = false; in _bt_spools_heapscan()
554 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-server/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/postgresql14-client/postgresql-14.1/src/backend/access/nbtree/
H A Dnbtsort.c446 btspool2->heap = heap; in _bt_spools_heapscan()
447 btspool2->index = index; in _bt_spools_heapscan()
448 btspool2->isunique = false; in _bt_spools_heapscan()
554 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/postgresql14-docs/postgresql-14.1/src/backend/access/nbtree/
H A Dnbtsort.c446 btspool2->heap = heap; in _bt_spools_heapscan()
447 btspool2->index = index; in _bt_spools_heapscan()
448 btspool2->isunique = false; in _bt_spools_heapscan()
554 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/postgresql14-contrib/postgresql-14.1/src/backend/access/nbtree/
H A Dnbtsort.c446 btspool2->heap = heap; in _bt_spools_heapscan()
447 btspool2->index = index; in _bt_spools_heapscan()
448 btspool2->isunique = false; in _bt_spools_heapscan()
554 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-pltcl/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-docs/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/postgresql13-client/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 …]

12