Re: First draft of Beta announcement

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: Josh Berkus <josh(at)berkus(dot)org>
Cc: Andres Freund <andres(at)anarazel(dot)de>, Petr Jelinek <petr(dot)jelinek(at)2ndquadrant(dot)com>, pgsql-advocacy <pgsql-advocacy(at)postgresql(dot)org>, "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>, Justin Clift <justin(at)postgresql(dot)org>
Subject: Re: First draft of Beta announcement
Date: 2017-05-12 17:29:47
Message-ID: CABUevEwe8o-rx7VoSnAFGh2V-9w+WBUOTQLCBj+ugYvjoMfm1w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-advocacy

On Fri, May 12, 2017 at 6:40 PM, Josh Berkus <josh(at)berkus(dot)org> wrote:

>
>
> > * WAL support for Hash Indexes
> >
> > Crash safe Hash Indexes or ACID compliant Hash Indexes.
>
> Crash safe is good.
>

Also worth having something there about them now being replication safe?
"Crash and replication safe" sounds a bit weird though, but something along
that line?

> > Version 10 will have an unusually high number of backwards-incompatible
> > changes. It is critical that all users test it against their
> > applications and platforms as soon as possible.
> >
> > I don't think we need to say anything more than:
> >
> > Version 10 has a high number of backwards-incompatible changes. For a
> > list of these changes please see the [Release Notes](link to release
> > notes).
>
> I disagree. As a rule, we don't break backwards compatibility so pg 10
> is going to be a shock to a lot of people. We really haven't seen this
> quantity of breakage since 8.3, which was released nine years ago, long
> before the majority of our current users were using Postgres. Given
> that -- because of partiitoning and logical replication -- many users
> will want to upgrade to 10 the month it comes out, I think we need to
> point out *in detail* why they will want to do extra testing. At a
> minimum, this includes the change in version numbering, the renaming of
> xlog to wal, and dropping support for FEBE 1.0.
>

None of those are very likely to break *applications*.

Most applications don't talk to the xlog/wal functions. DBA tools and
scripts and whatnot *do*, but it is probably worth distinguishing that from
applications, because they're also usually different ownership within
organisations. It is likely to break more or less all of those though.

And I really doubt protocol v1.0 dropping is going to hit a lot of people.

--
Magnus Hagander
Me: https://www.hagander.net/ <http://www.hagander.net/>
Work: https://www.redpill-linpro.com/ <http://www.redpill-linpro.com/>

In response to

Browse pgsql-advocacy by date

  From Date Subject
Next Message Peter Eisentraut 2017-05-12 18:11:59 Re: First draft of Beta announcement
Previous Message Gilberto Castillo 2017-05-12 17:13:38 Re: [MASSMAIL]Re: First draft of Beta announcement