Skip to content

Commit

Permalink
Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
JelteF committed Feb 26, 2025
1 parent 724443b commit 1bf72c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pgduckdb_background_worker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ pgduckdb_background_worker_main(Datum /* main_arg */) {
pgduckdb::doing_motherduck_sync = true;
pgduckdb::is_background_worker = true;

duckdb::Connection *connection;
duckdb::Connection *connection = nullptr;

while (true) {
// Initialize SPI (Server Programming Interface) and connect to the database
Expand Down

0 comments on commit 1bf72c4

Please sign in to comment.