Lines Matching refs:heapkeyspace

74 	bool		heapkeyspace;  member
144 bool heapkeyspace, bool readonly, bool heapallindexed,
301 bool heapkeyspace, in bt_index_check_internal() local
312 _bt_metaversion(indrel, &heapkeyspace, &allequalimage); in bt_index_check_internal()
313 if (allequalimage && !heapkeyspace) in bt_index_check_internal()
325 bt_check_every_level(indrel, heaprel, heapkeyspace, parentcheck, in bt_index_check_internal()
420 bt_check_every_level(Relation rel, Relation heaprel, bool heapkeyspace, in bt_check_every_level() argument
449 state->heapkeyspace = heapkeyspace; in bt_check_every_level()
511 if (state->rootdescend && !state->heapkeyspace) in bt_check_every_level()
1070 if (!_bt_check_natts(state->rel, state->heapkeyspace, state->target, in bt_target_page_check()
1127 if (!_bt_check_natts(state->rel, state->heapkeyspace, state->target, in bt_target_page_check()
1259 lowersizelimit = skey->heapkeyspace && in bt_target_page_check()
1364 if (state->heapkeyspace && BTreeTupleIsPosting(itup)) in bt_target_page_check()
1751 bt_pivot_tuple_identical(bool heapkeyspace, IndexTuple itup1, IndexTuple itup2) in bt_pivot_tuple_identical() argument
1756 if (heapkeyspace) in bt_pivot_tuple_identical()
2026 if (!bt_pivot_tuple_identical(state->heapkeyspace, highkey, itup)) in bt_child_highkey_check()
2657 Assert(key->heapkeyspace && key->scantid != NULL); in bt_rootdescend()
2760 if (!key->heapkeyspace) in invariant_l_offset()
2844 if (!key->heapkeyspace) in invariant_g_offset()
2885 if (!key->heapkeyspace) in invariant_l_nontarget_offset()
3182 Assert(state->heapkeyspace); in BTreeTupleGetHeapTIDCareful()