Assume deconstruct_array() outputs are untoasted.

Noah Misch <noah@leadboat.com>

Commit: 2fd26b23b662dcb0cf649e983a58581cb911fc4b
Author: Noah Misch <noah@leadboat.com>
Date: 2017-03-12T23:35:31Z
Releases: 10.0
Assume deconstruct_array() outputs are untoasted.

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().

Files