forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitd9c05a9
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 parent7a9eaf1 commitd9c05a9
1 file changed
+3
-0
lines changedLines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1085 | 1085 |
| |
1086 | 1086 |
| |
1087 | 1087 |
| |
| 1088 | + | |
| 1089 | + | |
| 1090 | + | |
1088 | 1091 |
| |
1089 | 1092 |
| |
1090 | 1093 |
| |
|
0 commit comments
Comments
(0)