Re: pgbench - allow to create partitioned tables

From: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>
To: Fabien COELHO <coelho(at)cri(dot)ensmp(dot)fr>
Cc: Asif Rehman <asifr(dot)rehman(at)gmail(dot)com>, PostgreSQL Developers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: pgbench - allow to create partitioned tables
Date: 2019-09-20 03:00:15
Message-ID: CAA4eK1KAV9w6uix1PHepFsdGfMY+Sp932LYPXVTxFLdqejK3Ug@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Sep 20, 2019 at 12:41 AM Fabien COELHO <coelho(at)cri(dot)ensmp(dot)fr> wrote:
>
> This case now generates a fail.
>
> v12:
> - fixes NULL vs NULL
> - works correctly with a partitioned table without partitions attached
> - generates an error if the partition method is unknown
> - adds an assert
>

You seem to have attached some previous version (v2) of this patch. I
could see old issues in the patch which we have sorted out in the
review.

--
With Regards,
Amit Kapila.
EnterpriseDB: http://www.enterprisedb.com

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message David Steele 2019-09-20 03:06:04 Re: backup manifests
Previous Message Michael Paquier 2019-09-20 02:25:48 Re: [HACKERS] [PATCH] pageinspect function to decode infomasks