Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Dtenwolde committed May 8, 2023
1 parent 8fd6312 commit bab08b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/duckpgq_extension.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ static void LoadInternal(DatabaseInstance &instance) {

auto &catalog = Catalog::GetSystemCatalog(*con.context);


CreateScalarFunctionInfo duckpgq_fun_info(
ScalarFunction("duckpgq", {LogicalType::VARCHAR}, LogicalType::VARCHAR, DuckpgqScalarFun));
duckpgq_fun_info.on_conflict = OnCreateConflict::ALTER_ON_CONFLICT;
Expand Down

0 comments on commit bab08b4

Please sign in to comment.