forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit49ad32d
committed
Fix recently-introduced crash in array_contain_compare().
Silly oversight in commit1dc5ebc:when array2 is an expanded array, it might have array2->xpn.dnulls equalto NULL, indicating the array is known null-free. The code wasn'texpecting that, because it formerly always used deconstruct_array() whichalways delivers a nulls array.Per bug #13334 from Regina Obe.1 parent5302760 commit49ad32d
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4110 | 4110 |
| |
4111 | 4111 |
| |
4112 | 4112 |
| |
4113 |
| - | |
| 4113 | + | |
4114 | 4114 |
| |
4115 | 4115 |
| |
4116 | 4116 |
| |
|
0 commit comments
Comments
(0)