Skip to content

Commit

Permalink
chore: Update vendored sources to duckdb/duckdb@fc961bb
Browse files Browse the repository at this point in the history
Merge pull request duckdb/duckdb#9886 from jkub/bp_protected
  • Loading branch information
krlmlr committed Dec 14, 2023
1 parent 51ad349 commit 340cc82
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/duckdb/src/function/table/version/pragma_version.cpp
@@ -1,8 +1,8 @@
#ifndef DUCKDB_VERSION
#define DUCKDB_VERSION "v0.9.3-dev1079"
#define DUCKDB_VERSION "v0.9.3-dev1081"
#endif
#ifndef DUCKDB_SOURCE_ID
#define DUCKDB_SOURCE_ID "d38d999df7"
#define DUCKDB_SOURCE_ID "fc961bb635"
#endif
#include "duckdb/function/table/system_functions.hpp"
#include "duckdb/main/database.hpp"
Expand Down
Expand Up @@ -64,7 +64,7 @@ class BufferPool {
void PurgeQueue();
void AddToEvictionQueue(shared_ptr<BlockHandle> &handle);

private:
protected:
//! The lock for changing the memory limit
mutex limit_lock;
//! The current amount of memory that is occupied by the buffer manager (in bytes)
Expand Down

0 comments on commit 340cc82

Please sign in to comment.