forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit9b4e4cf
committed
Prepare for forthcoming LLVM 13 API change.
LLVM 13 (due out in September) has changed the semantics ofLLVMOrcAbsoluteSymbols(), so we need to bump some reference counts toavoid a double-free that causes crashes and bad query results.A proactive change seems necessary to avoid having a window of timewhere our respective latest releases would interact badly. It'spossible that the situation could change before then, though.Thanks to Fabien Coelho for monitoring bleeding edge LLVM and AndresFreund for tracking down the change.Back-patch to 11, where the JIT code arrived.Discussion:https://postgr.es/m/CA%2BhUKGLEy8mgtN7BNp0ooFAjUedDTJj5dME7NxLU-m91b85siA%40mail.gmail.com1 parentc13585f commit9b4e4cf
1 file changed
+3
-0
lines changedLines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1106 | 1106 |
| |
1107 | 1107 |
| |
1108 | 1108 |
| |
| 1109 | + | |
| 1110 | + | |
| 1111 | + | |
1109 | 1112 |
| |
1110 | 1113 |
| |
1111 | 1114 |
| |
|
0 commit comments
Comments
(0)