Result destruction cleans up all open result sets.
void Driver_Database_Driver_Postgre_Result::__destruct( )
void
public function __destruct() { if (is_resource($this->_result)) { pg_free_result($this->_result); } }