Re: Libpq PGRES_COPY_BOTH - version compatibility - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Libpq PGRES_COPY_BOTH - version compatibility
Date
Msg-id 1069.1301353018@sss.pgh.pa.us
Whole thread Raw
In response to Re: Libpq PGRES_COPY_BOTH - version compatibility  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: Libpq PGRES_COPY_BOTH - version compatibility
List pgsql-hackers
Peter Eisentraut <peter_e@gmx.net> writes:
> On sön, 2011-03-27 at 00:20 -0400, Tom Lane wrote:
>> but we haven't bumped the protocol version number since 7.4,
>> and so I have no faith that clients will behave sensibly

> So we will never change the minor protocol version, because we've never
> done it and don't know whether it works?

My feeling is we should leave it for a time when we have a protocol
change to make that's actually of interest to clients (and, therefore,
some benefit to them in return for any possible breakage).  The case for
doing it to benefit only walsender/walreceiver seems vanishingly thin to
me, because in practice those are going to be quite useless if you don't
have the same PG version installed at both ends anyway.

Now if we had a track record showing that we could tweak the protocol
version without causing problems, it'd be fine with me to do it for this
usage.  But we don't, and this particular case doesn't seem like the
place to start.
        regards, tom lane


pgsql-hackers by date:

Previous
From: hubert depesz lubaczewski
Date:
Subject: Re: Problem with streaming replication, backups, and recovery (9.0.x)
Next
From: Josh Berkus
Date:
Subject: Re: Another swing at JSON