We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 49da48b + f80854d commit 0214af5Copy full SHA for 0214af5
1 file changed
src/db-copy.cpp
@@ -88,9 +88,6 @@ void db_deleter_by_type_and_id_t::delete_rows(std::string const &table,
88
89
db_copy_thread_t::db_copy_thread_t(connection_params_t const &connection_params)
90
{
91
- // Connection params are captured by copy here, because we don't know
92
- // whether the reference will still be valid once we get around to running
93
- // the thread.
94
m_worker =
95
std::thread{thread_t{pg_conn_t{connection_params, "copy"}, &m_shared}};
96
}
0 commit comments