• Noah Misch's avatar
    Assume deconstruct_array() outputs are untoasted. · 2fd26b23
    Noah Misch authored
    In functions that issue a deconstruct_array() call, consistently use
    plain VARSIZE()/VARDATA() on the array elements.  Prior practice was
    divided between those and VARSIZE_ANY_EXHDR()/VARDATA_ANY().
    2fd26b23
hstore_io.c 31.5 KB