Skip to content

Commit

Permalink
Fix build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Mytherin committed May 22, 2024
1 parent 87ff189 commit 66e309b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion extension/jemalloc/jemalloc_extension.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,9 @@ void JemallocExtension::FlushAll() {

void JemallocExtension::SetBackgroundThreads(bool enable) {
SetJemallocCTL("background_thread", enable);
}

std::string JemallocExtension::Version() const {
std::string JemallocExtension::Version() const {
#ifdef EXT_VERSION_JEMALLOC
return EXT_VERSION_JEMALLOC;
#else
Expand Down

0 comments on commit 66e309b

Please sign in to comment.