pgrx_pg_sys

Type Alias text

Source
pub type text = varlena;

Aliased Type§

struct text {
    pub vl_len_: [i8; 4],
    pub vl_dat: __IncompleteArrayField<i8>,
}

Fields§

§vl_len_: [i8; 4]§vl_dat: __IncompleteArrayField<i8>