Home
last modified time | relevance | path

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

12

/dports/databases/postgresql12-contrib/postgresql-12.9/src/backend/access/heap/
H A Dheapam_handler.c1824 ItemPointer heapcursor = &heapTuple->t_self; in heapam_index_validate_scan() local
1868 rootTuple = *heapcursor; in heapam_index_validate_scan()
1869 root_offnum = ItemPointerGetOffsetNumber(heapcursor); in heapam_index_validate_scan()
1878 ItemPointerGetBlockNumber(heapcursor), in heapam_index_validate_scan()
1879 ItemPointerGetOffsetNumber(heapcursor), in heapam_index_validate_scan()
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/access/heap/
H A Dheapam_handler.c1824 ItemPointer heapcursor = &heapTuple->t_self; in heapam_index_validate_scan() local
1868 rootTuple = *heapcursor; in heapam_index_validate_scan()
1869 root_offnum = ItemPointerGetOffsetNumber(heapcursor); in heapam_index_validate_scan()
1878 ItemPointerGetBlockNumber(heapcursor), in heapam_index_validate_scan()
1879 ItemPointerGetOffsetNumber(heapcursor), in heapam_index_validate_scan()
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/access/heap/
H A Dheapam_handler.c1804 ItemPointer heapcursor = &heapTuple->t_self; in heapam_index_validate_scan() local
1848 rootTuple = *heapcursor; in heapam_index_validate_scan()
1849 root_offnum = ItemPointerGetOffsetNumber(heapcursor); in heapam_index_validate_scan()
1858 ItemPointerGetBlockNumber(heapcursor), in heapam_index_validate_scan()
1859 ItemPointerGetOffsetNumber(heapcursor), in heapam_index_validate_scan()
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/access/heap/
H A Dheapam_handler.c1804 ItemPointer heapcursor = &heapTuple->t_self; in heapam_index_validate_scan() local
1848 rootTuple = *heapcursor; in heapam_index_validate_scan()
1849 root_offnum = ItemPointerGetOffsetNumber(heapcursor); in heapam_index_validate_scan()
1858 ItemPointerGetBlockNumber(heapcursor), in heapam_index_validate_scan()
1859 ItemPointerGetOffsetNumber(heapcursor), in heapam_index_validate_scan()
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/access/heap/
H A Dheapam_handler.c1804 ItemPointer heapcursor = &heapTuple->t_self;
1848 rootTuple = *heapcursor;
1849 root_offnum = ItemPointerGetOffsetNumber(heapcursor);
1858 ItemPointerGetBlockNumber(heapcursor),
1859 ItemPointerGetOffsetNumber(heapcursor),
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/access/heap/
H A Dheapam_handler.c1804 ItemPointer heapcursor = &heapTuple->t_self; in heapam_index_validate_scan() local
1848 rootTuple = *heapcursor; in heapam_index_validate_scan()
1849 root_offnum = ItemPointerGetOffsetNumber(heapcursor); in heapam_index_validate_scan()
1858 ItemPointerGetBlockNumber(heapcursor), in heapam_index_validate_scan()
1859 ItemPointerGetOffsetNumber(heapcursor), in heapam_index_validate_scan()
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/access/heap/
H A Dheapam_handler.c1804 ItemPointer heapcursor = &heapTuple->t_self; in heapam_index_validate_scan() local
1848 rootTuple = *heapcursor; in heapam_index_validate_scan()
1849 root_offnum = ItemPointerGetOffsetNumber(heapcursor); in heapam_index_validate_scan()
1858 ItemPointerGetBlockNumber(heapcursor), in heapam_index_validate_scan()
1859 ItemPointerGetOffsetNumber(heapcursor), in heapam_index_validate_scan()
/dports/databases/postgresql14-client/postgresql-14.1/src/backend/access/heap/
H A Dheapam_handler.c1804 ItemPointer heapcursor = &heapTuple->t_self; in heapam_index_validate_scan() local
1848 rootTuple = *heapcursor; in heapam_index_validate_scan()
1849 root_offnum = ItemPointerGetOffsetNumber(heapcursor); in heapam_index_validate_scan()
1858 ItemPointerGetBlockNumber(heapcursor), in heapam_index_validate_scan()
1859 ItemPointerGetOffsetNumber(heapcursor), in heapam_index_validate_scan()
/dports/databases/postgresql13-server/postgresql-13.5/src/backend/access/heap/
H A Dheapam_handler.c1802 ItemPointer heapcursor = &heapTuple->t_self; in heapam_index_validate_scan() local
1846 rootTuple = *heapcursor; in heapam_index_validate_scan()
1847 root_offnum = ItemPointerGetOffsetNumber(heapcursor); in heapam_index_validate_scan()
1856 ItemPointerGetBlockNumber(heapcursor), in heapam_index_validate_scan()
1857 ItemPointerGetOffsetNumber(heapcursor), in heapam_index_validate_scan()
/dports/databases/postgresql14-docs/postgresql-14.1/src/backend/access/heap/
H A Dheapam_handler.c1804 ItemPointer heapcursor = &heapTuple->t_self; in heapam_index_validate_scan() local
1848 rootTuple = *heapcursor; in heapam_index_validate_scan()
1849 root_offnum = ItemPointerGetOffsetNumber(heapcursor); in heapam_index_validate_scan()
1858 ItemPointerGetBlockNumber(heapcursor), in heapam_index_validate_scan()
1859 ItemPointerGetOffsetNumber(heapcursor), in heapam_index_validate_scan()
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/backend/access/heap/
H A Dheapam_handler.c1802 ItemPointer heapcursor = &heapTuple->t_self; in heapam_index_validate_scan() local
1846 rootTuple = *heapcursor; in heapam_index_validate_scan()
1847 root_offnum = ItemPointerGetOffsetNumber(heapcursor); in heapam_index_validate_scan()
1856 ItemPointerGetBlockNumber(heapcursor), in heapam_index_validate_scan()
1857 ItemPointerGetOffsetNumber(heapcursor), in heapam_index_validate_scan()
/dports/databases/postgresql13-docs/postgresql-13.5/src/backend/access/heap/
H A Dheapam_handler.c1802 ItemPointer heapcursor = &heapTuple->t_self; in heapam_index_validate_scan() local
1846 rootTuple = *heapcursor; in heapam_index_validate_scan()
1847 root_offnum = ItemPointerGetOffsetNumber(heapcursor); in heapam_index_validate_scan()
1856 ItemPointerGetBlockNumber(heapcursor), in heapam_index_validate_scan()
1857 ItemPointerGetOffsetNumber(heapcursor), in heapam_index_validate_scan()
/dports/databases/postgresql12-plperl/postgresql-12.9/src/backend/access/heap/
H A Dheapam_handler.c1824 ItemPointer heapcursor = &heapTuple->t_self; in heapam_index_validate_scan() local
1868 rootTuple = *heapcursor; in heapam_index_validate_scan()
1869 root_offnum = ItemPointerGetOffsetNumber(heapcursor); in heapam_index_validate_scan()
1878 ItemPointerGetBlockNumber(heapcursor), in heapam_index_validate_scan()
1879 ItemPointerGetOffsetNumber(heapcursor), in heapam_index_validate_scan()
/dports/databases/postgresql13-contrib/postgresql-13.5/src/backend/access/heap/
H A Dheapam_handler.c1802 ItemPointer heapcursor = &heapTuple->t_self; in heapam_index_validate_scan() local
1846 rootTuple = *heapcursor; in heapam_index_validate_scan()
1847 root_offnum = ItemPointerGetOffsetNumber(heapcursor); in heapam_index_validate_scan()
1856 ItemPointerGetBlockNumber(heapcursor), in heapam_index_validate_scan()
1857 ItemPointerGetOffsetNumber(heapcursor), in heapam_index_validate_scan()
/dports/databases/postgresql12-plpython/postgresql-12.9/src/backend/access/heap/
H A Dheapam_handler.c1824 ItemPointer heapcursor = &heapTuple->t_self;
1868 rootTuple = *heapcursor;
1869 root_offnum = ItemPointerGetOffsetNumber(heapcursor);
1878 ItemPointerGetBlockNumber(heapcursor),
1879 ItemPointerGetOffsetNumber(heapcursor),
/dports/databases/postgresql12-pltcl/postgresql-12.9/src/backend/access/heap/
H A Dheapam_handler.c1824 ItemPointer heapcursor = &heapTuple->t_self; in heapam_index_validate_scan() local
1868 rootTuple = *heapcursor; in heapam_index_validate_scan()
1869 root_offnum = ItemPointerGetOffsetNumber(heapcursor); in heapam_index_validate_scan()
1878 ItemPointerGetBlockNumber(heapcursor), in heapam_index_validate_scan()
1879 ItemPointerGetOffsetNumber(heapcursor), in heapam_index_validate_scan()
/dports/databases/postgresql12-docs/postgresql-12.9/src/backend/access/heap/
H A Dheapam_handler.c1824 ItemPointer heapcursor = &heapTuple->t_self; in heapam_index_validate_scan() local
1868 rootTuple = *heapcursor; in heapam_index_validate_scan()
1869 root_offnum = ItemPointerGetOffsetNumber(heapcursor); in heapam_index_validate_scan()
1878 ItemPointerGetBlockNumber(heapcursor), in heapam_index_validate_scan()
1879 ItemPointerGetOffsetNumber(heapcursor), in heapam_index_validate_scan()
/dports/databases/postgresql12-server/postgresql-12.9/src/backend/access/heap/
H A Dheapam_handler.c1824 ItemPointer heapcursor = &heapTuple->t_self; in heapam_index_validate_scan() local
1868 rootTuple = *heapcursor; in heapam_index_validate_scan()
1869 root_offnum = ItemPointerGetOffsetNumber(heapcursor); in heapam_index_validate_scan()
1878 ItemPointerGetBlockNumber(heapcursor), in heapam_index_validate_scan()
1879 ItemPointerGetOffsetNumber(heapcursor), in heapam_index_validate_scan()
/dports/databases/postgresql13-plpython/postgresql-13.5/src/backend/access/heap/
H A Dheapam_handler.c1802 ItemPointer heapcursor = &heapTuple->t_self; in heapam_index_validate_scan() local
1846 rootTuple = *heapcursor; in heapam_index_validate_scan()
1847 root_offnum = ItemPointerGetOffsetNumber(heapcursor); in heapam_index_validate_scan()
1856 ItemPointerGetBlockNumber(heapcursor), in heapam_index_validate_scan()
1857 ItemPointerGetOffsetNumber(heapcursor), in heapam_index_validate_scan()
/dports/databases/postgresql13-plperl/postgresql-13.5/src/backend/access/heap/
H A Dheapam_handler.c1802 ItemPointer heapcursor = &heapTuple->t_self;
1846 rootTuple = *heapcursor;
1847 root_offnum = ItemPointerGetOffsetNumber(heapcursor);
1856 ItemPointerGetBlockNumber(heapcursor),
1857 ItemPointerGetOffsetNumber(heapcursor),
/dports/databases/postgresql13-client/postgresql-13.5/src/backend/access/heap/
H A Dheapam_handler.c1802 ItemPointer heapcursor = &heapTuple->t_self; in heapam_index_validate_scan() local
1846 rootTuple = *heapcursor; in heapam_index_validate_scan()
1847 root_offnum = ItemPointerGetOffsetNumber(heapcursor); in heapam_index_validate_scan()
1856 ItemPointerGetBlockNumber(heapcursor), in heapam_index_validate_scan()
1857 ItemPointerGetOffsetNumber(heapcursor), in heapam_index_validate_scan()
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/catalog/
H A Dindex.c3112 ItemPointer heapcursor = &heapTuple->t_self; in validate_index_heapscan() local
3148 rootTuple = *heapcursor; in validate_index_heapscan()
3149 root_offnum = ItemPointerGetOffsetNumber(heapcursor); in validate_index_heapscan()
3158 ItemPointerGetBlockNumber(heapcursor), in validate_index_heapscan()
3159 ItemPointerGetOffsetNumber(heapcursor), in validate_index_heapscan()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/catalog/
H A Dindex.c3112 ItemPointer heapcursor = &heapTuple->t_self; in validate_index_heapscan() local
3148 rootTuple = *heapcursor; in validate_index_heapscan()
3149 root_offnum = ItemPointerGetOffsetNumber(heapcursor); in validate_index_heapscan()
3158 ItemPointerGetBlockNumber(heapcursor), in validate_index_heapscan()
3159 ItemPointerGetOffsetNumber(heapcursor), in validate_index_heapscan()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/catalog/
H A Dindex.c3112 ItemPointer heapcursor = &heapTuple->t_self; in validate_index_heapscan() local
3148 rootTuple = *heapcursor; in validate_index_heapscan()
3149 root_offnum = ItemPointerGetOffsetNumber(heapcursor); in validate_index_heapscan()
3158 ItemPointerGetBlockNumber(heapcursor), in validate_index_heapscan()
3159 ItemPointerGetOffsetNumber(heapcursor), in validate_index_heapscan()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/catalog/
H A Dindex.c3128 ItemPointer heapcursor = &heapTuple->t_self; in validate_index_heapscan() local
3164 rootTuple = *heapcursor; in validate_index_heapscan()
3165 root_offnum = ItemPointerGetOffsetNumber(heapcursor); in validate_index_heapscan()
3174 ItemPointerGetBlockNumber(heapcursor), in validate_index_heapscan()
3175 ItemPointerGetOffsetNumber(heapcursor), in validate_index_heapscan()

12