Re: Removing support for v1 and v2 protocols?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Craig Ringer <craig(at)2ndquadrant(dot)com>
Cc: "pgsql-odbc(at)postgresql(dot)org" <pgsql-odbc(at)postgresql(dot)org>
Subject: Re: Removing support for v1 and v2 protocols?
Date: 2014-06-19 03:59:07
Message-ID: 13103.1403150347@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Craig Ringer <craig(at)2ndquadrant(dot)com> writes:
> On 06/19/2014 11:10 AM, Tom Lane wrote:
>> FWIW, I've been thinking of proposing that we drop v2 protocol support
>> in libpq and the backend.

> Sounds great, and we could cut a bunch of code out of PgJDBC then.
> That'll make Dave Cramer happy.

Actually, I thought the JDBC crew would be the most likely source of
push-back on such a proposal :-(. It's been common practice in that
community to tell the JDBC driver to use v2 protocol if you were having
performance problems with prepared statements. I'm not sure if those
issues have been solved to the point where that workaround is no longer
necessary.

regards, tom lane

In response to

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Craig Ringer 2014-06-19 04:06:30 Re: Removing support for v1 and v2 protocols?
Previous Message Michael Paquier 2014-06-19 03:51:11 Re: Removing support for v1 and v2 protocols?