| 68 | // between loads? Leave to pre/post SQL? |
| 69 | |
| 70 | PgWriter::PgWriter() |
| 71 | : m_session(0) |
| 72 | , m_patch_compression_type(CompressionType::None) |
| 73 | , m_srid(0) |
| 74 | , m_pcid(0) |
| 75 | , m_overwrite(true) |
| 76 | , m_schema_is_initialized(false) |
| 77 | {} |
| 78 | |
| 79 | |
| 80 | PgWriter::~PgWriter() |
nothing calls this directly
no outgoing calls
no test coverage detected