]> granicus.if.org Git - postgresql/commit
In plpgsql, don't try to convert int2vector or oidvector to expanded array.
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 18 Aug 2016 18:48:51 +0000 (14:48 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 18 Aug 2016 18:49:08 +0000 (14:49 -0400)
commit5697522d8411135d26a5d807f9e4afa182502f64
treedbbb00f7c418fcab13cb5e9082338f2574117f3e
parente8306745e3504c642f7abad411139d5630e29fac
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>
src/include/utils/array.h
src/pl/plpgsql/src/pl_comp.c