Closes the connection to the server and attempts to reconnect with the previously used params

Property definitions

postgresql $ NativePostgres :: reset
  # Closes the connection to the server and attempts to reconnect with the previously used params
  fun reset `{
    PQreset(self);
  `}
lib/postgresql/native_postgres.nit:141,3--144,4