Re: pgsql: pg_basebackup streaming: adjust version check msg

From: Heikki Linnakangas <hlinnakangas(at)vmware(dot)com>
To: Simon Riggs <simon(at)2ndQuadrant(dot)com>
Cc: pgsql-committers <pgsql-committers(at)postgresql(dot)org>
Subject: Re: pgsql: pg_basebackup streaming: adjust version check msg
Date: 2014-05-06 14:00:15
Message-ID: 5368EAEF.7070003@vmware.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On 05/06/2014 04:52 PM, Simon Riggs wrote:
> On 6 May 2014 14:38, Simon Riggs <simon(at)2ndquadrant(dot)com> wrote:
>> On 6 May 2014 14:01, Heikki Linnakangas <hlinnakangas(at)vmware(dot)com> wrote:
>>
>>> Another idea is to say "is not supported with server versions older than
>>> 9.3", when trying to connect to an older version, and "is not supported with
>>> server versions newer than 9.4", when connecting to >=9.5.
>>
>> Will do
>
> Attached patch will not need re-translation. Happy?

Hmm. Perhaps it would be better to say:

"streaming is not supported with server versions newer than the client
(9.4)"

or something along those lines. The point being that you should use a
newer version of the client, and it's not a fundamental limitation with
the server version.

- Heikki

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2014-05-06 14:01:39 pgsql: Fix detection of short tar files, broken by commit 14ea89366fe32
Previous Message Simon Riggs 2014-05-06 13:52:46 Re: pgsql: pg_basebackup streaming: adjust version check msg