Re: New version numbering practices

From: Craig Ringer <craig(at)2ndquadrant(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Robert Haas <robertmhaas(at)gmail(dot)com>, Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: New version numbering practices
Date: 2016-08-04 07:42:31
Message-ID: CAMsr+YE3vK+j8juJ1cjFh6Yi8EXWnMMB0XqOBVxGeG0PPOAUQA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 4 August 2016 at 12:45, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:

> Craig Ringer <craig(at)2ndquadrant(dot)com> writes:
> > On 4 August 2016 at 02:15, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> >> So it seems like fixing libpq's parsing of server_version_num is
> >> something we definitely want to fix ASAP in all back branches.
>
> > Well, this seems like a good time to make server_version_num GUC_REPORT
> as
> > well...
>
> To what end? Existing versions of libpq wouldn't know about it, and new
> versions of libpq couldn't rely on it to get reported by older servers,
> so it'd still be the path of least resistance to examine server_version.
>

Because it's really silly that we don't, and since we're making a change
that will affect clients anyway (the argument against doing it before),
lets do it.

Otherwise why bother ever adding anything, since it'll take time for
clients to use it?

--
Craig Ringer http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2016-08-04 07:48:11 Re: [RFC] Change the default of update_process_title to off
Previous Message Etsuro Fujita 2016-08-04 07:41:48 Re: Oddity in EXPLAIN for foreign/custom join pushdown plans