diff --git a/src/duckpgq_extension.cpp b/src/duckpgq_extension.cpp index 8cfc2ad..ea8a900 100644 --- a/src/duckpgq_extension.cpp +++ b/src/duckpgq_extension.cpp @@ -15,7 +15,12 @@ static void LoadInternal(DatabaseInstance &instance) { for (auto &connection : ConnectionManager::Get(instance).GetConnectionList()) { connection->registered_state->Insert( - "duckpgq", make_shared_ptr(connection)); + + + + + + "duckpgq", make_shared_ptr(connection)); } }