- Notifications
You must be signed in to change notification settings - Fork5
Commitc81c71d
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 supporttoasting, so of course they can't support expansion either.Per bug #14289 from Michael Overmeyer. Back-patch to 9.5 where expandedarrays were introduced.Report: <20160818174414.1529.37913@wrigleys.postgresql.org>1 parent191d457 commitc81c71d
2 files changed
+8
-3
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
39 |
| - | |
| 39 | + | |
40 | 40 |
| |
41 | 41 |
| |
42 | 42 |
| |
|
Lines changed: 7 additions & 2 deletions
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
Comments
(0)