Skip to content

Commit

Permalink
Commit with format failure
Browse files Browse the repository at this point in the history
  • Loading branch information
Dtenwolde committed Dec 10, 2024
1 parent 533eccf commit 14238be
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/duckpgq_extension.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,12 @@ static void LoadInternal(DatabaseInstance &instance) {
for (auto &connection :
ConnectionManager::Get(instance).GetConnectionList()) {
connection->registered_state->Insert(
"duckpgq", make_shared_ptr<DuckPGQState>(connection));





"duckpgq", make_shared_ptr<DuckPGQState>(connection));
}
}

Expand Down

0 comments on commit 14238be

Please sign in to comment.