| 102 | |
| 103 | |
| 104 | void PgWriter::initialize() |
| 105 | { |
| 106 | m_patch_compression_type = getCompressionType(m_compressionSpec); |
| 107 | m_session = pg_connect(m_connection); |
| 108 | } |
| 109 | |
| 110 | |
| 111 | void PgWriter::writeInit() |
nothing calls this directly
no test coverage detected