Function pgrx_pg_sys::submodules::htup::HeapTupleHeaderFrozen
source · pub unsafe fn HeapTupleHeaderFrozen(tup: *const HeapTupleHeaderData) -> bool
Expand description
Does the specified HeapTupleHeaderData
represent a “frozen” tuple?
§Safety
Caller must ensure tup
is a valid HeapTupleHeaderData
pointer