# File lib/em/protocols/postgres3.rb, line 172
      def unbind
        if o = (@pending_query || @pending_conn)
          o.succeed false, "lost connection"
        end
      end