pgrx_pg_sys

Function GETSTRUCT

Source
pub unsafe fn GETSTRUCT(tuple: HeapTuple) -> *mut c_char
Expand description

Given a valid HeapTuple pointer, return address of the user data

ยงSafety

This function cannot determine if the tuple argument is really a non-null pointer to a pg_sys::HeapTuple.