Skip to content

Commit f08e565

Browse files
duckdblabs-botgithub-actions[bot]
authored andcommitted
Update vendored DuckDB sources to 2d69f075ee
1 parent 290b497 commit f08e565

2 files changed

Lines changed: 3 additions & 7 deletions

File tree

src/duckdb/src/function/table/version/pragma_version.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
@@ -8,10 +8,10 @@
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"

src/duckdb/src/main/attached_database.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)