v2 protocol: is it still used?

From: Vladimir Sitnikov <sitnikov(dot)vladimir(at)gmail(dot)com>
To: List <pgsql-jdbc(at)postgresql(dot)org>
Subject: v2 protocol: is it still used?
Date: 2016-08-05 09:39:03
Message-ID: CAB=Je-FRZd+cmujEN1g3108j-+hxPqFFoJNAtTtYpZQQF3HZaA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Hi,

Does anybody still use v2 protocol via pgjdbc?

I'm reworking QueryExecutor/ProcotolConnection implementation as a part of
"smarter returning" (https://github.com/pgjdbc/pgjdbc/issues/488) and I
would like to just drop v2 support.

As far as I know, v3 was introduced in PostgreSQL 7.4, thus it looks rather
safe to just drop v2 support in pjgdbc.

By the way, the oldest version we test in Travis is 8.4

Vladimir

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Guillaume Cottenceau 2016-08-05 10:04:19 Re: v2 protocol: is it still used?
Previous Message Vladimir Sitnikov 2016-08-03 14:42:46 Re: Mail an JDBC driver