Skip to content

Commit bbdff3a

Browse files
Update vendored DuckDB sources to b2ff18a
1 parent b2ff18a commit bbdff3a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

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-dev218"
2+
#define DUCKDB_PATCH_VERSION "2"
33
#endif
44
#ifndef DUCKDB_MINOR_VERSION
55
#define DUCKDB_MINOR_VERSION 1
@@ -8,10 +8,10 @@
88
#define DUCKDB_MAJOR_VERSION 1
99
#endif
1010
#ifndef DUCKDB_VERSION
11-
#define DUCKDB_VERSION "v1.1.2-dev218"
11+
#define DUCKDB_VERSION "v1.1.2"
1212
#endif
1313
#ifndef DUCKDB_SOURCE_ID
14-
#define DUCKDB_SOURCE_ID "8e05196906"
14+
#define DUCKDB_SOURCE_ID "f680b7d08f"
1515
#endif
1616
#include "duckdb/function/table/system_functions.hpp"
1717
#include "duckdb/main/database.hpp"

src/duckdb/src/main/query_profiler.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ bool QueryProfiler::OperatorRequiresProfiling(PhysicalOperatorType op_type) {
121121
case PhysicalOperatorType::UNION:
122122
case PhysicalOperatorType::RECURSIVE_CTE:
123123
case PhysicalOperatorType::EMPTY_RESULT:
124+
case PhysicalOperatorType::EXTENSION:
124125
return true;
125126
default:
126127
return false;

0 commit comments

Comments
 (0)