diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2016-08-18 14:48:51 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2016-08-18 14:48:51 -0400 |
commit | a8fc1950520985f321d4d07da9b1c633c0addd97 (patch) | |
tree | abf09845a9a30a474d499821ab0b3c6464629e23 /src/backend/access/transam/parallel.c | |
parent | a0833b972bd1e1198486bcea1651fcbd160a02c3 (diff) | |
download | postgresql-a8fc1950520985f321d4d07da9b1c633c0addd97.tar.gz postgresql-a8fc1950520985f321d4d07da9b1c633c0addd97.zip |
In plpgsql, don't try to convert int2vector or oidvector to expanded array.
These types are storage-compatible with real arrays, but they don't support
toasting, so of course they can't support expansion either.
Per bug #14289 from Michael Overmeyer. Back-patch to 9.5 where expanded
arrays were introduced.
Report: <20160818174414.1529.37913@wrigleys.postgresql.org>
Diffstat (limited to 'src/backend/access/transam/parallel.c')
0 files changed, 0 insertions, 0 deletions