class PG::Connection

def reset

backend connection and tries to re-connect.
Resets the backend connection. This method closes the

conn.reset()
call-seq:
def reset
	reset_start
	async_connect_or_reset(:reset_poll)
	self
end