# File lib/active_record/connection_adapters/abstract/connection_pool.rb, line 118
      def release_connection(with_id = current_connection_id)
        conn = synchronize { @reserved_connections.delete(with_id) }
        checkin conn if conn
      end