File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
#ifndef DUCKDB_PATCH_VERSION
2
- #define DUCKDB_PATCH_VERSION " 2-dev218 "
2
+ #define DUCKDB_PATCH_VERSION " 2"
3
3
#endif
4
4
#ifndef DUCKDB_MINOR_VERSION
5
5
#define DUCKDB_MINOR_VERSION 1
8
8
#define DUCKDB_MAJOR_VERSION 1
9
9
#endif
10
10
#ifndef DUCKDB_VERSION
11
- #define DUCKDB_VERSION " v1.1.2-dev218 "
11
+ #define DUCKDB_VERSION " v1.1.2"
12
12
#endif
13
13
#ifndef DUCKDB_SOURCE_ID
14
- #define DUCKDB_SOURCE_ID " 8e05196906 "
14
+ #define DUCKDB_SOURCE_ID " f680b7d08f "
15
15
#endif
16
16
#include " duckdb/function/table/system_functions.hpp"
17
17
#include " duckdb/main/database.hpp"
Original file line number Diff line number Diff line change @@ -121,6 +121,7 @@ bool QueryProfiler::OperatorRequiresProfiling(PhysicalOperatorType op_type) {
121
121
case PhysicalOperatorType::UNION:
122
122
case PhysicalOperatorType::RECURSIVE_CTE:
123
123
case PhysicalOperatorType::EMPTY_RESULT:
124
+ case PhysicalOperatorType::EXTENSION:
124
125
return true ;
125
126
default :
126
127
return false ;
You can’t perform that action at this time.
0 commit comments