forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitc922b24
committed
jit: Create void type in the right context
Commit3b991f8 introduced a specific context for types suchthat all no longer referenced types can be dropped periodicallyrather than leaking. One void pointer type creation was howevermissed leading to an assertion failure in LLVM Debug builds.Per buildfarm members canebreak and urutu. Fix with assistancefrom Andres. The codepath in question was refactored in version13 hence why this only affected version 12.Reported-by: Tom Lane <tgl@sss.pgh.pa.us>Discussion:https://postgr.es/m/1106876.1700409912@sss.pgh.pa.us1 parente81e617 commitc922b24
1 file changed
+3
-1
lines changedLines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2620 | 2620 |
| |
2621 | 2621 |
| |
2622 | 2622 |
| |
| 2623 | + | |
2623 | 2624 |
| |
| 2625 | + | |
2624 | 2626 |
| |
2625 | 2627 |
| |
2626 | 2628 |
| |
2627 | 2629 |
| |
2628 | 2630 |
| |
2629 | 2631 |
| |
2630 | 2632 |
| |
2631 |
| - | |
| 2633 | + | |
2632 | 2634 |
| |
2633 | 2635 |
| |
2634 | 2636 |
| |
|
0 commit comments
Comments
(0)