| 359 | } |
| 360 | |
| 361 | db_pgsql::db_pgsql(const pgsql_conf& conf) |
| 362 | { |
| 363 | sane_pgsql_init(conf.get_dbaddr(), conf.get_dbname(), |
| 364 | conf.get_dbuser(), conf.get_dbpass(), conf.get_conn_timeout(), |
| 365 | conf.get_rw_timeout(), conf.get_charset()); |
| 366 | } |
| 367 | |
| 368 | db_pgsql::~db_pgsql(void) |
| 369 | { |
nothing calls this directly
no test coverage detected