Commit 6b660ba
committed
Add jemalloc placeholder on Windows
Due to the way how `generated_extension_loader_package_build.cpp` is
generated in the latest `main` versions of the engine, it expects to
have the same set of linked extensions on all platforms. `jemalloc`
extension is not available on Windows, so the JDBC build fails on
Windows.
This PR adds an emtpy placeholder for `JemallocExtension` class that is
expected by `generated_extension_loader_package_build.cpp` to fix the
compilation on Windows.1 parent 4c34c6f commit 6b660ba
File tree
3 files changed
+20
-0
lines changed- src/windows
3 files changed
+20
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
569 | 569 | | |
570 | 570 | | |
571 | 571 | | |
| 572 | + | |
572 | 573 | | |
573 | 574 | | |
574 | 575 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| 98 | + | |
98 | 99 | | |
99 | 100 | | |
100 | 101 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
0 commit comments