mirror of
https://github.com/postgres/postgres.git
synced 2025-04-25 21:42:33 +03:00
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().