Files
postgresql/src/backend
Noah Misch 2fd26b23b6 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().
2017-03-12 19:35:31 -04:00
..
2017-01-03 13:48:53 -05:00
2017-03-08 12:40:26 -03:00
2016-08-08 11:08:00 -04:00
2017-03-08 12:40:26 -03:00
2017-02-06 11:33:58 +02:00