File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11#ifndef DUCKDB_PATCH_VERSION
2- #define DUCKDB_PATCH_VERSION " 2-dev253 "
2+ #define DUCKDB_PATCH_VERSION " 2-dev266 "
33#endif
44#ifndef DUCKDB_MINOR_VERSION
55#define DUCKDB_MINOR_VERSION 4
88#define DUCKDB_MAJOR_VERSION 1
99#endif
1010#ifndef DUCKDB_VERSION
11- #define DUCKDB_VERSION " v1.4.2-dev253 "
11+ #define DUCKDB_VERSION " v1.4.2-dev266 "
1212#endif
1313#ifndef DUCKDB_SOURCE_ID
14- #define DUCKDB_SOURCE_ID " f50618b48c "
14+ #define DUCKDB_SOURCE_ID " 2d69f075ee "
1515#endif
1616#include " duckdb/function/table/system_functions.hpp"
1717#include " duckdb/main/database.hpp"
Original file line number Diff line number Diff line change @@ -272,10 +272,6 @@ void AttachedDatabase::Close() {
272272 catalog.reset ();
273273 storage.reset ();
274274 stored_database_path.reset ();
275-
276- if (Allocator::SupportsFlush ()) {
277- Allocator::FlushAll ();
278- }
279275}
280276
281277} // namespace duckdb
You can’t perform that action at this time.
0 commit comments