Commit c81c71d
committed
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>1 parent 191d457 commit c81c71d
2 files changed
+8
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2192 | 2192 | | |
2193 | 2193 | | |
2194 | 2194 | | |
2195 | | - | |
| 2195 | + | |
| 2196 | + | |
| 2197 | + | |
| 2198 | + | |
2196 | 2199 | | |
2197 | | - | |
| 2200 | + | |
| 2201 | + | |
2198 | 2202 | | |
2199 | 2203 | | |
2200 | 2204 | | |
2201 | 2205 | | |
2202 | 2206 | | |
| 2207 | + | |
2203 | 2208 | | |
2204 | 2209 | | |
2205 | 2210 | | |
| |||
0 commit comments