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.
1 parent d17034b commit c029231Copy full SHA for c029231
1 file changed
src/table.hpp
@@ -55,8 +55,6 @@ class table_t
55
56
pg_result_t get_wkb(osmid_t id);
57
58
- task_result_t m_task_result;
59
-
60
private:
61
void connect();
62
void prepare();
@@ -81,6 +79,7 @@ class table_t
81
79
columns_t m_columns;
82
80
hstores_t m_hstore_columns;
83
std::string m_table_space;
+ task_result_t m_task_result;
84
85
db_copy_mgr_t<db_deleter_by_id_t> m_copy;
86
};
0 commit comments