Re: Declarative partitioning - another take - Mailing list pgsql-hackers

From Robert Haas
Subject Re: Declarative partitioning - another take
Date
Msg-id CA+TgmoarP9qWMifAfc=98M3Gz=WFsKVpYEdkjXKx5dhf7tk+tw@mail.gmail.com
Whole thread Raw
In response to Re: Declarative partitioning - another take  (Dmitry Ivanov <d.ivanov@postgrespro.ru>)
Responses Re: [HACKERS] Declarative partitioning - another take  (Dmitry Ivanov <d.ivanov@postgrespro.ru>)
Re: [HACKERS] Declarative partitioning - another take  (Dmitry Ivanov <d.ivanov@postgrespro.ru>)
List pgsql-hackers
On Thu, Dec 8, 2016 at 11:44 AM, Dmitry Ivanov <d.ivanov@postgrespro.ru> wrote:
>> That would be fantastic.  I and my colleagues at EnterpriseDB can
>> surely help review; of course, maybe you and some of your colleagues
>> would like to help review our patches, too.
>
> Certainly, I'll start reviewing as soon as I get familiar with the code.

Thanks!

>> Do you think this is
>> likely to be something where you can get something done quickly, with
>> the hope of getting it into v10?
>
> Yes, I've just cleared my schedule in order to make this possible. I'll
> bring in the patches ASAP.

Fantastic.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: Declarative partitioning - another take
Next
From: Tom Lane
Date:
Subject: Re: [PATCH] Refactor "if(strspn(str, ...) == strlen(str)" code