Home
last modified time | relevance | path

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

12

/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/access/heap/
H A Dheapam.c99 Bitmapset *hot_attrs,
3459 Bitmapset *hot_attrs; in heap_update() local
3523 hot_attrs = RelationGetIndexAttrBitmap(relation, INDEX_ATTR_BITMAP_ALL); in heap_update()
3584 HeapSatisfiesHOTandKeyUpdate(relation, hot_attrs, key_attrs, id_attrs, in heap_update()
3829 bms_free(hot_attrs); in heap_update()
4297 bms_free(hot_attrs); in heap_update()
4400 HeapSatisfiesHOTandKeyUpdate(Relation relation, Bitmapset *hot_attrs, in HeapSatisfiesHOTandKeyUpdate() argument
4415 Assert(bms_is_subset(key_attrs, hot_attrs)); in HeapSatisfiesHOTandKeyUpdate()
4423 next_hot_attnum = bms_first_member(hot_attrs); in HeapSatisfiesHOTandKeyUpdate()
4475 next_hot_attnum = bms_first_member(hot_attrs); in HeapSatisfiesHOTandKeyUpdate()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/access/heap/
H A Dheapam.c99 Bitmapset *hot_attrs,
3459 Bitmapset *hot_attrs; in heap_update() local
3523 hot_attrs = RelationGetIndexAttrBitmap(relation, INDEX_ATTR_BITMAP_ALL); in heap_update()
3584 HeapSatisfiesHOTandKeyUpdate(relation, hot_attrs, key_attrs, id_attrs, in heap_update()
3829 bms_free(hot_attrs); in heap_update()
4297 bms_free(hot_attrs); in heap_update()
4400 HeapSatisfiesHOTandKeyUpdate(Relation relation, Bitmapset *hot_attrs, in HeapSatisfiesHOTandKeyUpdate() argument
4415 Assert(bms_is_subset(key_attrs, hot_attrs)); in HeapSatisfiesHOTandKeyUpdate()
4423 next_hot_attnum = bms_first_member(hot_attrs); in HeapSatisfiesHOTandKeyUpdate()
4475 next_hot_attnum = bms_first_member(hot_attrs); in HeapSatisfiesHOTandKeyUpdate()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/access/heap/
H A Dheapam.c99 Bitmapset *hot_attrs,
3459 Bitmapset *hot_attrs; in heap_update() local
3523 hot_attrs = RelationGetIndexAttrBitmap(relation, INDEX_ATTR_BITMAP_ALL); in heap_update()
3584 HeapSatisfiesHOTandKeyUpdate(relation, hot_attrs, key_attrs, id_attrs, in heap_update()
3829 bms_free(hot_attrs); in heap_update()
4297 bms_free(hot_attrs); in heap_update()
4400 HeapSatisfiesHOTandKeyUpdate(Relation relation, Bitmapset *hot_attrs, in HeapSatisfiesHOTandKeyUpdate() argument
4415 Assert(bms_is_subset(key_attrs, hot_attrs)); in HeapSatisfiesHOTandKeyUpdate()
4423 next_hot_attnum = bms_first_member(hot_attrs); in HeapSatisfiesHOTandKeyUpdate()
4475 next_hot_attnum = bms_first_member(hot_attrs); in HeapSatisfiesHOTandKeyUpdate()
/dports/databases/postgresql96-client/postgresql-9.6.24/src/backend/access/heap/
H A Dheapam.c99 Bitmapset *hot_attrs,
3459 Bitmapset *hot_attrs; in heap_update() local
3523 hot_attrs = RelationGetIndexAttrBitmap(relation, INDEX_ATTR_BITMAP_ALL); in heap_update()
3584 HeapSatisfiesHOTandKeyUpdate(relation, hot_attrs, key_attrs, id_attrs, in heap_update()
3829 bms_free(hot_attrs); in heap_update()
4297 bms_free(hot_attrs); in heap_update()
4400 HeapSatisfiesHOTandKeyUpdate(Relation relation, Bitmapset *hot_attrs, in HeapSatisfiesHOTandKeyUpdate() argument
4415 Assert(bms_is_subset(key_attrs, hot_attrs)); in HeapSatisfiesHOTandKeyUpdate()
4423 next_hot_attnum = bms_first_member(hot_attrs); in HeapSatisfiesHOTandKeyUpdate()
4475 next_hot_attnum = bms_first_member(hot_attrs); in HeapSatisfiesHOTandKeyUpdate()
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/backend/access/heap/
H A Dheapam.c99 Bitmapset *hot_attrs,
3459 Bitmapset *hot_attrs; in heap_update() local
3523 hot_attrs = RelationGetIndexAttrBitmap(relation, INDEX_ATTR_BITMAP_ALL); in heap_update()
3584 HeapSatisfiesHOTandKeyUpdate(relation, hot_attrs, key_attrs, id_attrs, in heap_update()
3829 bms_free(hot_attrs); in heap_update()
4297 bms_free(hot_attrs); in heap_update()
4400 HeapSatisfiesHOTandKeyUpdate(Relation relation, Bitmapset *hot_attrs, in HeapSatisfiesHOTandKeyUpdate() argument
4415 Assert(bms_is_subset(key_attrs, hot_attrs)); in HeapSatisfiesHOTandKeyUpdate()
4423 next_hot_attnum = bms_first_member(hot_attrs); in HeapSatisfiesHOTandKeyUpdate()
4475 next_hot_attnum = bms_first_member(hot_attrs); in HeapSatisfiesHOTandKeyUpdate()
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/backend/access/heap/
H A Dheapam.c99 Bitmapset *hot_attrs,
3459 Bitmapset *hot_attrs; in heap_update() local
3523 hot_attrs = RelationGetIndexAttrBitmap(relation, INDEX_ATTR_BITMAP_ALL); in heap_update()
3584 HeapSatisfiesHOTandKeyUpdate(relation, hot_attrs, key_attrs, id_attrs, in heap_update()
3829 bms_free(hot_attrs); in heap_update()
4297 bms_free(hot_attrs); in heap_update()
4400 HeapSatisfiesHOTandKeyUpdate(Relation relation, Bitmapset *hot_attrs, in HeapSatisfiesHOTandKeyUpdate() argument
4415 Assert(bms_is_subset(key_attrs, hot_attrs)); in HeapSatisfiesHOTandKeyUpdate()
4423 next_hot_attnum = bms_first_member(hot_attrs); in HeapSatisfiesHOTandKeyUpdate()
4475 next_hot_attnum = bms_first_member(hot_attrs); in HeapSatisfiesHOTandKeyUpdate()
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/backend/access/heap/
H A Dheapam.c99 Bitmapset *hot_attrs,
3459 Bitmapset *hot_attrs; in heap_update() local
3523 hot_attrs = RelationGetIndexAttrBitmap(relation, INDEX_ATTR_BITMAP_ALL); in heap_update()
3584 HeapSatisfiesHOTandKeyUpdate(relation, hot_attrs, key_attrs, id_attrs, in heap_update()
3829 bms_free(hot_attrs); in heap_update()
4297 bms_free(hot_attrs); in heap_update()
4400 HeapSatisfiesHOTandKeyUpdate(Relation relation, Bitmapset *hot_attrs, in HeapSatisfiesHOTandKeyUpdate() argument
4415 Assert(bms_is_subset(key_attrs, hot_attrs)); in HeapSatisfiesHOTandKeyUpdate()
4423 next_hot_attnum = bms_first_member(hot_attrs); in HeapSatisfiesHOTandKeyUpdate()
4475 next_hot_attnum = bms_first_member(hot_attrs); in HeapSatisfiesHOTandKeyUpdate()
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/access/heap/
H A Dheapam.c3484 Bitmapset *hot_attrs; in heap_update() local
3552 hot_attrs = RelationGetIndexAttrBitmap(relation, INDEX_ATTR_BITMAP_ALL); in heap_update()
3576 interesting_attrs = bms_add_members(interesting_attrs, hot_attrs); in heap_update()
3880 bms_free(hot_attrs); in heap_update()
4191 if (hot_attrs_checked && !bms_overlap(modified_attrs, hot_attrs)) in heap_update()
4353 bms_free(hot_attrs); in heap_update()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/access/heap/
H A Dheapam.c3484 Bitmapset *hot_attrs; in heap_update() local
3552 hot_attrs = RelationGetIndexAttrBitmap(relation, INDEX_ATTR_BITMAP_ALL); in heap_update()
3576 interesting_attrs = bms_add_members(interesting_attrs, hot_attrs); in heap_update()
3880 bms_free(hot_attrs); in heap_update()
4191 if (hot_attrs_checked && !bms_overlap(modified_attrs, hot_attrs)) in heap_update()
4353 bms_free(hot_attrs); in heap_update()
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/access/heap/
H A Dheapam.c3484 Bitmapset *hot_attrs; in heap_update() local
3552 hot_attrs = RelationGetIndexAttrBitmap(relation, INDEX_ATTR_BITMAP_ALL); in heap_update()
3576 interesting_attrs = bms_add_members(interesting_attrs, hot_attrs); in heap_update()
3880 bms_free(hot_attrs); in heap_update()
4191 if (hot_attrs_checked && !bms_overlap(modified_attrs, hot_attrs)) in heap_update()
4353 bms_free(hot_attrs); in heap_update()
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/access/heap/
H A Dheapam.c3484 Bitmapset *hot_attrs; in heap_update() local
3552 hot_attrs = RelationGetIndexAttrBitmap(relation, INDEX_ATTR_BITMAP_ALL); in heap_update()
3576 interesting_attrs = bms_add_members(interesting_attrs, hot_attrs); in heap_update()
3880 bms_free(hot_attrs); in heap_update()
4191 if (hot_attrs_checked && !bms_overlap(modified_attrs, hot_attrs)) in heap_update()
4353 bms_free(hot_attrs); in heap_update()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/access/heap/
H A Dheapam.c3484 Bitmapset *hot_attrs; in heap_update() local
3552 hot_attrs = RelationGetIndexAttrBitmap(relation, INDEX_ATTR_BITMAP_ALL); in heap_update()
3576 interesting_attrs = bms_add_members(interesting_attrs, hot_attrs); in heap_update()
3880 bms_free(hot_attrs); in heap_update()
4191 if (hot_attrs_checked && !bms_overlap(modified_attrs, hot_attrs)) in heap_update()
4353 bms_free(hot_attrs); in heap_update()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/access/heap/
H A Dheapam.c3484 Bitmapset *hot_attrs; in heap_update() local
3552 hot_attrs = RelationGetIndexAttrBitmap(relation, INDEX_ATTR_BITMAP_ALL); in heap_update()
3576 interesting_attrs = bms_add_members(interesting_attrs, hot_attrs); in heap_update()
3880 bms_free(hot_attrs); in heap_update()
4191 if (hot_attrs_checked && !bms_overlap(modified_attrs, hot_attrs)) in heap_update()
4353 bms_free(hot_attrs); in heap_update()
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/access/heap/
H A Dheapam.c2915 Bitmapset *hot_attrs;
2983 hot_attrs = RelationGetIndexAttrBitmap(relation, INDEX_ATTR_BITMAP_ALL);
3007 interesting_attrs = bms_add_members(interesting_attrs, hot_attrs);
3308 bms_free(hot_attrs);
3629 if (hot_attrs_checked && !bms_overlap(modified_attrs, hot_attrs))
3791 bms_free(hot_attrs);
/dports/databases/postgresql13-server/postgresql-13.5/src/backend/access/heap/
H A Dheapam.c2884 Bitmapset *hot_attrs;
2952 hot_attrs = RelationGetIndexAttrBitmap(relation, INDEX_ATTR_BITMAP_ALL);
2976 interesting_attrs = bms_add_members(interesting_attrs, hot_attrs);
3277 bms_free(hot_attrs);
3599 if (hot_attrs_checked && !bms_overlap(modified_attrs, hot_attrs))
3761 bms_free(hot_attrs);
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/backend/access/heap/
H A Dheapam.c2884 Bitmapset *hot_attrs; in heap_update() local
2952 hot_attrs = RelationGetIndexAttrBitmap(relation, INDEX_ATTR_BITMAP_ALL); in heap_update()
2976 interesting_attrs = bms_add_members(interesting_attrs, hot_attrs); in heap_update()
3277 bms_free(hot_attrs); in heap_update()
3599 if (hot_attrs_checked && !bms_overlap(modified_attrs, hot_attrs)) in heap_update()
3761 bms_free(hot_attrs); in heap_update()
/dports/databases/postgresql13-docs/postgresql-13.5/src/backend/access/heap/
H A Dheapam.c2884 Bitmapset *hot_attrs; in heap_update() local
2952 hot_attrs = RelationGetIndexAttrBitmap(relation, INDEX_ATTR_BITMAP_ALL); in heap_update()
2976 interesting_attrs = bms_add_members(interesting_attrs, hot_attrs); in heap_update()
3277 bms_free(hot_attrs); in heap_update()
3599 if (hot_attrs_checked && !bms_overlap(modified_attrs, hot_attrs)) in heap_update()
3761 bms_free(hot_attrs); in heap_update()
/dports/databases/postgresql12-contrib/postgresql-12.9/src/backend/access/heap/
H A Dheapam.c2915 Bitmapset *hot_attrs; in heap_update() local
2983 hot_attrs = RelationGetIndexAttrBitmap(relation, INDEX_ATTR_BITMAP_ALL); in heap_update()
3007 interesting_attrs = bms_add_members(interesting_attrs, hot_attrs); in heap_update()
3308 bms_free(hot_attrs); in heap_update()
3629 if (hot_attrs_checked && !bms_overlap(modified_attrs, hot_attrs)) in heap_update()
3791 bms_free(hot_attrs); in heap_update()
/dports/databases/postgresql12-plperl/postgresql-12.9/src/backend/access/heap/
H A Dheapam.c2915 Bitmapset *hot_attrs;
2983 hot_attrs = RelationGetIndexAttrBitmap(relation, INDEX_ATTR_BITMAP_ALL);
3007 interesting_attrs = bms_add_members(interesting_attrs, hot_attrs);
3308 bms_free(hot_attrs);
3629 if (hot_attrs_checked && !bms_overlap(modified_attrs, hot_attrs))
3791 bms_free(hot_attrs);
/dports/databases/postgresql13-client/postgresql-13.5/src/backend/access/heap/
H A Dheapam.c2884 Bitmapset *hot_attrs; in heap_update() local
2952 hot_attrs = RelationGetIndexAttrBitmap(relation, INDEX_ATTR_BITMAP_ALL); in heap_update()
2976 interesting_attrs = bms_add_members(interesting_attrs, hot_attrs); in heap_update()
3277 bms_free(hot_attrs); in heap_update()
3599 if (hot_attrs_checked && !bms_overlap(modified_attrs, hot_attrs)) in heap_update()
3761 bms_free(hot_attrs); in heap_update()
/dports/databases/postgresql13-contrib/postgresql-13.5/src/backend/access/heap/
H A Dheapam.c2884 Bitmapset *hot_attrs; in heap_update() local
2952 hot_attrs = RelationGetIndexAttrBitmap(relation, INDEX_ATTR_BITMAP_ALL); in heap_update()
2976 interesting_attrs = bms_add_members(interesting_attrs, hot_attrs); in heap_update()
3277 bms_free(hot_attrs); in heap_update()
3599 if (hot_attrs_checked && !bms_overlap(modified_attrs, hot_attrs)) in heap_update()
3761 bms_free(hot_attrs); in heap_update()
/dports/databases/postgresql12-server/postgresql-12.9/src/backend/access/heap/
H A Dheapam.c2915 Bitmapset *hot_attrs; in heap_update() local
2983 hot_attrs = RelationGetIndexAttrBitmap(relation, INDEX_ATTR_BITMAP_ALL); in heap_update()
3007 interesting_attrs = bms_add_members(interesting_attrs, hot_attrs); in heap_update()
3308 bms_free(hot_attrs); in heap_update()
3629 if (hot_attrs_checked && !bms_overlap(modified_attrs, hot_attrs)) in heap_update()
3791 bms_free(hot_attrs); in heap_update()
/dports/databases/postgresql12-plpython/postgresql-12.9/src/backend/access/heap/
H A Dheapam.c2915 Bitmapset *hot_attrs; in heap_update() local
2983 hot_attrs = RelationGetIndexAttrBitmap(relation, INDEX_ATTR_BITMAP_ALL); in heap_update()
3007 interesting_attrs = bms_add_members(interesting_attrs, hot_attrs); in heap_update()
3308 bms_free(hot_attrs); in heap_update()
3629 if (hot_attrs_checked && !bms_overlap(modified_attrs, hot_attrs)) in heap_update()
3791 bms_free(hot_attrs); in heap_update()
/dports/databases/postgresql12-pltcl/postgresql-12.9/src/backend/access/heap/
H A Dheapam.c2915 Bitmapset *hot_attrs;
2983 hot_attrs = RelationGetIndexAttrBitmap(relation, INDEX_ATTR_BITMAP_ALL);
3007 interesting_attrs = bms_add_members(interesting_attrs, hot_attrs);
3308 bms_free(hot_attrs);
3629 if (hot_attrs_checked && !bms_overlap(modified_attrs, hot_attrs))
3791 bms_free(hot_attrs);
/dports/databases/postgresql12-docs/postgresql-12.9/src/backend/access/heap/
H A Dheapam.c2915 Bitmapset *hot_attrs; in heap_update() local
2983 hot_attrs = RelationGetIndexAttrBitmap(relation, INDEX_ATTR_BITMAP_ALL); in heap_update()
3007 interesting_attrs = bms_add_members(interesting_attrs, hot_attrs); in heap_update()
3308 bms_free(hot_attrs); in heap_update()
3629 if (hot_attrs_checked && !bms_overlap(modified_attrs, hot_attrs)) in heap_update()
3791 bms_free(hot_attrs); in heap_update()

12