Thread: Grouping sets, cube and rollup

Grouping sets, cube and rollup

From
Edson Richter
Date:

Any chance to get those amazing wonderful features backported to 9.4?

Thanks,

Edson

Enviado do meu smartphone Sony Xperia™

Re: Grouping sets, cube and rollup

From
Guillaume Lelarge
Date:

Le 26 août 2015 2:06 AM, "Edson Richter" <richter@simkorp.com.br> a écrit :
>
> Any chance to get those amazing wonderful features backported to 9.4?
>

No. Only bug fixes are backported.

--
Guillaume.

Re: Grouping sets, cube and rollup

From
Merlin Moncure
Date:
On Tue, Aug 25, 2015 at 7:04 PM, Edson Richter <richter@simkorp.com.br> wrote:
> Any chance to get those amazing wonderful features backported to 9.4?

you might have some luck merging in the feature yourself if you're so inclined.

merlin


Re: Grouping sets, cube and rollup

From
Andres Freund
Date:
On 2015-08-26 17:09:26 -0500, Merlin Moncure wrote:
> On Tue, Aug 25, 2015 at 7:04 PM, Edson Richter <richter@simkorp.com.br> wrote:
> > Any chance to get those amazing wonderful features backported to 9.4?
>
> you might have some luck merging in the feature yourself if you're so inclined.

It's imo too large a feature for that:
 63 files changed, 5255 insertions(+), 618 deletions(-)
in addition there's a bunch of followup commits fixing
things. There'll be a significant number of conflicts when applying this
to 9.4.

More importantly it breaks the catalog compatibility, i.e. you can't
patch postgres and then continue with an existing data directory.

- Andres