mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-11 19:07:33 +08: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().