Home
last modified time | relevance | path

Searched refs:HEAP_XACT_MASK (Results 51 – 75 of 219) sorted by relevance

123456789

/dports/databases/postgresql13-pltcl/postgresql-13.5/src/backend/access/heap/
H A Dheaptoast.c401 new_tuple->t_data->t_infomask &= ~HEAP_XACT_MASK; in toast_flatten_tuple()
403 tup->t_data->t_infomask & HEAP_XACT_MASK; in toast_flatten_tuple()
/dports/databases/postgresql13-docs/postgresql-13.5/src/backend/access/heap/
H A Dheaptoast.c401 new_tuple->t_data->t_infomask &= ~HEAP_XACT_MASK; in toast_flatten_tuple()
403 tup->t_data->t_infomask & HEAP_XACT_MASK; in toast_flatten_tuple()
/dports/databases/postgresql13-client/postgresql-13.5/src/backend/access/heap/
H A Dheaptoast.c401 new_tuple->t_data->t_infomask &= ~HEAP_XACT_MASK; in toast_flatten_tuple()
403 tup->t_data->t_infomask & HEAP_XACT_MASK; in toast_flatten_tuple()
/dports/databases/postgresql13-contrib/postgresql-13.5/src/backend/access/heap/
H A Dheaptoast.c401 new_tuple->t_data->t_infomask &= ~HEAP_XACT_MASK;
403 tup->t_data->t_infomask & HEAP_XACT_MASK;
/dports/databases/postgresql13-plperl/postgresql-13.5/src/backend/access/heap/
H A Dheaptoast.c401 new_tuple->t_data->t_infomask &= ~HEAP_XACT_MASK; in toast_flatten_tuple()
403 tup->t_data->t_infomask & HEAP_XACT_MASK; in toast_flatten_tuple()
/dports/databases/postgresql13-plpython/postgresql-13.5/src/backend/access/heap/
H A Dheaptoast.c401 new_tuple->t_data->t_infomask &= ~HEAP_XACT_MASK;
403 tup->t_data->t_infomask & HEAP_XACT_MASK;
/dports/databases/postgresql14-server/postgresql-14.1/contrib/pg_surgery/
H A Dheap_surgery.c283 htup->t_infomask &= ~HEAP_XACT_MASK; in heap_force_common()
/dports/databases/postgresql14-plpython/postgresql-14.1/contrib/pg_surgery/
H A Dheap_surgery.c283 htup->t_infomask &= ~HEAP_XACT_MASK; in heap_force_common()
/dports/databases/postgresql14-pltcl/postgresql-14.1/contrib/pg_surgery/
H A Dheap_surgery.c283 htup->t_infomask &= ~HEAP_XACT_MASK; in heap_force_common()
/dports/databases/postgresql14-plperl/postgresql-14.1/contrib/pg_surgery/
H A Dheap_surgery.c283 htup->t_infomask &= ~HEAP_XACT_MASK; in heap_force_common()
/dports/databases/postgresql14-client/postgresql-14.1/contrib/pg_surgery/
H A Dheap_surgery.c283 htup->t_infomask &= ~HEAP_XACT_MASK; in heap_force_common()
/dports/databases/postgresql14-docs/postgresql-14.1/contrib/pg_surgery/
H A Dheap_surgery.c283 htup->t_infomask &= ~HEAP_XACT_MASK; in heap_force_common()
/dports/databases/postgresql14-contrib/postgresql-14.1/contrib/pg_surgery/
H A Dheap_surgery.c283 htup->t_infomask &= ~HEAP_XACT_MASK; in heap_force_common()
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/access/heap/
H A Drewriteheap.c399 new_tuple->t_data->t_infomask &= ~HEAP_XACT_MASK; in rewrite_heap_tuple()
402 old_tuple->t_data->t_infomask & HEAP_XACT_MASK; in rewrite_heap_tuple()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/access/heap/
H A Drewriteheap.c401 new_tuple->t_data->t_infomask &= ~HEAP_XACT_MASK; in rewrite_heap_tuple()
404 old_tuple->t_data->t_infomask & HEAP_XACT_MASK; in rewrite_heap_tuple()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/access/heap/
H A Drewriteheap.c399 new_tuple->t_data->t_infomask &= ~HEAP_XACT_MASK; in rewrite_heap_tuple()
402 old_tuple->t_data->t_infomask & HEAP_XACT_MASK; in rewrite_heap_tuple()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/access/heap/
H A Drewriteheap.c399 new_tuple->t_data->t_infomask &= ~HEAP_XACT_MASK; in rewrite_heap_tuple()
402 old_tuple->t_data->t_infomask & HEAP_XACT_MASK; in rewrite_heap_tuple()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/access/heap/
H A Drewriteheap.c401 new_tuple->t_data->t_infomask &= ~HEAP_XACT_MASK; in rewrite_heap_tuple()
404 old_tuple->t_data->t_infomask & HEAP_XACT_MASK; in rewrite_heap_tuple()
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/access/heap/
H A Drewriteheap.c401 new_tuple->t_data->t_infomask &= ~HEAP_XACT_MASK; in rewrite_heap_tuple()
404 old_tuple->t_data->t_infomask & HEAP_XACT_MASK; in rewrite_heap_tuple()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/access/heap/
H A Drewriteheap.c401 new_tuple->t_data->t_infomask &= ~HEAP_XACT_MASK; in rewrite_heap_tuple()
404 old_tuple->t_data->t_infomask & HEAP_XACT_MASK; in rewrite_heap_tuple()
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/access/heap/
H A Drewriteheap.c401 new_tuple->t_data->t_infomask &= ~HEAP_XACT_MASK; in rewrite_heap_tuple()
404 old_tuple->t_data->t_infomask & HEAP_XACT_MASK; in rewrite_heap_tuple()
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/access/heap/
H A Drewriteheap.c401 new_tuple->t_data->t_infomask &= ~HEAP_XACT_MASK; in rewrite_heap_tuple()
404 old_tuple->t_data->t_infomask & HEAP_XACT_MASK; in rewrite_heap_tuple()
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/access/heap/
H A Drewriteheap.c401 new_tuple->t_data->t_infomask &= ~HEAP_XACT_MASK; in rewrite_heap_tuple()
404 old_tuple->t_data->t_infomask & HEAP_XACT_MASK; in rewrite_heap_tuple()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/access/heap/
H A Drewriteheap.c401 new_tuple->t_data->t_infomask &= ~HEAP_XACT_MASK; in rewrite_heap_tuple()
404 old_tuple->t_data->t_infomask & HEAP_XACT_MASK; in rewrite_heap_tuple()
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/access/heap/
H A Drewriteheap.c401 new_tuple->t_data->t_infomask &= ~HEAP_XACT_MASK; in rewrite_heap_tuple()
404 old_tuple->t_data->t_infomask & HEAP_XACT_MASK; in rewrite_heap_tuple()

123456789