Re: Incoming/Sent traffic data

From: Oliver Jowett <oliver(at)opencloud(dot)com>
To: Israel Ben Guilherme Fonseca <israel(dot)bgf(at)gmail(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Incoming/Sent traffic data
Date: 2011-05-13 15:36:10
Message-ID: BANLkTinHkuGPEGWBQeM6VPgLGyTb7f74ZQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On 13 May 2011 23:53, Israel Ben Guilherme Fonseca <israel(dot)bgf(at)gmail(dot)com> wrote:

> The java hava a lot of /D/D/D/D
>
> Maybe it's about this:
>
> http://developer.postgresql.org/pgdocs/postgres/protocol-error-fields.html

D is just a DataRow message, you get one of those per row returned.
Wireshark is telling you that there are many DataRow messages within a
single TCP segment.
Drill down into the packet contents and take a look.

Oliver

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Maciek Sakrejda 2011-05-13 16:13:45 Re: Incoming/Sent traffic data
Previous Message Israel Ben Guilherme Fonseca 2011-05-13 11:53:56 Re: Incoming/Sent traffic data