Home
last modified time | relevance | path

Searched refs:htup (Results 1 – 25 of 1408) sorted by relevance

12345678910>>...57

/dports/databases/postgresql11-client/postgresql-11.14/src/backend/access/heap/
H A Dpruneheap.c361 HeapTupleHeader htup; in heap_prune_chain() local
381 tup.t_data = htup; in heap_prune_chain()
385 if (HeapTupleHeaderIsHeapOnly(htup)) in heap_prune_chain()
466 htup = (HeapTupleHeader) PageGetItem(dp, lp); in heap_prune_chain()
468 tup.t_data = htup; in heap_prune_chain()
542 HeapTupleHeaderAdvanceLatestRemovedXid(htup, in heap_prune_chain()
552 if (!HeapTupleHeaderIsHotUpdated(htup)) in heap_prune_chain()
758 HeapTupleHeader htup; in heap_get_root_tuples() local
775 if (HeapTupleHeaderIsHeapOnly(htup)) in heap_get_root_tuples()
785 if (!HeapTupleHeaderIsHotUpdated(htup)) in heap_get_root_tuples()
[all …]
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/access/heap/
H A Dpruneheap.c361 HeapTupleHeader htup; in heap_prune_chain() local
381 tup.t_data = htup; in heap_prune_chain()
385 if (HeapTupleHeaderIsHeapOnly(htup)) in heap_prune_chain()
466 htup = (HeapTupleHeader) PageGetItem(dp, lp); in heap_prune_chain()
468 tup.t_data = htup; in heap_prune_chain()
542 HeapTupleHeaderAdvanceLatestRemovedXid(htup, in heap_prune_chain()
552 if (!HeapTupleHeaderIsHotUpdated(htup)) in heap_prune_chain()
758 HeapTupleHeader htup; in heap_get_root_tuples() local
775 if (HeapTupleHeaderIsHeapOnly(htup)) in heap_get_root_tuples()
785 if (!HeapTupleHeaderIsHotUpdated(htup)) in heap_get_root_tuples()
[all …]
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/access/heap/
H A Dpruneheap.c361 HeapTupleHeader htup;
381 tup.t_data = htup;
385 if (HeapTupleHeaderIsHeapOnly(htup))
466 htup = (HeapTupleHeader) PageGetItem(dp, lp);
468 tup.t_data = htup;
542 HeapTupleHeaderAdvanceLatestRemovedXid(htup,
552 if (!HeapTupleHeaderIsHotUpdated(htup))
758 HeapTupleHeader htup;
775 if (HeapTupleHeaderIsHeapOnly(htup))
785 if (!HeapTupleHeaderIsHotUpdated(htup))
[all …]
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/access/heap/
H A Dpruneheap.c361 HeapTupleHeader htup; in heap_prune_chain() local
381 tup.t_data = htup; in heap_prune_chain()
385 if (HeapTupleHeaderIsHeapOnly(htup)) in heap_prune_chain()
466 htup = (HeapTupleHeader) PageGetItem(dp, lp); in heap_prune_chain()
468 tup.t_data = htup; in heap_prune_chain()
542 HeapTupleHeaderAdvanceLatestRemovedXid(htup, in heap_prune_chain()
552 if (!HeapTupleHeaderIsHotUpdated(htup)) in heap_prune_chain()
758 HeapTupleHeader htup; in heap_get_root_tuples() local
775 if (HeapTupleHeaderIsHeapOnly(htup)) in heap_get_root_tuples()
785 if (!HeapTupleHeaderIsHotUpdated(htup)) in heap_get_root_tuples()
[all …]
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/access/heap/
H A Dpruneheap.c361 HeapTupleHeader htup; in heap_prune_chain() local
381 tup.t_data = htup; in heap_prune_chain()
385 if (HeapTupleHeaderIsHeapOnly(htup)) in heap_prune_chain()
466 htup = (HeapTupleHeader) PageGetItem(dp, lp); in heap_prune_chain()
468 tup.t_data = htup; in heap_prune_chain()
542 HeapTupleHeaderAdvanceLatestRemovedXid(htup, in heap_prune_chain()
552 if (!HeapTupleHeaderIsHotUpdated(htup)) in heap_prune_chain()
758 HeapTupleHeader htup; in heap_get_root_tuples() local
775 if (HeapTupleHeaderIsHeapOnly(htup)) in heap_get_root_tuples()
785 if (!HeapTupleHeaderIsHotUpdated(htup)) in heap_get_root_tuples()
[all …]
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/access/heap/
H A Dpruneheap.c361 HeapTupleHeader htup; in heap_prune_chain() local
381 tup.t_data = htup; in heap_prune_chain()
385 if (HeapTupleHeaderIsHeapOnly(htup)) in heap_prune_chain()
466 htup = (HeapTupleHeader) PageGetItem(dp, lp); in heap_prune_chain()
468 tup.t_data = htup; in heap_prune_chain()
542 HeapTupleHeaderAdvanceLatestRemovedXid(htup, in heap_prune_chain()
552 if (!HeapTupleHeaderIsHotUpdated(htup)) in heap_prune_chain()
758 HeapTupleHeader htup; in heap_get_root_tuples() local
775 if (HeapTupleHeaderIsHeapOnly(htup)) in heap_get_root_tuples()
785 if (!HeapTupleHeaderIsHotUpdated(htup)) in heap_get_root_tuples()
[all …]
/dports/databases/postgresql12-contrib/postgresql-12.9/src/backend/access/heap/
H A Dpruneheap.c360 HeapTupleHeader htup; in heap_prune_chain() local
380 tup.t_data = htup; in heap_prune_chain()
384 if (HeapTupleHeaderIsHeapOnly(htup)) in heap_prune_chain()
465 htup = (HeapTupleHeader) PageGetItem(dp, lp); in heap_prune_chain()
467 tup.t_data = htup; in heap_prune_chain()
541 HeapTupleHeaderAdvanceLatestRemovedXid(htup, in heap_prune_chain()
551 if (!HeapTupleHeaderIsHotUpdated(htup)) in heap_prune_chain()
757 HeapTupleHeader htup; in heap_get_root_tuples() local
774 if (HeapTupleHeaderIsHeapOnly(htup)) in heap_get_root_tuples()
784 if (!HeapTupleHeaderIsHotUpdated(htup)) in heap_get_root_tuples()
[all …]
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/access/heap/
H A Dpruneheap.c360 HeapTupleHeader htup; in heap_prune_chain() local
380 tup.t_data = htup; in heap_prune_chain()
384 if (HeapTupleHeaderIsHeapOnly(htup)) in heap_prune_chain()
465 htup = (HeapTupleHeader) PageGetItem(dp, lp); in heap_prune_chain()
467 tup.t_data = htup; in heap_prune_chain()
541 HeapTupleHeaderAdvanceLatestRemovedXid(htup, in heap_prune_chain()
551 if (!HeapTupleHeaderIsHotUpdated(htup)) in heap_prune_chain()
757 HeapTupleHeader htup; in heap_get_root_tuples() local
774 if (HeapTupleHeaderIsHeapOnly(htup)) in heap_get_root_tuples()
784 if (!HeapTupleHeaderIsHotUpdated(htup)) in heap_get_root_tuples()
[all …]
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/access/heap/
H A Dpruneheap.c361 HeapTupleHeader htup; in heap_prune_chain() local
381 tup.t_data = htup; in heap_prune_chain()
385 if (HeapTupleHeaderIsHeapOnly(htup)) in heap_prune_chain()
466 htup = (HeapTupleHeader) PageGetItem(dp, lp); in heap_prune_chain()
468 tup.t_data = htup; in heap_prune_chain()
542 HeapTupleHeaderAdvanceLatestRemovedXid(htup, in heap_prune_chain()
552 if (!HeapTupleHeaderIsHotUpdated(htup)) in heap_prune_chain()
758 HeapTupleHeader htup; in heap_get_root_tuples() local
775 if (HeapTupleHeaderIsHeapOnly(htup)) in heap_get_root_tuples()
785 if (!HeapTupleHeaderIsHotUpdated(htup)) in heap_get_root_tuples()
[all …]
/dports/databases/postgresql13-server/postgresql-13.5/src/backend/access/heap/
H A Dpruneheap.c360 HeapTupleHeader htup; in heap_prune_chain() local
380 tup.t_data = htup; in heap_prune_chain()
384 if (HeapTupleHeaderIsHeapOnly(htup)) in heap_prune_chain()
465 htup = (HeapTupleHeader) PageGetItem(dp, lp); in heap_prune_chain()
467 tup.t_data = htup; in heap_prune_chain()
541 HeapTupleHeaderAdvanceLatestRemovedXid(htup, in heap_prune_chain()
551 if (!HeapTupleHeaderIsHotUpdated(htup)) in heap_prune_chain()
757 HeapTupleHeader htup; in heap_get_root_tuples() local
774 if (HeapTupleHeaderIsHeapOnly(htup)) in heap_get_root_tuples()
784 if (!HeapTupleHeaderIsHotUpdated(htup)) in heap_get_root_tuples()
[all …]
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/backend/access/heap/
H A Dpruneheap.c360 HeapTupleHeader htup; in heap_prune_chain() local
380 tup.t_data = htup; in heap_prune_chain()
384 if (HeapTupleHeaderIsHeapOnly(htup)) in heap_prune_chain()
465 htup = (HeapTupleHeader) PageGetItem(dp, lp); in heap_prune_chain()
467 tup.t_data = htup; in heap_prune_chain()
541 HeapTupleHeaderAdvanceLatestRemovedXid(htup, in heap_prune_chain()
551 if (!HeapTupleHeaderIsHotUpdated(htup)) in heap_prune_chain()
757 HeapTupleHeader htup; in heap_get_root_tuples() local
774 if (HeapTupleHeaderIsHeapOnly(htup)) in heap_get_root_tuples()
784 if (!HeapTupleHeaderIsHotUpdated(htup)) in heap_get_root_tuples()
[all …]
/dports/databases/postgresql13-docs/postgresql-13.5/src/backend/access/heap/
H A Dpruneheap.c360 HeapTupleHeader htup; in heap_prune_chain() local
380 tup.t_data = htup; in heap_prune_chain()
384 if (HeapTupleHeaderIsHeapOnly(htup)) in heap_prune_chain()
465 htup = (HeapTupleHeader) PageGetItem(dp, lp); in heap_prune_chain()
467 tup.t_data = htup; in heap_prune_chain()
541 HeapTupleHeaderAdvanceLatestRemovedXid(htup, in heap_prune_chain()
551 if (!HeapTupleHeaderIsHotUpdated(htup)) in heap_prune_chain()
757 HeapTupleHeader htup; in heap_get_root_tuples() local
774 if (HeapTupleHeaderIsHeapOnly(htup)) in heap_get_root_tuples()
784 if (!HeapTupleHeaderIsHotUpdated(htup)) in heap_get_root_tuples()
[all …]
/dports/databases/postgresql12-plperl/postgresql-12.9/src/backend/access/heap/
H A Dpruneheap.c360 HeapTupleHeader htup; in heap_prune_chain() local
380 tup.t_data = htup; in heap_prune_chain()
384 if (HeapTupleHeaderIsHeapOnly(htup)) in heap_prune_chain()
465 htup = (HeapTupleHeader) PageGetItem(dp, lp); in heap_prune_chain()
467 tup.t_data = htup; in heap_prune_chain()
541 HeapTupleHeaderAdvanceLatestRemovedXid(htup, in heap_prune_chain()
551 if (!HeapTupleHeaderIsHotUpdated(htup)) in heap_prune_chain()
757 HeapTupleHeader htup; in heap_get_root_tuples() local
774 if (HeapTupleHeaderIsHeapOnly(htup)) in heap_get_root_tuples()
784 if (!HeapTupleHeaderIsHotUpdated(htup)) in heap_get_root_tuples()
[all …]
/dports/databases/postgresql13-contrib/postgresql-13.5/src/backend/access/heap/
H A Dpruneheap.c360 HeapTupleHeader htup; in heap_prune_chain() local
380 tup.t_data = htup; in heap_prune_chain()
384 if (HeapTupleHeaderIsHeapOnly(htup)) in heap_prune_chain()
465 htup = (HeapTupleHeader) PageGetItem(dp, lp); in heap_prune_chain()
467 tup.t_data = htup; in heap_prune_chain()
541 HeapTupleHeaderAdvanceLatestRemovedXid(htup, in heap_prune_chain()
551 if (!HeapTupleHeaderIsHotUpdated(htup)) in heap_prune_chain()
757 HeapTupleHeader htup; in heap_get_root_tuples() local
774 if (HeapTupleHeaderIsHeapOnly(htup)) in heap_get_root_tuples()
784 if (!HeapTupleHeaderIsHotUpdated(htup)) in heap_get_root_tuples()
[all …]
/dports/databases/postgresql12-server/postgresql-12.9/src/backend/access/heap/
H A Dpruneheap.c360 HeapTupleHeader htup; in heap_prune_chain() local
380 tup.t_data = htup; in heap_prune_chain()
384 if (HeapTupleHeaderIsHeapOnly(htup)) in heap_prune_chain()
465 htup = (HeapTupleHeader) PageGetItem(dp, lp); in heap_prune_chain()
467 tup.t_data = htup; in heap_prune_chain()
541 HeapTupleHeaderAdvanceLatestRemovedXid(htup, in heap_prune_chain()
551 if (!HeapTupleHeaderIsHotUpdated(htup)) in heap_prune_chain()
757 HeapTupleHeader htup; in heap_get_root_tuples() local
774 if (HeapTupleHeaderIsHeapOnly(htup)) in heap_get_root_tuples()
784 if (!HeapTupleHeaderIsHotUpdated(htup)) in heap_get_root_tuples()
[all …]
/dports/databases/postgresql12-plpython/postgresql-12.9/src/backend/access/heap/
H A Dpruneheap.c360 HeapTupleHeader htup;
380 tup.t_data = htup;
384 if (HeapTupleHeaderIsHeapOnly(htup))
465 htup = (HeapTupleHeader) PageGetItem(dp, lp);
467 tup.t_data = htup;
541 HeapTupleHeaderAdvanceLatestRemovedXid(htup,
551 if (!HeapTupleHeaderIsHotUpdated(htup))
757 HeapTupleHeader htup;
774 if (HeapTupleHeaderIsHeapOnly(htup))
784 if (!HeapTupleHeaderIsHotUpdated(htup))
[all …]
/dports/databases/postgresql12-docs/postgresql-12.9/src/backend/access/heap/
H A Dpruneheap.c360 HeapTupleHeader htup; in heap_prune_chain() local
380 tup.t_data = htup; in heap_prune_chain()
384 if (HeapTupleHeaderIsHeapOnly(htup)) in heap_prune_chain()
465 htup = (HeapTupleHeader) PageGetItem(dp, lp); in heap_prune_chain()
467 tup.t_data = htup; in heap_prune_chain()
541 HeapTupleHeaderAdvanceLatestRemovedXid(htup, in heap_prune_chain()
551 if (!HeapTupleHeaderIsHotUpdated(htup)) in heap_prune_chain()
757 HeapTupleHeader htup; in heap_get_root_tuples() local
774 if (HeapTupleHeaderIsHeapOnly(htup)) in heap_get_root_tuples()
784 if (!HeapTupleHeaderIsHotUpdated(htup)) in heap_get_root_tuples()
[all …]
/dports/databases/postgresql12-pltcl/postgresql-12.9/src/backend/access/heap/
H A Dpruneheap.c360 HeapTupleHeader htup;
380 tup.t_data = htup;
384 if (HeapTupleHeaderIsHeapOnly(htup))
465 htup = (HeapTupleHeader) PageGetItem(dp, lp);
467 tup.t_data = htup;
541 HeapTupleHeaderAdvanceLatestRemovedXid(htup,
551 if (!HeapTupleHeaderIsHotUpdated(htup))
757 HeapTupleHeader htup;
774 if (HeapTupleHeaderIsHeapOnly(htup))
784 if (!HeapTupleHeaderIsHotUpdated(htup))
[all …]
/dports/databases/postgresql13-plpython/postgresql-13.5/src/backend/access/heap/
H A Dpruneheap.c360 HeapTupleHeader htup; in heap_prune_chain() local
380 tup.t_data = htup; in heap_prune_chain()
384 if (HeapTupleHeaderIsHeapOnly(htup)) in heap_prune_chain()
465 htup = (HeapTupleHeader) PageGetItem(dp, lp); in heap_prune_chain()
467 tup.t_data = htup; in heap_prune_chain()
541 HeapTupleHeaderAdvanceLatestRemovedXid(htup, in heap_prune_chain()
551 if (!HeapTupleHeaderIsHotUpdated(htup)) in heap_prune_chain()
757 HeapTupleHeader htup; in heap_get_root_tuples() local
774 if (HeapTupleHeaderIsHeapOnly(htup)) in heap_get_root_tuples()
784 if (!HeapTupleHeaderIsHotUpdated(htup)) in heap_get_root_tuples()
[all …]
/dports/databases/postgresql13-plperl/postgresql-13.5/src/backend/access/heap/
H A Dpruneheap.c360 HeapTupleHeader htup; in heap_prune_chain() local
380 tup.t_data = htup; in heap_prune_chain()
384 if (HeapTupleHeaderIsHeapOnly(htup)) in heap_prune_chain()
465 htup = (HeapTupleHeader) PageGetItem(dp, lp); in heap_prune_chain()
467 tup.t_data = htup; in heap_prune_chain()
541 HeapTupleHeaderAdvanceLatestRemovedXid(htup, in heap_prune_chain()
551 if (!HeapTupleHeaderIsHotUpdated(htup)) in heap_prune_chain()
757 HeapTupleHeader htup; in heap_get_root_tuples() local
774 if (HeapTupleHeaderIsHeapOnly(htup)) in heap_get_root_tuples()
784 if (!HeapTupleHeaderIsHotUpdated(htup)) in heap_get_root_tuples()
[all …]
/dports/databases/postgresql13-client/postgresql-13.5/src/backend/access/heap/
H A Dpruneheap.c360 HeapTupleHeader htup; in heap_prune_chain() local
380 tup.t_data = htup; in heap_prune_chain()
384 if (HeapTupleHeaderIsHeapOnly(htup)) in heap_prune_chain()
465 htup = (HeapTupleHeader) PageGetItem(dp, lp); in heap_prune_chain()
467 tup.t_data = htup; in heap_prune_chain()
541 HeapTupleHeaderAdvanceLatestRemovedXid(htup, in heap_prune_chain()
551 if (!HeapTupleHeaderIsHotUpdated(htup)) in heap_prune_chain()
757 HeapTupleHeader htup; in heap_get_root_tuples() local
774 if (HeapTupleHeaderIsHeapOnly(htup)) in heap_get_root_tuples()
784 if (!HeapTupleHeaderIsHotUpdated(htup)) in heap_get_root_tuples()
[all …]
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/access/heap/
H A Dpruneheap.c362 HeapTupleHeader htup; in heap_prune_chain() local
382 tup.t_data = htup; in heap_prune_chain()
386 if (HeapTupleHeaderIsHeapOnly(htup)) in heap_prune_chain()
467 htup = (HeapTupleHeader) PageGetItem(dp, lp); in heap_prune_chain()
469 tup.t_data = htup; in heap_prune_chain()
543 HeapTupleHeaderAdvanceLatestRemovedXid(htup, in heap_prune_chain()
553 if (!HeapTupleHeaderIsHotUpdated(htup)) in heap_prune_chain()
756 HeapTupleHeader htup; in heap_get_root_tuples() local
773 if (HeapTupleHeaderIsHeapOnly(htup)) in heap_get_root_tuples()
783 if (!HeapTupleHeaderIsHotUpdated(htup)) in heap_get_root_tuples()
[all …]
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/access/heap/
H A Dpruneheap.c362 HeapTupleHeader htup; in heap_prune_chain() local
382 tup.t_data = htup; in heap_prune_chain()
386 if (HeapTupleHeaderIsHeapOnly(htup)) in heap_prune_chain()
467 htup = (HeapTupleHeader) PageGetItem(dp, lp); in heap_prune_chain()
469 tup.t_data = htup; in heap_prune_chain()
543 HeapTupleHeaderAdvanceLatestRemovedXid(htup, in heap_prune_chain()
553 if (!HeapTupleHeaderIsHotUpdated(htup)) in heap_prune_chain()
756 HeapTupleHeader htup; in heap_get_root_tuples() local
773 if (HeapTupleHeaderIsHeapOnly(htup)) in heap_get_root_tuples()
783 if (!HeapTupleHeaderIsHotUpdated(htup)) in heap_get_root_tuples()
[all …]
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/access/heap/
H A Dpruneheap.c362 HeapTupleHeader htup; in heap_prune_chain() local
382 tup.t_data = htup; in heap_prune_chain()
386 if (HeapTupleHeaderIsHeapOnly(htup)) in heap_prune_chain()
467 htup = (HeapTupleHeader) PageGetItem(dp, lp); in heap_prune_chain()
469 tup.t_data = htup; in heap_prune_chain()
543 HeapTupleHeaderAdvanceLatestRemovedXid(htup, in heap_prune_chain()
553 if (!HeapTupleHeaderIsHotUpdated(htup)) in heap_prune_chain()
756 HeapTupleHeader htup; in heap_get_root_tuples() local
773 if (HeapTupleHeaderIsHeapOnly(htup)) in heap_get_root_tuples()
783 if (!HeapTupleHeaderIsHotUpdated(htup)) in heap_get_root_tuples()
[all …]
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/access/heap/
H A Dpruneheap.c361 HeapTupleHeader htup; in heap_prune_chain() local
381 tup.t_data = htup; in heap_prune_chain()
385 if (HeapTupleHeaderIsHeapOnly(htup)) in heap_prune_chain()
466 htup = (HeapTupleHeader) PageGetItem(dp, lp); in heap_prune_chain()
468 tup.t_data = htup; in heap_prune_chain()
542 HeapTupleHeaderAdvanceLatestRemovedXid(htup, in heap_prune_chain()
552 if (!HeapTupleHeaderIsHotUpdated(htup)) in heap_prune_chain()
755 HeapTupleHeader htup; in heap_get_root_tuples() local
772 if (HeapTupleHeaderIsHeapOnly(htup)) in heap_get_root_tuples()
782 if (!HeapTupleHeaderIsHotUpdated(htup)) in heap_get_root_tuples()
[all …]

12345678910>>...57